summaryrefslogtreecommitdiff
path: root/community/mate-system-monitor/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-system-monitor/PKGBUILD')
-rw-r--r--community/mate-system-monitor/PKGBUILD19
1 files changed, 9 insertions, 10 deletions
diff --git a/community/mate-system-monitor/PKGBUILD b/community/mate-system-monitor/PKGBUILD
index 9741948c9..de4d8e04b 100644
--- a/community/mate-system-monitor/PKGBUILD
+++ b/community/mate-system-monitor/PKGBUILD
@@ -1,21 +1,20 @@
-# $Id: PKGBUILD 104271 2014-01-16 18:56:12Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
-# Contributor: Giovanni Ricciardi <kar98k.sniper@gmail.com>
pkgname=mate-system-monitor
-pkgver=1.6.1
-pkgrel=6
+pkgver=1.8.0
+pkgrel=1
pkgdesc="A system monitor for MATE"
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('dconf' 'dbus-glib' 'glibmm' 'gtk2' 'gtkmm' 'libgtop' 'libmatewnck' 'librsvg'
+depends=('dconf' 'dbus-glib' 'glibmm' 'gtk2' 'gtkmm' 'libgtop' 'libwnck' 'librsvg'
'mate-icon-theme')
-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=('84b6e8f3557bdadada026aeb349f6e9e90b59c6a')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('a8f652340613154fac994cdc060bae95460c1d6f')
install=${pkgname}.install
build() {
@@ -24,8 +23,8 @@ build() {
--prefix=/usr \
--libexecdir=/usr/lib/${pkgname} \
--localstatedir=/var \
- --disable-static \
- --disable-scrollkeeper
+ --with-gtk=2.0 \
+ --disable-static
make
}