mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
polkit: update to 0.108.
This commit is contained in:
parent
9b4213d4b3
commit
2cff9718c8
2 changed files with 9 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
libmozjs185.so.1.0
|
libgmodule-2.0.so.0
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
|
|
|
@ -1,20 +1,16 @@
|
||||||
# Template file for 'polkit'
|
# Template file for 'polkit'
|
||||||
pkgname=polkit
|
pkgname=polkit
|
||||||
version=0.107
|
version=0.108
|
||||||
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"
|
||||||
makedepends="pkg-config intltool libxslt docbook-xsl glib-devel
|
|
||||||
expat-devel pam-devel systemd-devel gobject-introspection js-devel"
|
|
||||||
replaces="PolicyKit>=0"
|
|
||||||
subpackages="polkit-devel"
|
|
||||||
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/PolicyKit"
|
||||||
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/$pkgname-$version.tar.gz"
|
||||||
checksum=c826973db2b226dc8f807af5143f7b8be5d0270f46c0c1241a83b067db9d8311
|
checksum=2877c15f56abe43609f6ece54ee0bfea169ca6d7b271b17296b14d751eab23a6
|
||||||
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,7 +19,12 @@ long_desc="
|
||||||
to granting access to privileged operations (like calling the HAL Mount()
|
to granting access to privileged operations (like calling the HAL Mount()
|
||||||
method) for unprivileged (desktop) applications."
|
method) for unprivileged (desktop) applications."
|
||||||
|
|
||||||
|
LDFLAGS="-lgmodule-2.0"
|
||||||
|
|
||||||
system_accounts="polkitd"
|
system_accounts="polkitd"
|
||||||
|
subpackages="polkit-devel"
|
||||||
|
makedepends="pkg-config intltool libxslt docbook-xsl glib-devel
|
||||||
|
expat-devel pam-devel systemd-devel gobject-introspection js-devel"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/polkit-1.pam 644 etc/pam.d polkit-1
|
vinstall ${FILESDIR}/polkit-1.pam 644 etc/pam.d polkit-1
|
||||||
|
|
Loading…
Add table
Reference in a new issue