mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/mate-polkit: upgrade to 1.20.0
This commit is contained in:
parent
aff29fddf6
commit
df3ebcd57f
@ -1,7 +1,7 @@
|
||||
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
|
||||
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
|
||||
pkgname=mate-polkit
|
||||
pkgver=1.19.0
|
||||
pkgver=1.20.0
|
||||
pkgrel=0
|
||||
pkgdesc="MATE Authentication Agent for PolicyKit"
|
||||
url="https://github.com/mate-desktop/mate-polkit"
|
||||
@ -10,7 +10,7 @@ license="GPL-2.0"
|
||||
depends="mate-common"
|
||||
makedepends="polkit-dev libtool intltool gtk+3.0-dev
|
||||
gobject-introspection-dev"
|
||||
subpackages="$pkgname-dev $pkgname-lang"
|
||||
subpackages="$pkgname-lang"
|
||||
source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
@ -20,6 +20,7 @@ build() {
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--sysconfdir=/etc \
|
||||
--enable-static=no \
|
||||
--prefix=/usr
|
||||
make
|
||||
}
|
||||
@ -34,4 +35,4 @@ package() {
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
sha512sums="994519728a2bd7204d48cf64e892fef15818b8f575671677e6d103831285f42d91693005c467384c92a0c37a296a5e36eeb4ef20c343257065db819cb24383e8 mate-polkit-1.19.0.tar.xz"
|
||||
sha512sums="d842937cdb62d441140aed68e879bd6972c4ef7351093575bf1fda399f051ece26fb542834060b21cb53d308717f58e57cbd354521b68b27841809f1fd32cfcb mate-polkit-1.20.0.tar.xz"
|
||||
|
Loading…
Reference in New Issue
Block a user