mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
polkit: update to 0.103.
This commit is contained in:
parent
2493c50318
commit
f620407732
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'polkit'
|
# Template file for 'polkit'
|
||||||
pkgname=polkit
|
pkgname=polkit
|
||||||
version=0.102
|
version=0.103
|
||||||
revision=5
|
|
||||||
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-os-type=gentoo"
|
configure_args="--disable-static --with-os-type=gentoo"
|
||||||
|
@ -9,7 +8,7 @@ short_desc="Authorization Toolkit"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/PolicyKit"
|
homepage="http://www.freedesktop.org/wiki/Software/PolicyKit"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=0a6573da841c6f5c428218f1456aed45724a0127932af0de563d568bb9058641
|
checksum=36607c8ce576980ee55bd12bab1944f13217eb8e9d04ab56022545861ece3bc5
|
||||||
long_desc="
|
long_desc="
|
||||||
PolicyKit is an application-level toolkit for defining and handling the
|
PolicyKit is an application-level toolkit for defining and handling the
|
||||||
policy that allows unprivileged processes to speak to privileged processes.
|
policy that allows unprivileged processes to speak to privileged processes.
|
||||||
|
@ -21,7 +20,9 @@ long_desc="
|
||||||
systemd_services="polkitd.service on"
|
systemd_services="polkitd.service on"
|
||||||
replaces="PolicyKit>=0"
|
replaces="PolicyKit>=0"
|
||||||
subpackages="polkit-devel"
|
subpackages="polkit-devel"
|
||||||
|
make_dirs="
|
||||||
|
/etc/polkit-1/localauthority 700 root root
|
||||||
|
/var/lib/polkit-1 700 root root"
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
|
|
Loading…
Add table
Reference in a new issue