guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 38870f2b4284be573d7a1735d49a9a371eba606a
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Oct 12 09:49:30 2025 +0200
gnu: upower: Update to 1.90.10.
* gnu/packages/gnome.scm (upower): Update to 1.90.10.
[snippet]: Adjust accordingly.
[#:phases]<adjust-test-suite>: Likewise.
[native-inputs]: Replace python-dbus-1.2 with python-dbus.
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/gnome.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 780c51656d..4ee7983313 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5794,7 +5794,7 @@ faster results and to avoid unnecessary server load.")
(define-public upower
(package
(name "upower")
- (version "1.90.2")
+ (version "1.90.10")
(source
(origin
(method git-fetch)
@@ -5803,7 +5803,7 @@ faster results and to avoid unnecessary server load.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "13xp423ycv8imf2cmgf6lii9f01p7x2v19cny7acrmczkc0cqv7d"))
+ (base32 "0vscs2n1qdbylnz37janvk0241g3ww3xcsk9402zn9sivnvl1jfk"))
(modules '((guix build utils)))
(snippet
;; Upstream commit <https://cgit.freedesktop.org/upower/commit/
@@ -5816,7 +5816,8 @@ faster results and to avoid unnecessary server load.")
"get_option('sysconfdir') / 'dbus-1/system.d'")
;; Avoid writing to /var during the build, this is
;; not possible in Guix!
- (("^install_subdir\\('does-not-exist'.*$") "")))))
+ (("^install_subdir\\('does-not-exist'.*$") "")
+ (("install_emptydir\\(historydir\\)") "")))))
(build-system meson-build-system)
(arguments
(list
@@ -5837,7 +5838,9 @@ faster results and to avoid unnecessary server load.")
(("test_bluetooth_hidpp_mouse")
"disabled_test_bluetooth_hidpp_mouse")
(("test_daemon_restart")
- "disabled_test_daemon_restart"))
+ "disabled_test_daemon_restart")
+ (("test_battery_.*_polkit_not.*" all)
+ (string-append "disabled_" all)))
#$@(if (target-x86-32?)
;; Address test failure caused by excess precision
;; on i686:
@@ -5864,7 +5867,7 @@ faster results and to avoid unnecessary server load.")
pkg-config
python
;; For tests.
- python-dbus-1.2
+ python-dbus
python-dbusmock-minimal
python-packaging
python-pygobject