[arch-commits] Commit in mate-polkit/repos (4 files)

Antonio Rojas arojas at archlinux.org
Tue May 9 19:14:37 UTC 2017


    Date: Tuesday, May 9, 2017 @ 19:14:37
  Author: arojas
Revision: 227559

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 ----------------------
 community-x86_64/PKGBUILD |   36 ----------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-09 19:13:54 UTC (rev 227558)
+++ community-i686/PKGBUILD	2017-05-09 19:14:37 UTC (rev 227559)
@@ -1,36 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-polkit
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="PolicyKit integration for the MATE desktop"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('LGPL')
-groups=('mate')
-depends=('gtk3' 'polkit')
-makedepends=('accountsservice' 'gobject-introspection' 'intltool')
-conflicts=('mate-polkit-gtk3')
-replaces=('mate-polkit-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('6605b950811dfae23947b0727a3c3b12ee0ce2db')
-
-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-i686/PKGBUILD (from rev 227558, mate-polkit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-09 19:14:37 UTC (rev 227559)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-polkit
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="PolicyKit integration for the MATE desktop"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('LGPL')
+groups=('mate')
+depends=('gtk3' 'polkit')
+makedepends=('accountsservice' 'gobject-introspection' 'intltool')
+conflicts=('mate-polkit-gtk3')
+replaces=('mate-polkit-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('020d770adb42e7b60a74c5253769491860e0b792')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-05-09 19:13:54 UTC (rev 227558)
+++ community-x86_64/PKGBUILD	2017-05-09 19:14:37 UTC (rev 227559)
@@ -1,36 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-polkit
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="PolicyKit integration for the MATE desktop"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('LGPL')
-groups=('mate')
-depends=('gtk3' 'polkit')
-makedepends=('accountsservice' 'gobject-introspection' 'intltool')
-conflicts=('mate-polkit-gtk3')
-replaces=('mate-polkit-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('6605b950811dfae23947b0727a3c3b12ee0ce2db')
-
-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 227558, mate-polkit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-09 19:14:37 UTC (rev 227559)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-polkit
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="PolicyKit integration for the MATE desktop"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('LGPL')
+groups=('mate')
+depends=('gtk3' 'polkit')
+makedepends=('accountsservice' 'gobject-introspection' 'intltool')
+conflicts=('mate-polkit-gtk3')
+replaces=('mate-polkit-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('020d770adb42e7b60a74c5253769491860e0b792')
+
+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