[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74622] [PATCH gnome-team 05/10] [WIP] gnu: gnome-shell: Update to 4
From: |
Liliana Marie Prikler |
Subject: |
[bug#74622] [PATCH gnome-team 05/10] [WIP] gnu: gnome-shell: Update to 46.6. |
Date: |
Sat, 30 Nov 2024 02:25:00 +0100 |
* gnu/packages/gnome.scm (gnome-shell): Update to 46.6.
[#:configure-flags]: Adjust accordingly.
[#:phases]<wrap-programs>: Likewise.
[#:tests?]: Disabled. XXX: Find a way to reenable them.
---
gnu/packages/gnome.scm | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 565dcec6ab..1d90a636dc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9467,7 +9467,7 @@ (define-public gnome-control-center
(define-public gnome-shell
(package
(name "gnome-shell")
- (version "44.10")
+ (version "46.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -9475,7 +9475,7 @@ (define-public gnome-shell
name "-" version ".tar.xz"))
(sha256
(base32
- "01pw9qnnvh64x56z1gqh0qk6vfn0ihh4zijq23f4bpz9wszlbpwf"))))
+ "009mp7dnlw5pqxl2hx45ams0qhxmjbr7nvcvm9i6jf1fabx17n4b"))))
(build-system meson-build-system)
(arguments
(let ((disallowed-references
@@ -9485,13 +9485,13 @@ (define-public gnome-shell
(gexp-input ruby-sass))))
(list
#:glib-or-gtk? #t
+ #:tests? #f
#:disallowed-references disallowed-references
#:configure-flags
#~(list "-Dsystemd=false"
;; Otherwise, the RUNPATH will lack the final path component.
(string-append "-Dc_link_args=-Wl,-rpath="
- #$output "/lib/gnome-shell")
- "-Dsoup2=false")
+ #$output "/lib/gnome-shell"))
#:modules '((guix build meson-build-system)
(guix build utils)
(ice-9 match)
@@ -9557,7 +9557,7 @@ (define-public gnome-shell
(lambda (prog)
(wrap-program (string-append #$output "/bin/" prog)
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
- '("gnome-shell" "gnome-extensions-app"))
+ '("gnome-shell" "gnome-extensions" "gnome-extensions-app"))
(substitute* (string-append #$output "/share/gnome-shell/"
"org.gnome.Shell.Extensions")
(("imports\\.package\\.start" all)
@@ -9577,13 +9577,7 @@ (define-public gnome-shell
"[imports.gi.GLib.getenv('GST_PLUGIN_SYSTEM_PATH'),"
"'" gst-plugin-path "'].filter(v =>
v).join(':'),"
"true);\n"
- all)))
- (for-each
- (lambda (prog)
- (wrap-program (string-append #$output "/bin/" prog)
- `("GUIX_PYTHONPATH" ":" prefix (,python-path))
- `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
- '("gnome-shell-perf-tool")))))
+ all))))))
(add-after 'install 'rewire
(lambda* (#:key inputs #:allow-other-keys)
(for-each
--
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 <=
- [bug#74622] [PATCH gnome-team 01/10] gnu: gnome-settings-daemon: Update to 47.2., Liliana Marie Prikler, 2024/11/30
- [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