xfconf: update to 4.12.1, use vendor_perl.

This commit is contained in:
Alessio Sergi 2016-10-25 11:05:40 +02:00
parent 7b9a5156a2
commit c50a5e88fb

View file

@ -1,10 +1,10 @@
# Template file for 'xfconf'
pkgname=xfconf
version=4.12.0
version=4.12.1
revision=1
build_options="perl"
build_style=gnu-configure
configure_args="$(vopt_enable perl perl-bindings)"
configure_args="$(vopt_enable perl 'perl-bindings --with-perl-options=INSTALLDIRS=vendor')"
hostmakedepends="pkg-config intltool"
makedepends="dbus-glib-devel libxfce4util-devel $(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
short_desc="Xfce hierarchical (tree-like) configuration system"
@ -12,14 +12,14 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2, LGPL-2.1"
homepage="http://xfce.org"
distfiles="http://archive.xfce.org/src/xfce/xfconf/${version%.*}/$pkgname-$version.tar.bz2"
checksum=9910eaea8405336415d4d7f3056403f8c67bc23ba0dce251eac35205c603b156
checksum=35f48564e5694faa54fdc180cd3268e16fc2352946a89a3c2fc12cbe400ada36
xfconf-devel_package() {
depends="dbus-glib-devel xfconf>=${version}_${revision}"
depends="dbus-glib-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
vmove usr/share/gtk-doc
}