New package: polkit-elogind-0.113
This commit is contained in:
parent
2b9e5532e1
commit
2e08b439ce
|
@ -0,0 +1 @@
|
|||
../polkit/files
|
|
@ -0,0 +1 @@
|
|||
../polkit/patches
|
|
@ -0,0 +1,53 @@
|
|||
# Template file for 'polkit'
|
||||
pkgname=polkit-elogind
|
||||
_pkgname=polkit
|
||||
version=0.113
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable gir introspection)
|
||||
--disable-static --with-authfw=pam --with-os-type=void --with-mozjs=mozjs-17.0"
|
||||
short_desc="Authorization Toolkit"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
homepage="http://www.freedesktop.org/wiki/Software/polkit"
|
||||
license="GPL-2"
|
||||
distfiles="${FREEDESKTOP_SITE}/${_pkgname}/releases/${_pkgname}-${version}.tar.gz"
|
||||
checksum=e1c095093c654951f78f8618d427faf91cf62abdefed98de40ff65eca6413c81
|
||||
wrksrc="${_pkgname}-${version}"
|
||||
provides="${_pkgname}-${version}_${revision}"
|
||||
replaces="polkit>=0"
|
||||
|
||||
hostmakedepends="automake libtool gettext-devel pkg-config intltool libxslt
|
||||
docbook-xsl glib-devel gtk-doc gobject-introspection"
|
||||
makedepends="libglib-devel expat-devel pam-devel mozjs17-devel elogind-devel"
|
||||
system_accounts="polkitd"
|
||||
make_dirs="
|
||||
/etc/polkit-1/rules.d 0700 polkitd polkitd
|
||||
/usr/share/polkit-1/rules.d 0700 polkitd polkitd"
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
# Disable gir for cross builds.
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default+=" gir"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
# Drop requirement of /sys/fs/cgroup/systemd test in configure... WTF.
|
||||
sed -e 's,/sys/fs/cgroup/systemd/,/sys/fs/cgroup,g' -i configure
|
||||
}
|
||||
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
|
||||
}
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/polkit-1.pam 644 etc/pam.d polkit-1
|
||||
|
||||
rm -r $DESTDIR/usr/include
|
||||
rm -r $DESTDIR/usr/lib/pkgconfig
|
||||
if [ "$build_option_gir" ]; then
|
||||
rm -r $DESTDIR/usr/share/gir-*
|
||||
fi
|
||||
rm -r $DESTDIR/usr/lib/*.so
|
||||
}
|
Loading…
Reference in New Issue