[arch-commits] Commit in mozo/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 07:35:27 UTC 2019


    Date: Monday, November 4, 2019 @ 07:35:26
  Author: felixonmars
Revision: 523518

archrelease: copy trunk to community-staging-any

Added:
  mozo/repos/community-staging-any/
  mozo/repos/community-staging-any/PKGBUILD
    (from rev 523517, mozo/trunk/PKGBUILD)

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

Copied: mozo/repos/community-staging-any/PKGBUILD (from rev 523517, mozo/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 07:35:26 UTC (rev 523518)
@@ -0,0 +1,29 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mozo
+pkgver=1.22.2
+pkgrel=2
+pkgdesc="MATE menu editing tool"
+url="https://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=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('3ac309dabeaa5d7a1bca27e3ed1e1b3d59152ef7177e9e1d0a620392bee6ecd3')
+
+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