accountsservice: use systemd_services.

This commit is contained in:
Juan RP 2011-10-11 04:40:27 +02:00
parent 7a4e0d8c31
commit 1f9d54948f
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'accountsservice' # Template file for 'accountsservice'
pkgname=accountsservice pkgname=accountsservice
version=0.6.14 version=0.6.14
revision=2 revision=3
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="--localstatedir=/var --with-systemdsystemunitdir=/lib/systemd/system" configure_args="--localstatedir=/var --with-systemdsystemunitdir=/lib/systemd/system"
@ -16,7 +16,9 @@ long_desc="
of these interfaces, based on the useradd, usermod and userdel commands." of these interfaces, based on the useradd, usermod and userdel commands."
keep_empty_dirs=yes keep_empty_dirs=yes
systemd_services="accounts-daemon.service"
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run glib Add_dependency run glib
Add_dependency run dbus-libs Add_dependency run dbus-libs