totem: update to 3.26.0; gnome is now maintained by Gottox
This commit is contained in:
parent
822e43c7d1
commit
ac9675c5cf
1 changed files with 6 additions and 7 deletions
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'totem'
|
||||
pkgname=totem
|
||||
version=3.24.0
|
||||
version=3.26.0
|
||||
revision=1
|
||||
short_desc="A GNOME integrated movie player based on Gstreamer"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="LGPL-2, GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=9bd78f7b940e886b5c809acdfe00a610a834de5080dd40272b92835528a58d01
|
||||
checksum=e32fb9a68097045e75c87ad1b8177f5c01aea2a13dcb3b2e71a0f9570fe9ee13
|
||||
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile
|
||||
--disable-python --enable-nautilus"
|
||||
build_style=meson
|
||||
configure_args="-Denable-python=no -Denable-nautilius=yes"
|
||||
|
||||
hostmakedepends="pkg-config intltool gnome-doc-utils
|
||||
itstool $(vopt_if gir gobject-introspection)"
|
||||
|
@ -51,7 +50,7 @@ totem-devel_package() {
|
|||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/gir-1.0
|
||||
vmove usr/share/gtk-doc
|
||||
#vmove usr/share/gtk-doc
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue