# $Id$ PNAME="xfconf" PVER="4.12.1" PBUILD="r4" DESCRIPTION="A simple client-server configuration storage and query system." DEPEND=">= dev-libs/glib2-2.58 == dev-lang/perl-5.28.1 >= dev-perl/perl-glib-1.328 >= dev-libs/dbus-glib-0.110 >= xfce-base/libxfce4util-4.12" SDEPEND=">= dev-perl/perl-extutils-depends-0.405 >= dev-perl/perl-extutils-pkgconfig-1.16 >= 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.12" 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 }