polkit: update to 0.111.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'polkit'
|
# Template file for 'polkit'
|
||||||
pkgname=polkit
|
pkgname=polkit
|
||||||
version=0.110
|
version=0.111
|
||||||
revision=2
|
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"
|
||||||
@@ -10,11 +10,10 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||||||
homepage="http://www.freedesktop.org/wiki/Software/polkit"
|
homepage="http://www.freedesktop.org/wiki/Software/polkit"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://www.freedesktop.org/software/polkit/releases/polkit-${version}.tar.gz"
|
distfiles="http://www.freedesktop.org/software/polkit/releases/polkit-${version}.tar.gz"
|
||||||
checksum=8e5c5044bb968643b7fa379f287fb10582615df760ad2f1cb84be6e19fafe6e8
|
checksum=02ae544547211b687818c97bcbf19bf6b8b5be7fda93000525a8765c7bed1ea1
|
||||||
|
|
||||||
makedepends="pkg-config intltool libxslt docbook-xsl glib-devel
|
hostmakedepends="pkg-config intltool libxslt docbook-xsl gobject-introspection"
|
||||||
expat-devel pam-devel systemd-devel gobject-introspection js-devel
|
makedepends="glib-devel expat-devel pam-devel systemd-devel js-devel shadow"
|
||||||
shadow"
|
|
||||||
|
|
||||||
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
|
||||||
@@ -23,8 +22,7 @@ post_install() {
|
|||||||
|
|
||||||
polkit-devel_package() {
|
polkit-devel_package() {
|
||||||
depends="libglib-devel polkit>=${version}"
|
depends="libglib-devel polkit>=${version}"
|
||||||
replaces="PolicyKit-devel>=0"
|
short_desc+=" - development files"
|
||||||
short_desc="${short_desc} -- development files"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
@@ -36,7 +34,6 @@ polkit_package() {
|
|||||||
system_accounts="polkitd"
|
system_accounts="polkitd"
|
||||||
depends="shadow"
|
depends="shadow"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc
|
vmove all
|
||||||
vmove usr
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user