accountsservice: update for new systemd_services arg.

This commit is contained in:
Juan RP 2011-11-10 12:32:01 +01:00
parent be5cedd424
commit 265a366f73

View File

@ -1,7 +1,7 @@
# Template file for 'accountsservice' # Template file for 'accountsservice'
pkgname=accountsservice pkgname=accountsservice
version=0.6.15 version=0.6.15
revision=1 revision=2
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz" distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-systemdsystemunitdir=/lib/systemd/system" configure_args="--with-systemdsystemunitdir=/lib/systemd/system"
@ -15,7 +15,7 @@ long_desc="
querying and manipulating user account information and an implementation querying and manipulating user account information and an implementation
of these interfaces, based on the useradd, usermod and userdel commands." of these interfaces, based on the useradd, usermod and userdel commands."
systemd_services="accounts-daemon.service" systemd_services="accounts-daemon.service on"
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
Add_dependency run glibc Add_dependency run glibc