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

Brad Fanella cesura at archlinux.org
Tue Jul 17 18:55:37 UTC 2018


    Date: Tuesday, July 17, 2018 @ 18:55:37
  Author: cesura
Revision: 361132

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-17 18:55:15 UTC (rev 361131)
+++ PKGBUILD	2018-07-17 18:55:37 UTC (rev 361132)
@@ -1,37 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-polkit
-pkgver=1.20.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=('242988d0033f878b967dea5ad380cc7cb49910b9b2ea33e95061bf3062cd8101')
-
-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 361131, mate-polkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-17 18:55:37 UTC (rev 361132)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-polkit
+pkgver=1.20.1
+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=('53d3249a0abbcb6eacccbf7898f113e546c8ca0fc683b81ab8e90e907e99e615')
+
+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