polkit: update to 0.96.
--HG-- extra : convert_revision : 96544fa8fc86c979c4d30957508910acb1e636b2
This commit is contained in:
parent
9904b03465
commit
ae104b0ced
2 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@ long_desc="${long_desc}
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
replaces="PolicyKit-devel"
|
replaces="PolicyKit-devel"
|
||||||
revision=1
|
|
||||||
|
|
||||||
|
Add_dependency run pkg-config
|
||||||
Add_dependency run gobject-introspection-devel
|
Add_dependency run gobject-introspection-devel
|
||||||
Add_dependency run glib-devel
|
Add_dependency run glib-devel
|
||||||
Add_dependency run expat-devel
|
Add_dependency run expat-devel
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'polkit'
|
# Template file for 'polkit'
|
||||||
pkgname=polkit
|
pkgname=polkit
|
||||||
version=0.95
|
version=0.96
|
||||||
revision=1
|
|
||||||
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 --localstatedir=/var --with-os-type=gentoo"
|
configure_args="--disable-static --localstatedir=/var --with-os-type=gentoo"
|
||||||
short_desc="Authorization Toolkit"
|
short_desc="Authorization Toolkit"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=b484248ed8fa7419170cf98d7cba51d68290783c3c7cac7c5dab7605dfe3c79c
|
checksum=3426ca917210b2a5525732559368c18f983a4c39a6a55c5dddba26071bd8054a
|
||||||
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.
|
||||||
|
@ -23,6 +22,7 @@ Add_dependency run glibc
|
||||||
Add_dependency run expat
|
Add_dependency run expat
|
||||||
Add_dependency run eggdbus
|
Add_dependency run eggdbus
|
||||||
Add_dependency run pam
|
Add_dependency run pam
|
||||||
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build libxslt
|
Add_dependency build libxslt
|
||||||
Add_dependency build gobject-introspection-devel
|
Add_dependency build gobject-introspection-devel
|
||||||
|
|
Loading…
Reference in a new issue