[arch-commits] Commit in mate-polkit/repos/community-x86_64 (PKGBUILD PKGBUILD)

Brad Fanella cesura at archlinux.org
Tue Feb 25 19:53:46 UTC 2020


    Date: Tuesday, February 25, 2020 @ 19:53:46
  Author: cesura
Revision: 581966

archrelease: copy trunk to community-x86_64

Added:
  mate-polkit/repos/community-x86_64/PKGBUILD
    (from rev 581965, mate-polkit/trunk/PKGBUILD)
Deleted:
  mate-polkit/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 19:53:39 UTC (rev 581965)
+++ PKGBUILD	2020-02-25 19:53:46 UTC (rev 581966)
@@ -1,37 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-polkit
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="PolicyKit integration for the MATE desktop"
-url="https://mate-desktop.org"
-arch=('x86_64')
-license=('LGPL')
-groups=('mate')
-depends=('gtk3' 'polkit')
-makedepends=('accountsservice' 'gobject-introspection' 'intltool')
-conflicts=('mate-polkit-gtk3')
-replaces=('mate-polkit-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('c0cb8a2bb01e3afcbd56557563491ecf7fa8dad6e419a7a1e01b52d7c3b1280b')
-
-build() {
-    	cd "${pkgname}-${pkgver}"
-    	./configure \
-        	--prefix=/usr \
-        	--libexecdir=/usr/lib/${pkgname} \
-        	--sysconfdir=/etc \
-        	--localstatedir=/var \
-        	--enable-introspection
-
-    	#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-    	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-    	make
-}
-
-package() {
-    	cd "${pkgname}-${pkgver}"
-    	make DESTDIR="${pkgdir}" install
-}

Copied: mate-polkit/repos/community-x86_64/PKGBUILD (from rev 581965, mate-polkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-25 19:53:46 UTC (rev 581966)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-polkit
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="PolicyKit integration for the MATE desktop"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('LGPL')
+groups=('mate')
+depends=('gtk3' 'polkit' 'gettext')
+makedepends=('accountsservice' 'gobject-introspection')
+conflicts=('mate-polkit-gtk3')
+replaces=('mate-polkit-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('76bf1133a22d0772bff02c34d6178ef73826a400415294541f9e6f4b3f5ea090')
+
+build() {
+    	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr \
+        	--libexecdir=/usr/lib/${pkgname} \
+        	--sysconfdir=/etc \
+        	--localstatedir=/var \
+        	--enable-introspection
+
+    	#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    	make
+}
+
+package() {
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list