mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
accountsservice: enable systemd support.
This commit is contained in:
parent
8f0e6a4104
commit
6ceb4c083e
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'accountsservice'
|
# Template file for 'accountsservice'
|
||||||
pkgname=accountsservice
|
pkgname=accountsservice
|
||||||
version=0.6.14
|
version=0.6.14
|
||||||
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="--localstatedir=/var"
|
configure_args="--localstatedir=/var --with-systemdsystemunitdir=/lib/systemd/system"
|
||||||
short_desc="D-Bus interfaces for querying and manipulating user account information"
|
short_desc="D-Bus interfaces for querying and manipulating user account information"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://cgit.freedesktop.org/accountsservice/"
|
homepage="http://cgit.freedesktop.org/accountsservice/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue