void-packages/srcpkgs/accountsservice/template

27 lines
1.0 KiB
Plaintext
Raw Normal View History

# Template file for 'accountsservice'
pkgname=accountsservice
2012-07-02 20:19:24 +02:00
version=0.6.22
2012-07-10 09:17:25 +02:00
revision=2
build_style=gnu-configure
2012-07-10 09:17:25 +02:00
configure_args="--disable-static --with-systemdsystemunitdir=/usr/lib/systemd/system"
depends="ConsoleKit-x11"
makedepends="pkg-config intltool gobject-introspection polkit-devel systemd-devel"
subpackages="$pkgname-devel"
short_desc="D-Bus interfaces for querying and manipulating user account information"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-09-30 11:36:49 +02:00
homepage="http://cgit.freedesktop.org/accountsservice/"
license="GPL-3"
2012-07-10 09:17:25 +02:00
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
2012-07-02 20:19:24 +02:00
checksum=851e05aa593cd8e3ed5c635a7fee3ffc0f418d3db2f28c5ebd6b7503294e3bdd
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."
post_install() {
for d in users icons; do
vmkdir var/lib/AccountsService/${d}
touch ${DESTDIR}/var/lib/AccountsService/${d}/.owned
done
}