From d44823e5676f0edd0e259c7c33d5640a043748ac Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 7 Mar 2014 03:52:15 +0000 Subject: Fri Mar 7 03:48:12 UTC 2014 --- community/mate-sensors-applet/PKGBUILD | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'community/mate-sensors-applet') 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 -# Contributor: Giovanni Ricciardi -# Contributor: Xpander 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 } -- cgit v1.2.3-54-g00ecf