2011-03-02 11:02:54 +01:00
|
|
|
# Template file for 'accountsservice'
|
|
|
|
pkgname=accountsservice
|
2013-10-16 09:22:15 +02:00
|
|
|
version=0.6.35
|
2013-04-17 23:25:12 +02:00
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-11-17 10:27:28 +01:00
|
|
|
configure_args="--disable-static
|
|
|
|
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
2013-04-12 08:55:23 +02:00
|
|
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
|
|
|
makedepends="polkit-devel systemd-devel"
|
2014-01-01 16:10:11 +01:00
|
|
|
make_dirs="
|
|
|
|
/var/lib/AccountsService/users 755 root root
|
|
|
|
/var/lib/AccountsService/icons 755 root root"
|
2011-03-02 11:02:54 +01:00
|
|
|
short_desc="D-Bus interfaces for querying and manipulating user account information"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-30 11:36:49 +02:00
|
|
|
homepage="http://cgit.freedesktop.org/accountsservice/"
|
|
|
|
license="GPL-3"
|
2012-07-10 09:17:25 +02:00
|
|
|
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
2013-10-16 09:22:15 +02:00
|
|
|
checksum=65a1c7013c9c6785c7feb710ee940bb297207dabdb93561fdfdd140e0dfd3038
|
2011-03-02 11:02:54 +01: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."
|
|
|
|
|
2013-04-12 08:55:23 +02:00
|
|
|
accountsservice-devel_package() {
|
2013-10-16 09:22:15 +02:00
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
2013-04-12 08:55:23 +02:00
|
|
|
short_desc+=" - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2013-07-10 06:50:52 +02:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 08:55:23 +02:00
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
}
|
|
|
|
}
|