Date: Wednesday, March 5, 2014 @ 21:58:27 Author: flexiondotorg Revision: 106555
Updated to 1.8 Modified: mate-power-manager/trunk/PKGBUILD ----------+ PKGBUILD | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-05 20:58:10 UTC (rev 106554) +++ PKGBUILD 2014-03-05 20:58:27 UTC (rev 106555) @@ -1,25 +1,21 @@ -# $Id$ # Maintainer : Martin Wimpress <[email protected]> -# Contributor: Giovanni Ricciardi <[email protected]> -# Contributor: Xpander <[email protected]> -# Contributor: hekel <[email protected]> pkgname=mate-power-manager -pkgver=1.6.3 -pkgrel=3 +pkgver=1.8.0 +pkgrel=1 pkgdesc="Session daemon that makes it easy to manage your laptop or desktop system for Mate Desktop" url="http://mate-desktop.org" arch=('i686' 'x86_64') license=('GPL') -depends=('dbus-glib' 'dconf' 'libcanberra' 'libmatekeyring' 'libnotify' - 'libunique' 'upower') -makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-doc-utils' - 'mate-panel' 'perl-xml-parser' 'xmlto') -optdepends=('mate-panel: Set brightness and inhibit power management from the panel') +depends=('dbus-glib' 'dconf' 'libcanberra' 'libgnome-keyring' 'libnotify' + 'libunique' 'mate-panel' 'upower') +makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'perl-xml-parser' + 'xmlto' '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=('a949e34494cb70bcb2fa349dcc35847f022be187') +source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz") +sha1sums=('5cde22f2d6498294a76e3bf9005b4f73bbdd0db8') install=${pkgname}.install prepare() { @@ -37,8 +33,7 @@ --localstatedir=/var \ --sbindir=/usr/bin \ --enable-applets \ - --enable-unique \ - --disable-scrollkeeper + --enable-unique make }
