polkit: update to 0.109.
This commit is contained in:
parent
7629f03253
commit
792b63490c
|
@ -3,10 +3,7 @@
|
|||
noarch=yes
|
||||
depends="glib-devel polkit>=${version}"
|
||||
replaces="PolicyKit-devel>=0"
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
short_desc="${short_desc} -- development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,25 +1,16 @@
|
|||
# Template file for 'polkit'
|
||||
pkgname=polkit
|
||||
version=0.108
|
||||
version=0.109
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-systemd=yes --with-authfw=pam
|
||||
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
short_desc="Authorization Toolkit"
|
||||
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"
|
||||
distfiles="http://www.freedesktop.org/software/polkit/releases/$pkgname-$version.tar.gz"
|
||||
checksum=2877c15f56abe43609f6ece54ee0bfea169ca6d7b271b17296b14d751eab23a6
|
||||
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"
|
||||
distfiles="http://www.freedesktop.org/software/polkit/releases/polkit-${version}.tar.gz"
|
||||
checksum=805d5c75e2adf18fd6622f0b1ea733759fb29d9d4afe8e16adbff5b84ded2ae2
|
||||
|
||||
system_accounts="polkitd"
|
||||
subpackages="polkit-devel"
|
||||
|
|
Loading…
Reference in New Issue