# $Id$ PNAME="accountsservice" PVER="0.6.39" PBUILD="r1" PCAT="sys-apps" DESCRIPTION="D-Bus interface for user account query and manipulation" HOMEPAGE="http://www.freedesktop.org/wiki/Software/AccountsService" DEPEND=">= dev-libs/glib2-2.42 >= sys-apps/polkit-0.112 >= sys-apps/systemd-216" SDEPEND=">= dev-util/intltool-0.50 >= dev-libs/gobject-introspection-1.42 >= dev-lang/vala-0.26" SRCFILE="${PNAME}-${PVER}.tar.xz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" msetfeature "!check" # one xml-entry is recursive sminclude mbuild systemd SRC_URI=( http://www.freedesktop.org/software/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME} | lasttarball xz" src_compile() { cd ${SRCDIR} mconfigure \ --localstatedir=/var \ --libexecdir=/usr/$(mlibdir)/accountsservice \ --with-systemdsystemunitdir=$(mget-systemd-unit-dir) \ --enable-systemd \ || die mmake || die }