polkit: update to 0.109.
This commit is contained in:
parent
7629f03253
commit
792b63490c
2 changed files with 5 additions and 17 deletions
|
@ -3,10 +3,7 @@
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="glib-devel polkit>=${version}"
|
depends="glib-devel polkit>=${version}"
|
||||||
replaces="PolicyKit-devel>=0"
|
replaces="PolicyKit-devel>=0"
|
||||||
short_desc="${short_desc} (development files)"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,25 +1,16 @@
|
||||||
# Template file for 'polkit'
|
# Template file for 'polkit'
|
||||||
pkgname=polkit
|
pkgname=polkit
|
||||||
version=0.108
|
version=0.109
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-systemd=yes --with-authfw=pam
|
configure_args="--disable-static --enable-systemd=yes --with-authfw=pam
|
||||||
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||||
short_desc="Authorization Toolkit"
|
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/polkit"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://www.freedesktop.org/software/polkit/releases/$pkgname-$version.tar.gz"
|
distfiles="http://www.freedesktop.org/software/polkit/releases/polkit-${version}.tar.gz"
|
||||||
checksum=2877c15f56abe43609f6ece54ee0bfea169ca6d7b271b17296b14d751eab23a6
|
checksum=805d5c75e2adf18fd6622f0b1ea733759fb29d9d4afe8e16adbff5b84ded2ae2
|
||||||
long_desc="
|
|
||||||
PolicyKit is an application-level toolkit for defining and handling the
|
|
||||||
policy that allows unprivileged processes to speak to privileged processes.
|
|
||||||
|
|
||||||
It is a framework for centralizing the decision making process with respect
|
|
||||||
to granting access to privileged operations (like calling the HAL Mount()
|
|
||||||
method) for unprivileged (desktop) applications."
|
|
||||||
|
|
||||||
LDFLAGS="-lgmodule-2.0"
|
|
||||||
|
|
||||||
system_accounts="polkitd"
|
system_accounts="polkitd"
|
||||||
subpackages="polkit-devel"
|
subpackages="polkit-devel"
|
||||||
|
|
Loading…
Reference in a new issue