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

Evangelos Foutras foutrelis at archlinux.org
Wed Mar 4 10:53:43 UTC 2015


    Date: Wednesday, March 4, 2015 @ 11:53:43
  Author: foutrelis
Revision: 232608

upgpkg: xfce4-settings 4.12.0-2

Disable UPower support as a possible workaround for a black screen issue
on resume after suspend by lid close. During my testing on an Aspire One
netbook, after resuming UPower incorrectly reported the lid as closed
regardless of its state.

https://bbs.archlinux.org/viewtopic.php?pid=1507949#p1507949

Modified:
  xfce4-settings/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-04 10:52:24 UTC (rev 232607)
+++ PKGBUILD	2015-03-04 10:53:43 UTC (rev 232608)
@@ -5,13 +5,13 @@
 
 pkgname=xfce4-settings
 pkgver=4.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Settings manager for xfce"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/"
 license=('GPL2')
 groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'libnotify' 'libxklavier' 'upower'
+depends=('exo' 'garcon' 'libxfce4ui' 'libnotify' 'libxklavier'
          'gnome-icon-theme' 'gtk3')
 makedepends=('intltool' 'xf86-input-libinput')
 optdepends=('libcanberra: for sound control')
@@ -41,6 +41,7 @@
     --enable-libxklavier \
     --enable-pluggable-dialogs \
     --enable-sound-settings \
+    --disable-upower-glib \
     --disable-debug
   make
 }



More information about the arch-commits mailing list