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

Brad Fanella cesura at archlinux.org
Sat Mar 30 01:49:29 UTC 2019


    Date: Saturday, March 30, 2019 @ 01:49:28
  Author: cesura
Revision: 446189

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-30 01:48:42 UTC (rev 446188)
+++ PKGBUILD	2019-03-30 01:49:28 UTC (rev 446189)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-menus
-pkgver=1.20.2
-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=('e277df3b3072c2177277644a8c7b0191cc5c3779f1b8db99ef183734d4b4c4a3')
-
-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 446188, mate-menus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-30 01:49:28 UTC (rev 446189)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-menus
+pkgver=1.22.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=('acec93a66154fdbd78404680fca5a99112085cb99d7c43022b010527dc9a6ad2')
+
+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