mate-polkit: update to 1.20.0

This commit is contained in:
Sir_Boops 2018-04-25 04:31:19 -06:00 committed by Enno Boland
parent 973c2c1029
commit 2ab35d078e
2 changed files with 5 additions and 19 deletions

View File

@ -1 +0,0 @@
mate-polkit

View File

@ -1,6 +1,6 @@
# Template file for 'mate-polkit'
pkgname=mate-polkit
version=1.18.2
version=1.20.0
revision=1
build_style=gnu-configure
configure_args="--disable-static $(vopt_enable gir introspection)"
@ -8,25 +8,12 @@ hostmakedepends="pkg-config intltool $(vopt_if gir gobject-introspection)"
makedepends="gtk+3-devel polkit-devel"
short_desc="PolicyKit integration for the MATE desktop"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-3"
homepage="http://mate-desktop.org"
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=6dc987edfa6239ded5edc8a472a19a77839348519cf24cd968019420f9a1bd06
license="GPL-2.0-or-later"
homepage="https://mate-desktop.org"
distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=242988d0033f878b967dea5ad380cc7cb49910b9b2ea33e95061bf3062cd8101
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi
mate-polkit-devel_package() {
short_desc+=" - development files"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
if [ "$build_option_gir" ]; then
vmove usr/share/gir-1.0
fi
}
}