totem: update to 3.26.0; gnome is now maintained by Gottox

This commit is contained in:
Enno Boland 2017-09-15 21:18:44 +02:00
parent 822e43c7d1
commit ac9675c5cf

View file

@ -1,17 +1,16 @@
# Template file for 'totem' # Template file for 'totem'
pkgname=totem pkgname=totem
version=3.24.0 version=3.26.0
revision=1 revision=1
short_desc="A GNOME integrated movie player based on Gstreamer" 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" homepage="http://www.gnome.org"
license="LGPL-2, GPL-2" license="LGPL-2, GPL-2"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=9bd78f7b940e886b5c809acdfe00a610a834de5080dd40272b92835528a58d01 checksum=e32fb9a68097045e75c87ad1b8177f5c01aea2a13dcb3b2e71a0f9570fe9ee13
build_style=gnu-configure build_style=meson
configure_args="--disable-static --disable-schemas-compile configure_args="-Denable-python=no -Denable-nautilius=yes"
--disable-python --enable-nautilus"
hostmakedepends="pkg-config intltool gnome-doc-utils hostmakedepends="pkg-config intltool gnome-doc-utils
itstool $(vopt_if gir gobject-introspection)" itstool $(vopt_if gir gobject-introspection)"
@ -51,7 +50,7 @@ totem-devel_package() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/share/gir-1.0 vmove usr/share/gir-1.0
vmove usr/share/gtk-doc #vmove usr/share/gtk-doc
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
} }
} }