2011-03-02 11:02:54 +01:00
|
|
|
# Template file for 'accountsservice'
|
|
|
|
pkgname=accountsservice
|
2015-01-24 09:05:54 +01:00
|
|
|
version=0.6.40
|
2015-07-11 10:37:51 +02:00
|
|
|
revision=4
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2015-07-11 10:37:51 +02:00
|
|
|
configure_args="--disable-static --disable-systemd $(vopt_enable gir introspection)
|
2014-08-21 11:00:35 +02:00
|
|
|
ac_cv_file__etc_redhat_release=no ac_cv_file__etc_debian_version=no"
|
2014-09-21 21:03:31 +02:00
|
|
|
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
2015-07-11 10:37:51 +02:00
|
|
|
makedepends="polkit-devel"
|
2014-01-01 16:10:11 +01:00
|
|
|
make_dirs="
|
2015-01-24 09:05:54 +01:00
|
|
|
/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"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
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"
|
2015-01-24 09:05:54 +01:00
|
|
|
checksum=f04f756600cbab558671658ab8e77212de2a000c07bc0469e7b51541871fcb2b
|
2014-02-17 18:10:46 +01:00
|
|
|
|
|
|
|
# Package build options
|
2015-07-11 10:37:51 +02:00
|
|
|
build_options="gir"
|
2014-02-17 18:10:46 +01:00
|
|
|
# Disable gir for cross builds.
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
2015-01-24 09:05:54 +01:00
|
|
|
build_options_default="gir"
|
2014-02-17 18:10:46 +01:00
|
|
|
fi
|
|
|
|
|
2015-05-13 19:32:08 +02:00
|
|
|
pre_configure() {
|
2015-05-13 19:30:26 +02:00
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
|
|
*-musl) configure_args+=" ac_cv_header_utmpx_h=no";;
|
|
|
|
esac
|
|
|
|
}
|
|
|
|
|
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"
|
2014-02-17 18:10:46 +01:00
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
fi
|
2013-04-12 08:55:23 +02:00
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
}
|
|
|
|
}
|