# $Id$ PNAME="xfconf" PVER="4.12.1" PBUILD="r3" DESCRIPTION="A simple client-server configuration storage and query system." DEPEND=">= dev-libs/glib2-2.52 == dev-lang/perl-5.24.1 >= dev-perl/perl-glib-1.310 >= dev-libs/dbus-glib-0.104 >= xfce-base/libxfce4util-4.12" SDEPEND=">= dev-perl/perl-extutils-depends-0.404 >= dev-perl/perl-extutils-pkgconfig-1.15 >= dev-util/pkgconfig-0.25 >= sys-dev/gettext-0.18 >= dev-util/intltool-0.50" if mqueryfeature "check" then SDEPEND+=" >= sys-apps/dbus-x11-1.10" fi msetfeature "!check" sminclude xfce rpath UP2DATE="updatecmd_xfce ${PNAME}" src_compile() { cd ${SRCDIR} xfce_configure \ --with-perl-options=INSTALLDIRS=vendor \ --enable-perl-bindings \ || die mmake || die } src_check() { cd ${SRCDIR} # fix po tests echo "xfconf-perl/xs/Xfconf.c" > po/POTFILES.skip echo "xfconf-perl/xs/XfconfBinding.c" >> po/POTFILES.skip echo "xfconf-perl/xs/XfconfChannel.c" >> po/POTFILES.skip mmake -j1 -k check || die } src_install() { xfce_src_install # remove insecure rpathes mdeleterpath || die }