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