summaryrefslogtreecommitdiff
path: root/community/mate-terminal/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-terminal/PKGBUILD')
-rw-r--r--community/mate-terminal/PKGBUILD22
1 files changed, 13 insertions, 9 deletions
diff --git a/community/mate-terminal/PKGBUILD b/community/mate-terminal/PKGBUILD
index 8787ef79a..72b144396 100644
--- a/community/mate-terminal/PKGBUILD
+++ b/community/mate-terminal/PKGBUILD
@@ -1,28 +1,32 @@
-# $Id: PKGBUILD 104248 2014-01-16 18:05:57Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
-# Contributor: Giovanni Ricciardi <kar98k.sniper@gmail.com>
pkgname=mate-terminal
-pkgver=1.6.2
-pkgrel=1
+pkgver=1.8.0
+pkgrel=2
pkgdesc="The MATE Terminal Emulator"
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
license=('GPL')
depends=('dbus' 'dconf' 'gtk2' 'libsm' 'mate-desktop' 'vte')
-makedepends=('docbook2x' 'mate-common' 'mate-doc-utils' 'perl-xml-parser')
+makedepends=('docbook2x' 'mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
options=('!emptydirs')
groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('951c006c5ee31da0d0da1ebad4d1e6648fe0e41b')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('14b380c71aaf73499f5ae292ee14d2eb27920074')
install=${pkgname}.install
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i 's/env python/env python2/' mate-terminal.wrapper
+}
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \
--prefix=/usr \
- --disable-static \
- --disable-scrollkeeper
+ --with-gtk=2.0 \
+ --disable-static
make
}