# Template file for 'accountsservice' pkgname=accountsservice version=0.6.21 revision=1 distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz" build_style=gnu-configure configure_args="--disable-static --with-systemdsystemunitdir=/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 " homepage="http://cgit.freedesktop.org/accountsservice/" license="GPL-3" checksum=adf681cef68852b65d57de7102483ef0cf31175ea0bbc3bad59957259dc64192 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 }