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

Antonio Rojas arojas at archlinux.org
Fri Feb 9 19:19:35 UTC 2018


    Date: Friday, February 9, 2018 @ 19:19:35
  Author: arojas
Revision: 290567

archrelease: copy trunk to community-staging-any

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

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

Copied: mozo/repos/community-staging-any/PKGBUILD (from rev 290566, mozo/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-02-09 19:19:35 UTC (rev 290567)
@@ -0,0 +1,28 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mozo
+pkgver=1.20.0
+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")
+sha1sums=('bd03a195abd0641e15437160ffecf6a6a42b0420')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list