summaryrefslogtreecommitdiff
path: root/community/mate-power-manager/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-power-manager/PKGBUILD')
-rw-r--r--community/mate-power-manager/PKGBUILD25
1 files changed, 10 insertions, 15 deletions
diff --git a/community/mate-power-manager/PKGBUILD b/community/mate-power-manager/PKGBUILD
index 74d83b619..dfc4f74ef 100644
--- a/community/mate-power-manager/PKGBUILD
+++ b/community/mate-power-manager/PKGBUILD
@@ -1,25 +1,21 @@
-# $Id: PKGBUILD 104214 2014-01-16 17:11:58Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
-# Contributor: Giovanni Ricciardi <kar98k.sniper@gmail.com>
-# Contributor: Xpander <xpander0@gmail.com>
-# Contributor: hekel <hekel@archlinux.info>
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 @@ build() {
--localstatedir=/var \
--sbindir=/usr/bin \
--enable-applets \
- --enable-unique \
- --disable-scrollkeeper
+ --enable-unique
make
}