24 lines
1,001 B
Text
24 lines
1,001 B
Text
# Template file for 'accountsservice'
|
|
pkgname=accountsservice
|
|
version=0.6.30
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static
|
|
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
|
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>"
|
|
homepage="http://cgit.freedesktop.org/accountsservice/"
|
|
license="GPL-3"
|
|
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
|
checksum=34400da6b95fbcb04a9b0202ec2805c5ffb04202d8469c17662830636b31093f
|
|
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."
|
|
|
|
make_dirs="
|
|
/var/lib/AccountsService/users 755 root root
|
|
/var/lib/AccountsService/icons 755 root root"
|