[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/35: gnu: xfce4-settings: Enable UPower support.
From: |
guix-commits |
Subject: |
35/35: gnu: xfce4-settings: Enable UPower support. |
Date: |
Sat, 28 Jan 2023 03:58:40 -0500 (EST) |
iyzsong pushed a commit to branch wip-xfce
in repository guix.
commit e0869fe3c1b43d41e5ce418f277b6887b9e4a3e6
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Jan 28 16:55:40 2023 +0800
gnu: xfce4-settings: Enable UPower support.
* gnu/packages/xfce.scm (xfce4-settings)[arguments]: Add
"--enable-upower-glib" to configure-flags.
---
gnu/packages/xfce.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 623d4ed65a..8581b365bc 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -693,6 +693,7 @@ allows you to shut down the computer from Xfce.")
(arguments
`(#:configure-flags '("--enable-pluggable-dialogs"
"--enable-sound-settings"
+ "--enable-upower-glib"
"--enable-xrandr")))
(native-inputs
(list pkg-config intltool))
@@ -706,7 +707,7 @@ allows you to shut down the computer from Xfce.")
libxklavier
libxrandr
libxfce4ui
- upower ;; TODO needs upower-glib
+ upower
python ;; for xfce4-compose-mail
xf86-input-libinput))
(propagated-inputs
- 15/35: gnu: thunar-volman: Update to 4.18.0., (continued)
- 15/35: gnu: thunar-volman: Update to 4.18.0., guix-commits, 2023/01/28
- 21/35: gnu: xfce4-whiskermenu-plugin: Update to 2.7.2., guix-commits, 2023/01/28
- 27/35: gnu: Add thunar-shares-plugin., guix-commits, 2023/01/28
- 17/35: gnu: xfce4-terminal: Fix build., guix-commits, 2023/01/28
- 29/35: gnu: Add thunar-vcs-plugin., guix-commits, 2023/01/28
- 32/35: gnu: xfce4-datetime-plugin: Update to 0.8.3., guix-commits, 2023/01/28
- 31/35: gnu: xfce4-notifyd: Update to 0.7.2., guix-commits, 2023/01/28
- 22/35: gnu: xfce4-places-plugin: Update to 1.8.3., guix-commits, 2023/01/28
- 24/35: gnu: thunar: Add a search path for THUNARX_DIRS., guix-commits, 2023/01/28
- 19/35: gnu: xfce4-cpugraph-plugin: Update to 1.2.7., guix-commits, 2023/01/28
- 35/35: gnu: xfce4-settings: Enable UPower support.,
guix-commits <=
- 20/35: gnu: xfce4-eyes-plugin: Update to 4.6.0., guix-commits, 2023/01/28