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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 23:33:31 UTC 2014


    Date: Thursday, March 6, 2014 @ 00:33:30
  Author: flexiondotorg
Revision: 106610

archrelease: copy trunk to community-staging-any

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

--------------+
 PKGBUILD     |   33 +++++++++++++++++++++++++++++++++
 mozo.install |   11 +++++++++++
 2 files changed, 44 insertions(+)

Copied: mozo/repos/community-staging-any/PKGBUILD (from rev 106609, mozo/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2014-03-05 23:33:30 UTC (rev 106610)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mozo
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="MATE menu editing tool"
+url="http://mate-desktop.org"
+arch=('any')
+license=('GPL')
+depends=('mate-menus' 'pygtk' 'python2' 'python2-gobject2')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+replaces=('mate-menu-editor')
+provides=('mate-menu-editor')
+conflicts=('mate-menu-editor')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('0b0779088181c74837dda85134e2c451e3399b2a')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mozo/repos/community-staging-any/mozo.install (from rev 106609, mozo/trunk/mozo.install)
===================================================================
--- community-staging-any/mozo.install	                        (rev 0)
+++ community-staging-any/mozo.install	2014-03-05 23:33:30 UTC (rev 106610)
@@ -0,0 +1,11 @@
+post_install() {
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list