[arch-commits] Commit in xfce4-weather-plugin/trunk (PKGBUILD)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Tue Feb 19 15:27:48 UTC 2013


    Date: Tuesday, February 19, 2013 @ 16:27:48
  Author: foutrelis
Revision: 178295

upgpkg: xfce4-weather-plugin 0.8.3-2

Disable upower until I figure out why it mistakenly reports "lid-is-closed: yes" on both of my laptops.

Modified:
  xfce4-weather-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-19 07:21:08 UTC (rev 178294)
+++ PKGBUILD	2013-02-19 15:27:48 UTC (rev 178295)
@@ -4,13 +4,13 @@
 
 pkgname=xfce4-weather-plugin
 pkgver=0.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A weather plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
 license=('GPL2')
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxml2' 'libsoup' 'upower' 'hicolor-icon-theme')
+depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
 makedepends=('intltool')
 options=('!libtool')
 install=$pkgname.install
@@ -26,7 +26,8 @@
     --libexecdir=/usr/lib \
     --localstatedir=/var \
     --disable-static \
-    --disable-debug
+    --disable-debug \
+    --disable-upower
   make
 }
 




More information about the arch-commits mailing list