summaryrefslogtreecommitdiff
path: root/community/mate-sensors-applet/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-sensors-applet/PKGBUILD')
-rw-r--r--community/mate-sensors-applet/PKGBUILD18
1 files changed, 8 insertions, 10 deletions
diff --git a/community/mate-sensors-applet/PKGBUILD b/community/mate-sensors-applet/PKGBUILD
index c78432fa8..715061ae9 100644
--- a/community/mate-sensors-applet/PKGBUILD
+++ b/community/mate-sensors-applet/PKGBUILD
@@ -1,21 +1,20 @@
-# $Id: PKGBUILD 104246 2014-01-16 18:03:24Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
-# Contributor: Giovanni Ricciardi <kar98k.sniper@gmail.com>
-# Contributor: Xpander <xpander0@gmail.com>
pkgname=mate-sensors-applet
-pkgver=1.6.1
+pkgver=1.8.0
pkgrel=1
pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings."
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel' )
-makedepends=('docbook-xml' 'mate-common' 'mate-doc-utils' 'perl-xml-parser' 'rarian')
+depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors'
+ 'mate-panel' 'yelp')
+makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser' 'rarian' '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=('3b57d8e4b47ff2b25bbcee465c0ef7c37bcff1f7')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('0526400ad88b306fc74b2e219ce4aea34476577f')
install=${pkgname}.install
build() {
@@ -23,8 +22,7 @@ build() {
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${pkgname} \
- --disable-static \
- --disable-scrollkeeper
+ --disable-static
make
}