[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74622] [PATCH gnome-team 01/10] gnu: gnome-settings-daemon: Update
From: |
Liliana Marie Prikler |
Subject: |
[bug#74622] [PATCH gnome-team 01/10] gnu: gnome-settings-daemon: Update to 47.2. |
Date: |
Sat, 23 Nov 2024 20:52:02 +0100 |
gnome-settings-daemon 46 has a hard requirement for systemd, which is fixed
with two upstream patches that are sadly not yet included in any public
release. To not carry them around needlessly, jump straight ahead to 47.
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 47.2.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index eba0ef54b5..a3d32223e7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6077,7 +6077,7 @@ (define-public libgweather4
(define-public gnome-settings-daemon
(package
(name "gnome-settings-daemon")
- (version "44.1")
+ (version "47.2")
(source
(origin
(method url-fetch)
@@ -6086,7 +6086,7 @@ (define-public gnome-settings-daemon
name "-" version ".tar.xz"))
(sha256
(base32
- "129rjhr2kvfd37fingz8737brh8a874hlw3xlh01658zv1r3nr8j"))
+ "0nka7zfl4hzzk4066kk5cc8pmk7v3izhi4wihsh5b3w85s35idqy"))
(patches (search-patches "gnome-settings-daemon-gc.patch"))))
(build-system meson-build-system)
(arguments
--
2.46.0
- [bug#74622] [PATCH gnome-team 00/10] Getting ready to finally deliver GNOME 46, Liliana Marie Prikler, 2024/11/30
- [bug#74622] [PATCH gnome-team 02/10] gnu: lock: Update to 1.1.3., Liliana Marie Prikler, 2024/11/30
- [bug#74622] [PATCH gnome-team 04/10] gnu: Make xdg-desktop-portal-next the new xdg-desktop-portal., Liliana Marie Prikler, 2024/11/30
- [bug#74622] [PATCH gnome-team 05/10] [WIP] gnu: gnome-shell: Update to 46.6., Liliana Marie Prikler, 2024/11/30
- [bug#74622] [PATCH gnome-team 01/10] gnu: gnome-settings-daemon: Update to 47.2.,
Liliana Marie Prikler <=
- [bug#74622] [PATCH gnome-team 03/10] gnu: mutter: Update to 46.6., Liliana Marie Prikler, 2024/11/30
- [bug#74622] [PATCH gnome-team 09/10] gnu: libshumate: Update to 1.3.0., Liliana Marie Prikler, 2024/11/30
- [bug#74622] [PATCH gnome-team 10/10] gnu: gnome-initial-setup: Update to 46.4., Liliana Marie Prikler, 2024/11/30
- [bug#74622] [PATCH gnome-team 06/10] folks: Disable tests., Liliana Marie Prikler, 2024/11/30
- [bug#74622] [PATCH gnome-team 08/10] gnu: gnome-keyring: Update to 46.2., Liliana Marie Prikler, 2024/11/30
- [bug#74622] [PATCH gnome-team 07/10] gnu: folks: Update to 0.15.9., Liliana Marie Prikler, 2024/11/30