27 lines
1001 B
Plaintext
27 lines
1001 B
Plaintext
|
# Template file for 'accountsservice'
|
||
|
pkgname=accountsservice
|
||
|
version=0.6.4
|
||
|
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.bz2"
|
||
|
build_style=gnu_configure
|
||
|
short_desc="D-Bus interfaces for querying and manipulating user account information"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
checksum=b898bae5e54712b1af0d3277da6f2d8e68d8376a9ab8c3fae152d7377e40d303
|
||
|
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."
|
||
|
|
||
|
subpackages="gir-$pkgname $pkgname-devel"
|
||
|
Add_dependency run glibc
|
||
|
Add_dependency run glib
|
||
|
Add_dependency run dbus-libs
|
||
|
Add_dependency run dbus-glib
|
||
|
Add_dependency run polkit
|
||
|
|
||
|
Add_dependency build pkg-config
|
||
|
Add_dependency build glib-devel
|
||
|
Add_dependency build dbus-devel
|
||
|
Add_dependency build dbus-glib-devel
|
||
|
Add_dependency build polkit-devel
|
||
|
Add_dependency build gobject-introspection
|