[arch-commits] Commit in mate-power-manager/trunk (2 files)

Balló György bgyorgy at archlinux.org
Sun Aug 7 10:50:04 UTC 2016


    Date: Sunday, August 7, 2016 @ 10:50:04
  Author: bgyorgy
Revision: 185789

upgpkg: mate-power-manager 1.14.0-1

Update to new version

Modified:
  mate-power-manager/trunk/PKGBUILD
Deleted:
  mate-power-manager/trunk/mate-power-manager.install

----------------------------+
 PKGBUILD                   |   24 +++++++-----------------
 mate-power-manager.install |   12 ------------
 2 files changed, 7 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-07 10:46:54 UTC (rev 185788)
+++ PKGBUILD	2016-08-07 10:50:04 UTC (rev 185789)
@@ -1,31 +1,22 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Martin Wimpress <code at flexion.org>
 
-_ver=1.12
+_ver=1.14
 _pkgbase=mate-power-manager
 pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgver=${_ver}.0
 pkgrel=1
 pkgdesc="Power management tool for the MATE desktop (GTK2 version)"
 url="http://mate-desktop.org"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk2' 'libcanberra' 'libgnome-keyring'
-         'libnotify' 'libunique' 'mate-desktop>=1.12' 'upower')
-makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-panel' 'xmlto' 'yelp-tools')
-optdepends=('mate-panel: Set brightness and inhibit power management from the panel'
-            'yelp: for reading MATE help documents')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'libunique' 'mate-desktop' 'upower')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Set brightness and inhibit power management from the panel')
 source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
-sha1sums=('b9902eb14618f9378887d9e1d5d0ef37dc99d737')
-install=${_pkgbase}.install
+sha1sums=('286ac97658d18ea1fffa6e0a692a877727a44e41')
 
-prepare() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-    #Work around a problem where the .sgml fails to parse.
-    sed -e 's:@HAVE_DOCBOOK2MAN_TRUE at .*::' -i man/Makefile.in
-}
-
 build() {
     cd "${srcdir}/${_pkgbase}-${pkgver}"
     ./configure \
@@ -35,7 +26,6 @@
         --localstatedir=/var \
         --sbindir=/usr/bin \
         --enable-applets \
-        --enable-unique \
         --with-gtk=2.0 \
         --disable-strict
     make

Deleted: mate-power-manager.install
===================================================================
--- mate-power-manager.install	2016-08-07 10:46:54 UTC (rev 185788)
+++ mate-power-manager.install	2016-08-07 10:50:04 UTC (rev 185789)
@@ -1,12 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list