summaryrefslogtreecommitdiff
path: root/community/mate-utils/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-utils/PKGBUILD')
-rw-r--r--community/mate-utils/PKGBUILD20
1 files changed, 9 insertions, 11 deletions
diff --git a/community/mate-utils/PKGBUILD b/community/mate-utils/PKGBUILD
index 66b8ddd6c..bef0cb46f 100644
--- a/community/mate-utils/PKGBUILD
+++ b/community/mate-utils/PKGBUILD
@@ -1,22 +1,20 @@
-# $Id: PKGBUILD 104256 2014-01-16 18:15:52Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
-# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper@gmail.com>
pkgname=mate-utils
-pkgver=1.6.1
+pkgver=1.8.0
pkgrel=1
pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files"
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('gtk2' 'libcanberra' 'libgtop' 'libsm' 'mate-desktop' 'zlib')
-makedepends=('mate-common' 'mate-doc-utils' 'mate-panel' 'perl-xml-parser'
- 'rarian')
-optdepends=('mate-panel: Look up words in dictionaries from the panel')
+depends=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
+makedepends=('mate-common' 'mate-panel' 'perl-xml-parser' 'rarian' 'yelp-tools')
+optdepends=('mate-panel: Look up words in dictionaries from the panel'
+ '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=('c765c53cd4b279155d30ed057a78a584e5b2addc')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('5f4b6d8f7a39ab078c9ed8302ed97926e57b0596')
install=${pkgname}.install
build() {
@@ -24,9 +22,9 @@ build() {
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${pkgname} \
+ --with-gtk=2.0 \
--sysconfdir=/etc \
- --disable-static \
- --disable-scrollkeeper
+ --disable-static
make
}