Merge pull request #1081 from thypon/polkitfix
polkit: add valid homedir to polkitd
This commit is contained in:
commit
8831ecfdad
1 changed files with 3 additions and 2 deletions
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'polkit'
|
||||
pkgname=polkit
|
||||
version=0.112
|
||||
revision=5
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-authfw=pam --with-os-type=void --with-mozjs=mozjs-17.0"
|
||||
short_desc="Authorization Toolkit"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.freedesktop.org/wiki/Software/polkit"
|
||||
license="GPL-2"
|
||||
distfiles="http://www.freedesktop.org/software/polkit/releases/polkit-${version}.tar.gz"
|
||||
distfiles="${FREEDESKTOP_SITE}/${pkgname}/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=d695f43cba4748a822fbe864dd32c4887c5da1c71694a47693ace5e88fcf6af6
|
||||
|
||||
hostmakedepends="pkg-config intltool libxslt docbook-xsl glib-devel"
|
||||
makedepends="libglib-devel expat-devel pam-devel mozjs17-devel"
|
||||
system_accounts="polkitd"
|
||||
polkitd_homedir="/var/empty"
|
||||
make_dirs="
|
||||
/etc/polkit-1/rules.d 0700 polkitd polkitd
|
||||
/usr/share/polkit-1/rules.d 0700 polkitd polkitd"
|
||||
|
|
Loading…
Reference in a new issue