[arch-commits] Commit in mate-menu-editor/repos/community-any (4 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Tue Jan 28 14:57:31 UTC 2014


    Date: Tuesday, January 28, 2014 @ 15:57:31
  Author: flexiondotorg
Revision: 104951

archrelease: copy trunk to community-any

Added:
  mate-menu-editor/repos/community-any/PKGBUILD
    (from rev 104950, mate-menu-editor/trunk/PKGBUILD)
  mate-menu-editor/repos/community-any/mate-menu-editor.install
    (from rev 104950, mate-menu-editor/trunk/mate-menu-editor.install)
Deleted:
  mate-menu-editor/repos/community-any/PKGBUILD
  mate-menu-editor/repos/community-any/mate-menu-editor.install

--------------------------+
 PKGBUILD                 |   59 +++++++++++++++++++++------------------------
 mate-menu-editor.install |   22 ++++++++--------
 2 files changed, 39 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-28 14:57:07 UTC (rev 104950)
+++ PKGBUILD	2014-01-28 14:57:31 UTC (rev 104951)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
-# Contributor: Xpander <xpander0 at gmail.com>
-
-pkgname=mate-menu-editor
-pkgver=1.6.0
-pkgrel=6
-pkgdesc="MATE menu editing tool"
-url="http://mate-desktop.org"
-arch=('any')
-license=('GPL')
-depends=('mate-menus' 'pygtk' 'python2' 'python2-gobject2')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
-options=('!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('dfc29a0280bc8c880e1ea042867fb350d957b490')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    PYTHON=/usr/bin/python2 ./autogen.sh \
-        --prefix=/usr
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-menu-editor/repos/community-any/PKGBUILD (from rev 104950, mate-menu-editor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-01-28 14:57:31 UTC (rev 104951)
@@ -0,0 +1,28 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-menu-editor
+pkgver=1.6.1
+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' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('7f70d9abccc8fe9eb70032693b20f38521f6a2cf')
+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
+}

Deleted: mate-menu-editor.install
===================================================================
--- mate-menu-editor.install	2014-01-28 14:57:07 UTC (rev 104950)
+++ mate-menu-editor.install	2014-01-28 14:57:31 UTC (rev 104951)
@@ -1,11 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-menu-editor/repos/community-any/mate-menu-editor.install (from rev 104950, mate-menu-editor/trunk/mate-menu-editor.install)
===================================================================
--- mate-menu-editor.install	                        (rev 0)
+++ mate-menu-editor.install	2014-01-28 14:57:31 UTC (rev 104951)
@@ -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