2011-03-02 10:02:54 +00:00
|
|
|
# Template file for 'accountsservice'
|
|
|
|
pkgname=accountsservice
|
2012-12-13 09:49:00 +00:00
|
|
|
version=0.6.30
|
2012-12-13 10:13:22 +00:00
|
|
|
revision=2
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-11-17 09:27:28 +00:00
|
|
|
configure_args="--disable-static
|
|
|
|
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
|
|
|
makedepends="pkg-config intltool gobject-introspection polkit-devel
|
|
|
|
systemd-devel"
|
2012-05-27 18:04:01 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2011-03-02 10:02:54 +00:00
|
|
|
short_desc="D-Bus interfaces for querying and manipulating user account information"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-30 09:36:49 +00:00
|
|
|
homepage="http://cgit.freedesktop.org/accountsservice/"
|
|
|
|
license="GPL-3"
|
2012-07-10 07:17:25 +00:00
|
|
|
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
2012-12-13 09:49:00 +00:00
|
|
|
checksum=34400da6b95fbcb04a9b0202ec2805c5ffb04202d8469c17662830636b31093f
|
2011-03-02 10:02:54 +00: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."
|
|
|
|
|
2012-09-28 15:56:19 +00:00
|
|
|
make_dirs="
|
|
|
|
/var/lib/AccountsService/users 755 root root
|
|
|
|
/var/lib/AccountsService/icons 755 root root"
|