[arch-commits] Commit in mozo/repos/community-any (PKGBUILD PKGBUILD)

Brad Fanella cesura at archlinux.org
Sat Mar 30 03:39:01 UTC 2019


    Date: Saturday, March 30, 2019 @ 03:39:01
  Author: cesura
Revision: 446235

archrelease: copy trunk to community-any

Added:
  mozo/repos/community-any/PKGBUILD
    (from rev 446234, mozo/trunk/PKGBUILD)
Deleted:
  mozo/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-30 03:38:21 UTC (rev 446234)
+++ PKGBUILD	2019-03-30 03:39:01 UTC (rev 446235)
@@ -1,29 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mozo
-pkgver=1.20.2
-pkgrel=1
-pkgdesc="MATE menu editing tool"
-url="http://mate-desktop.org"
-arch=('any')
-license=('GPL')
-depends=('gtk3' 'mate-menus' 'python2-gobject')
-makedepends=('intltool')
-groups=('mate-extra')
-conflicts=('mozo-gtk3')
-replaces=('mozo-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('0deeda3637cf5428853f633378f5d7006184e928cdf78e94d8aad7f822c490e0')
-
-build() {
-    	cd "${pkgname}-${pkgver}"
-    	PYTHON=/usr/bin/python2 ./configure \
-        	--prefix=/usr
-    	make
-}
-
-package() {
-    	cd "${pkgname}-${pkgver}"
-    	make DESTDIR="${pkgdir}" install
-}

Copied: mozo/repos/community-any/PKGBUILD (from rev 446234, mozo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-30 03:39:01 UTC (rev 446235)
@@ -0,0 +1,29 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mozo
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="MATE menu editing tool"
+url="http://mate-desktop.org"
+arch=('any')
+license=('GPL')
+depends=('gtk3' 'python>=3.5' 'mate-menus' 'python-gobject')
+makedepends=('intltool')
+groups=('mate-extra')
+conflicts=('mozo-gtk3')
+replaces=('mozo-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('7f9ec5656c2de5756c1ad26bcf04a26b50446ac33df0a4550fda83e057beb35e')
+
+build() {
+    	cd "${pkgname}-${pkgver}"
+    	PYTHON=/usr/bin/python ./configure \
+        	--prefix=/usr
+    	make
+}
+
+package() {
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list