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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 1 21:24:54 UTC 2014


    Date: Monday, December 1, 2014 @ 22:24:54
  Author: foutrelis
Revision: 227236

upgpkg: xfce4-power-manager 1.4.2-1

- New upstream release.
- Enable the LXDE panel plugin (FS#42127).
- Reword install message about the removal of the tray icon.

Modified:
  xfce4-power-manager/trunk/PKGBUILD
  xfce4-power-manager/trunk/xfce4-power-manager.install

-----------------------------+
 PKGBUILD                    |   12 +++++++-----
 xfce4-power-manager.install |    2 +-
 2 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-01 19:51:43 UTC (rev 227235)
+++ PKGBUILD	2014-12-01 21:24:54 UTC (rev 227236)
@@ -3,18 +3,20 @@
 # Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
 
 pkgname=xfce4-power-manager
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.4.2
+pkgrel=1
 pkgdesc="Power manager for Xfce desktop"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/"
 license=('GPL2')
 groups=('xfce4')
-depends=('xfce4-panel' 'upower' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool')
+depends=('upower' 'libnotify' 'hicolor-icon-theme')
+optdepends=('xfce4-panel: for the Xfce panel plugin'
+            'lxpanel: for the LXDE panel plugin')
+makedepends=('intltool' 'xfce4-panel' 'lxpanel')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/1.4/$pkgname-$pkgver.tar.bz2)
-sha256sums=('16a9e9bf3e0f8480d05b248817fbdc59e701e9161d3d0c7e53f3de28ed491f58')
+sha256sums=('f28bad9270a155566e5ccf03de91c9cce7516e28192f3c0259a620bbce9d6b97')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: xfce4-power-manager.install
===================================================================
--- xfce4-power-manager.install	2014-12-01 19:51:43 UTC (rev 227235)
+++ xfce4-power-manager.install	2014-12-01 21:24:54 UTC (rev 227236)
@@ -5,7 +5,7 @@
 post_upgrade() {
   if (($(vercmp $2 1.4.0-1) < 0)); then
     echo ':: Xfce Power Manager no longer provides a tray icon.'
-    echo '   Please add the new Power Manager Plugin to your panel.'
+    echo '   Instead, it includes panel plugins for Xfce and LXDE.'
   fi
 
   post_install



More information about the arch-commits mailing list