diff --git a/srcpkgs/xfconf/template b/srcpkgs/xfconf/template index 053882fb206..d20ab15d183 100644 --- a/srcpkgs/xfconf/template +++ b/srcpkgs/xfconf/template @@ -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 " 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 }