polkit: update to 0.104.
This commit is contained in:
parent
3308b6d676
commit
e21d3a1f86
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'polkit'
|
||||
pkgname=polkit
|
||||
version=0.103
|
||||
version=0.104
|
||||
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-os-type=gentoo"
|
||||
|
@ -8,7 +8,7 @@ short_desc="Authorization Toolkit"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.freedesktop.org/wiki/Software/PolicyKit"
|
||||
license="GPL-2"
|
||||
checksum=36607c8ce576980ee55bd12bab1944f13217eb8e9d04ab56022545861ece3bc5
|
||||
checksum=6b0a13d8381e4a7b7e37c18a54595191b50757e0fcd186cd9918e9ad0f18c7f9
|
||||
long_desc="
|
||||
PolicyKit is an application-level toolkit for defining and handling the
|
||||
policy that allows unprivileged processes to speak to privileged processes.
|
||||
|
@ -28,10 +28,10 @@ Add_dependency build pkg-config
|
|||
Add_dependency build intltool
|
||||
Add_dependency build libxslt
|
||||
Add_dependency build docbook-xsl
|
||||
Add_dependency build gobject-introspection
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build expat-devel
|
||||
Add_dependency build pam-devel
|
||||
Add_dependency build gobject-introspection
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/polkit-1.pam 644 etc/pam.d polkit-1
|
||||
|
|
Loading…
Reference in New Issue