From 6ceb4c083e48490e05e2bb05c9ff3e6d3f6587e5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 8 Oct 2011 18:38:05 +0200 Subject: [PATCH] accountsservice: enable systemd support. --- srcpkgs/accountsservice/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/accountsservice/template b/srcpkgs/accountsservice/template index fe5bea3e592..63bcdf9bc7b 100644 --- a/srcpkgs/accountsservice/template +++ b/srcpkgs/accountsservice/template @@ -1,10 +1,10 @@ # Template file for 'accountsservice' pkgname=accountsservice version=0.6.14 -revision=1 +revision=2 distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz" build_style=gnu_configure -configure_args="--localstatedir=/var" +configure_args="--localstatedir=/var --with-systemdsystemunitdir=/lib/systemd/system" short_desc="D-Bus interfaces for querying and manipulating user account information" maintainer="Juan RP " homepage="http://cgit.freedesktop.org/accountsservice/"