2011-03-02 11:02:54 +01:00
|
|
|
# Template file for 'accountsservice'
|
|
|
|
pkgname=accountsservice
|
2012-05-18 00:58:45 +02:00
|
|
|
version=0.6.21
|
2011-09-30 11:36:49 +02:00
|
|
|
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-03-28 14:36:29 +02:00
|
|
|
configure_args="--disable-static --with-systemdsystemunitdir=/lib/systemd/system"
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="ConsoleKit-x11"
|
|
|
|
makedepends="pkg-config intltool gobject-introspection polkit-devel systemd-devel"
|
2011-03-02 11:02:54 +01:00
|
|
|
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-05-18 00:58:45 +02:00
|
|
|
checksum=adf681cef68852b65d57de7102483ef0cf31175ea0bbc3bad59957259dc64192
|
2011-03-02 11:02:54 +01:00
|
|
|
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."
|
|
|
|
|
2011-11-10 12:32:01 +01:00
|
|
|
systemd_services="accounts-daemon.service on"
|
2011-03-02 20:36:07 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2011-10-11 04:40:27 +02:00
|
|
|
|
2011-11-09 17:19:54 +01:00
|
|
|
|
2012-03-24 10:09:29 +01:00
|
|
|
|
2011-11-09 17:19:54 +01:00
|
|
|
post_install() {
|
|
|
|
for d in users icons; do
|
|
|
|
vmkdir var/lib/AccountsService/${d}
|
|
|
|
touch ${DESTDIR}/var/lib/AccountsService/${d}/.owned
|
|
|
|
done
|
|
|
|
}
|