mate-polkit: update to 1.20.1

This commit is contained in:
Alessio Sergi 2018-06-18 20:00:16 +02:00
parent 4c50485973
commit 7b1a346db2

View file

@ -1,19 +1,14 @@
# Template file for 'mate-polkit' # Template file for 'mate-polkit'
pkgname=mate-polkit pkgname=mate-polkit
version=1.20.0 version=1.20.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static $(vopt_enable gir introspection)" configure_args="--disable-static"
hostmakedepends="pkg-config intltool $(vopt_if gir gobject-introspection)" hostmakedepends="pkg-config intltool"
makedepends="gtk+3-devel polkit-devel" makedepends="gtk+3-devel polkit-devel"
short_desc="PolicyKit integration for the MATE desktop" short_desc="PolicyKit integration for the MATE desktop"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2.0-or-later" license="LGPL-2.0-or-later"
homepage="https://mate-desktop.org" homepage="https://mate-desktop.org"
distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=242988d0033f878b967dea5ad380cc7cb49910b9b2ea33e95061bf3062cd8101 checksum=53d3249a0abbcb6eacccbf7898f113e546c8ca0fc683b81ab8e90e907e99e615
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi