totem-pl-parser: update to 3.26.0; gnome is now maintained by Gottox
This commit is contained in:
parent
b86153a59b
commit
6f4972dabd
|
@ -1,20 +1,19 @@
|
|||
# Template file for 'totem-pl-parser'
|
||||
pkgname=totem-pl-parser
|
||||
version=3.10.8
|
||||
version=3.26.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_style=meson
|
||||
# XXX needs libquvi>=0.9
|
||||
configure_args="--disable-static --enable-libarchive --enable-libgcrypt
|
||||
$(vopt_enable gir introspection)"
|
||||
configure_args="-Denable-libarchive=yes -Denable-libgcrypt=yes"
|
||||
hostmakedepends="pkg-config intltool glib-devel
|
||||
$(vopt_if gir gobject-introspection)"
|
||||
makedepends="libsoup-gnome-devel gmime-devel libarchive-devel libgcrypt-devel"
|
||||
short_desc="Totem playlist parser library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=ffc50a0713d5f3049912545169eea7d367483b2c4a868032940516ed1e78dd2b
|
||||
checksum=f153a53391e9b42fed5cb6ce62322a58e323fde6ec4a54d8ba4d376cf4c1fbcb
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
@ -33,6 +32,5 @@ totem-pl-parser-devel_package() {
|
|||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/share/gir-1.0
|
||||
fi
|
||||
vmove usr/share/gtk-doc
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue