[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 21:50:03 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit bea22409682f6d1947de7d92f264aad822c2e68c
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 94a8016880..dda3cff901 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
- 27/35: gnu: Add thunar-shares-plugin., (continued)
- 27/35: gnu: Add thunar-shares-plugin., guix-commits, 2023/01/28
- 26/35: gnu: Add thunar-archive-plugin., guix-commits, 2023/01/28
- 28/35: gnu: Add thunar-media-tags-plugin., guix-commits, 2023/01/28
- 31/35: gnu: xfce4-notifyd: Update to 0.7.2., guix-commits, 2023/01/28
- 34/35: gnu: xfce4-settings: Enable colord support., guix-commits, 2023/01/28
- 06/35: gnu: garcon: Update to 4.18.0., guix-commits, 2023/01/28
- 07/35: gnu: xfce4-panel: Update to 4.18.1., guix-commits, 2023/01/28
- 04/35: gnu: exo: Update to 4.18.0., guix-commits, 2023/01/28
- 29/35: gnu: Add thunar-vcs-plugin., guix-commits, 2023/01/28
- 30/35: gnu: xfdashboard: Update to 1.0.0., guix-commits, 2023/01/28
- 35/35: gnu: xfce4-settings: Enable UPower support.,
guix-commits <=
- 22/35: gnu: xfce4-places-plugin: Update to 1.8.3., guix-commits, 2023/01/28
- 33/35: gnu: xfwm4: Enable Xpresent support., guix-commits, 2023/01/28
- 13/35: gnu: thunar: Update to 4.18.3., guix-commits, 2023/01/28
- 17/35: gnu: xfce4-terminal: Fix build., guix-commits, 2023/01/28
- 32/35: gnu: xfce4-datetime-plugin: Update to 0.8.3., guix-commits, 2023/01/28