summaryrefslogtreecommitdiff
path: root/community/mate-menus
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-07 03:52:15 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-07 03:52:15 +0000
commitd44823e5676f0edd0e259c7c33d5640a043748ac (patch)
treea861b18b863dacb947ba2b8e9cbcb47ef80a03ef /community/mate-menus
parentc183da9d3df5445f5021cd6563012ba2abfc393e (diff)
Fri Mar 7 03:48:12 UTC 2014
Diffstat (limited to 'community/mate-menus')
-rw-r--r--community/mate-menus/PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/community/mate-menus/PKGBUILD b/community/mate-menus/PKGBUILD
index d236e328e..e07cd6a41 100644
--- a/community/mate-menus/PKGBUILD
+++ b/community/mate-menus/PKGBUILD
@@ -1,25 +1,22 @@
-# $Id: PKGBUILD 104193 2014-01-16 16:26:41Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
-# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper@gmail.com>
-# Contributor: Xpander <xpander0@gmail.com>
pkgname=mate-menus
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
pkgdesc="MATE menu specifications"
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
license=('GPL')
depends=('glib2' 'python2')
-makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser')
+makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser')
options=('!emptydirs')
groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('798e1e96e8dea48d93f1db90b6fbe69d0a3f3ea5')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e2c3eda5123da8ff30dcd5f86c4ad9426e34a7b5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- PYTHON=/usr/bin/python2 ./autogen.sh \
+ PYTHON=/usr/bin/python2 ./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \