void-packages/srcpkgs/accountsservice/template
2012-03-28 14:36:29 +02:00

34 lines
1.2 KiB
Plaintext

# Template file for 'accountsservice'
pkgname=accountsservice
version=0.6.17
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--disable-static --with-systemdsystemunitdir=/lib/systemd/system"
short_desc="D-Bus interfaces for querying and manipulating user account information"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://cgit.freedesktop.org/accountsservice/"
license="GPL-3"
checksum=2f230e421f0d793e4b3e37874399010251ba63362e2723f42c1689560f29f7f3
long_desc="
The accountsservice project provides a set of D-Bus interfaces for
querying and manipulating user account information and an implementation
of these interfaces, based on the useradd, usermod and userdel commands."
systemd_services="accounts-daemon.service on"
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build gobject-introspection
Add_dependency build polkit-devel
Add_dependency build systemd-devel
Add_dependency run ConsoleKit-x11 # uses ConsoleKit dbus stuff.
post_install() {
for d in users icons; do
vmkdir var/lib/AccountsService/${d}
touch ${DESTDIR}/var/lib/AccountsService/${d}/.owned
done
}