2011-03-02 10:02:54 +00:00
|
|
|
# Template file for 'accountsservice'
|
|
|
|
pkgname=accountsservice
|
2011-03-09 09:53:03 +00:00
|
|
|
version=0.6.5
|
2011-03-02 10:02:54 +00:00
|
|
|
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>"
|
2011-03-09 09:53:03 +00:00
|
|
|
checksum=58cc3a2d5c6a266aae9bca35a8b325bd453ff3ca2bb77ff844bd072fd76ecc13
|
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."
|
|
|
|
|
2011-03-02 19:36:07 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2011-03-02 10:02:54 +00:00
|
|
|
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
|