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

Evangelos Foutras foutrelis at archlinux.org
Fri Feb 12 09:22:32 UTC 2021


    Date: Friday, February 12, 2021 @ 09:22:31
  Author: foutrelis
Revision: 407869

upgpkg: xfce4-power-manager 4.16.0-2: depend on xfce4-notifyd (FS#69616)

xfce4-power-manager is misbehaving if notifications are unavailable. An
alternative would be to depend on notification-daemon, but the packages
providing that name are being shadowed by a package with the same name.

Ideally, xfce4-power-manager would work equally well wo/ notifications:

https://gitlab.xfce.org/xfce/xfce4-power-manager/-/issues/120

Modified:
  xfce4-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-12 09:16:51 UTC (rev 407868)
+++ PKGBUILD	2021-02-12 09:22:31 UTC (rev 407869)
@@ -3,13 +3,13 @@
 
 pkgname=xfce4-power-manager
 pkgver=4.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Power manager for Xfce desktop"
 arch=('x86_64')
 url="https://www.xfce.org/"
 license=('GPL2')
 groups=('xfce4')
-depends=('libxfce4ui' 'upower' 'libnotify' 'hicolor-icon-theme')
+depends=('libxfce4ui' 'upower' 'libnotify' 'xfce4-notifyd' 'hicolor-icon-theme')
 makedepends=('intltool' 'xfce4-panel')
 source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('eb9c587c01b502fa45a32e7fc2aba98fa6d8391475133883654f77e562c43bf3')



More information about the arch-commits mailing list