accountsservice: update for new systemd_services arg.
This commit is contained in:
parent
be5cedd424
commit
265a366f73
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue