2009-11-29 00:08:14 +01:00
|
|
|
# Template file for 'polkit'
|
|
|
|
pkgname=polkit
|
2013-09-19 08:14:02 +02:00
|
|
|
version=0.112
|
2014-05-09 10:44:20 +02:00
|
|
|
revision=3
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2014-05-09 10:44:20 +02:00
|
|
|
configure_args="--disable-static --with-authfw=pam
|
2014-01-23 23:58:22 +01:00
|
|
|
--with-systemdsystemunitdir=/usr/lib/systemd/system --with-os-type=void
|
2014-05-09 10:44:20 +02:00
|
|
|
--with-mozjs=mozjs-17.0"
|
2009-11-29 00:08:14 +01:00
|
|
|
short_desc="Authorization Toolkit"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-01-07 14:08:48 +01:00
|
|
|
homepage="http://www.freedesktop.org/wiki/Software/polkit"
|
2011-08-18 09:14:31 +02:00
|
|
|
license="GPL-2"
|
2013-01-07 14:08:48 +01:00
|
|
|
distfiles="http://www.freedesktop.org/software/polkit/releases/polkit-${version}.tar.gz"
|
2013-09-19 08:14:02 +02:00
|
|
|
checksum=d695f43cba4748a822fbe864dd32c4887c5da1c71694a47693ace5e88fcf6af6
|
2012-11-21 00:02:33 +01:00
|
|
|
|
2014-01-23 23:58:22 +01:00
|
|
|
hostmakedepends="pkg-config intltool libxslt docbook-xsl glib-devel"
|
2014-05-09 10:44:20 +02:00
|
|
|
makedepends="libglib-devel expat-devel pam-devel mozjs17-devel"
|
2014-01-01 16:10:11 +01:00
|
|
|
system_accounts="polkitd"
|
2011-10-11 03:30:56 +02:00
|
|
|
|
2014-01-23 23:58:22 +01:00
|
|
|
# Package build options
|
2014-05-09 10:44:20 +02:00
|
|
|
build_options="gir systemd"
|
|
|
|
build_options_default="systemd"
|
2014-01-23 23:58:22 +01:00
|
|
|
desc_option_gir="Enable support for building gobject introspection data"
|
2014-05-09 10:44:20 +02:00
|
|
|
desc_option_systemd="Enable support for systemd"
|
2014-01-23 23:58:22 +01:00
|
|
|
|
|
|
|
# Disable gir for cross builds.
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
|
|
hostmakedepends+=" automake libtool gettext-devel gtk-doc gobject-introspection"
|
|
|
|
else
|
2014-05-09 10:44:20 +02:00
|
|
|
build_options_default+=" gir"
|
2014-01-23 23:58:22 +01:00
|
|
|
fi
|
|
|
|
|
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
configure_args+=" --enable-introspection"
|
|
|
|
hostmakedepends+=" gobject-introspection"
|
|
|
|
else
|
|
|
|
configure_args+=" --disable-introspection"
|
|
|
|
fi
|
|
|
|
|
2014-05-09 10:44:20 +02:00
|
|
|
if [ "$build_option_systemd" ]; then
|
|
|
|
configure_args+=" --enable-systemd --enable-libsystemd-login"
|
|
|
|
makedepends+=" systemd-devel"
|
|
|
|
else
|
|
|
|
configure_args+=" --disable-systemd --disable-libsystemd-login"
|
|
|
|
fi
|
|
|
|
|
2013-05-30 23:57:51 +02:00
|
|
|
pre_configure() {
|
2014-01-23 23:58:22 +01:00
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
|
|
autoreconf -fi
|
|
|
|
fi
|
2013-05-30 23:57:51 +02:00
|
|
|
# Drop requirement of /sys/fs/cgroup/systemd test in configure... WTF.
|
|
|
|
sed -e 's,/sys/fs/cgroup/systemd/,/sys/fs/cgroup,g' -i configure
|
|
|
|
}
|
|
|
|
|
2014-01-23 23:58:22 +01:00
|
|
|
post_configure() {
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
|
|
sed -e "s,/usr/include/js-17.0,${XBPS_CROSS_BASE}/usr/include/js-17.0," -i src/polkitbackend/Makefile
|
|
|
|
fi
|
|
|
|
}
|
|
|
|
|
2011-11-10 12:27:27 +01:00
|
|
|
post_install() {
|
2011-10-14 01:24:03 +02:00
|
|
|
vinstall ${FILESDIR}/polkit-1.pam 644 etc/pam.d polkit-1
|
2012-10-06 15:32:40 +02:00
|
|
|
vinstall ${FILESDIR}/polkit.tmpfiles 644 usr/lib/tmpfiles.d polkit.conf
|
2009-11-29 00:08:14 +01:00
|
|
|
}
|
2013-04-13 13:29:34 +02:00
|
|
|
|
|
|
|
polkit-devel_package() {
|
2014-01-23 23:58:22 +01:00
|
|
|
depends="libglib-devel polkit>=${version}_${revision}"
|
2013-05-30 23:48:36 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 13:29:34 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-01-23 23:58:22 +01:00
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
vmove "usr/share/gir-*"
|
|
|
|
fi
|
2013-09-19 08:14:02 +02:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 13:29:34 +02:00
|
|
|
}
|
|
|
|
}
|