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

Brad Fanella cesura at archlinux.org
Tue Jul 17 18:02:15 UTC 2018


    Date: Tuesday, July 17, 2018 @ 18:02:15
  Author: cesura
Revision: 361084

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-17 18:01:48 UTC (rev 361083)
+++ PKGBUILD	2018-07-17 18:02:15 UTC (rev 361084)
@@ -1,35 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-menus
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="MATE menu specifications"
-url="https://mate-desktop.org"
-arch=('x86_64')
-license=('GPL' 'LGPL')
-depends=('glib2')
-makedepends=('gobject-introspection' 'intltool' 'python2')
-optdepends=('python2: python2 bindings')
-groups=('mate')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('0fdadb1ba0950c14a72802c8a5afae99c46ca20ef3c7b9f1854bd5a5da3433f0')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    PYTHON=/usr/bin/python2 ./configure \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --localstatedir=/var \
-        --enable-python
-
-    #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-menus/repos/community-x86_64/PKGBUILD (from rev 361083, mate-menus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-17 18:02:15 UTC (rev 361084)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-menus
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="MATE menu specifications"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('GPL' 'LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection' 'intltool' 'python2')
+optdepends=('python2: python2 bindings')
+groups=('mate')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('c6eb74022f9cb283cd7603e9e5aac25258bfe970da661ca9c050f8a50c9f17dd')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --enable-python
+
+    #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