[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
69/75: gnu: mutter: Update to 46.4.
From: |
guix-commits |
Subject: |
69/75: gnu: mutter: Update to 46.4. |
Date: |
Fri, 27 Sep 2024 15:43:05 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 92c11975ed64252dc5e23536c033471bf92f58b9
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Sep 8 22:21:05 2024 +0200
gnu: mutter: Update to 46.4.
* gnu/packages/gnome.scm (mutter): Update to 46.4.
[#:configure-flags]: Update accordingly.
[native-inputs]: Replace wayland-protocols with wayland-protocols-next.
Add libei.
[inputs]: Add linux-libre-headers-6.1.
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/gnome.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a4fa30020e..b18e41056c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7976,7 +7976,7 @@ to display dialog boxes from the commandline and shell
scripts.")
(define-public mutter
(package
(name "mutter")
- (version "44.9")
+ (version "46.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7984,7 +7984,7 @@ to display dialog boxes from the commandline and shell
scripts.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0b7wzaj67qzrhgclvqk10fwk4524j4qppl88822mxxlqr40frfnk"))))
+ "1r02fp1z5ikm9ml2m4dvnfdn3nig4wj45cz2gicmdnrak37xj6v1"))))
;; NOTE: Since version 3.21.x, mutter now bundles and exports forked
;; versions of cogl and clutter. As a result, many of the inputs,
;; propagated-inputs, and configure flags used in cogl and clutter are
@@ -8001,7 +8001,7 @@ to display dialog boxes from the commandline and shell
scripts.")
;; Otherwise, the RUNPATH will lack the final path component.
(string-append "-Dc_link_args=-Wl,-rpath="
#$output "/lib,-rpath="
- #$output "/lib/mutter-12")
+ #$output "/lib/mutter-14")
;; Disable systemd support.
"-Dsystemd=false"
;; Don't install tests.
@@ -8124,19 +8124,20 @@ to display dialog boxes from the commandline and shell
scripts.")
autoconf
automake
libtool
- wayland-protocols
+ wayland-protocols-next
;; For tests.
;; Warnings are configured to be fatal during the tests; add an icon
;; theme to please libxcursor.
adwaita-icon-theme
+ libei
libxcursor ;for XCURSOR_PATH
pipewire
python
python-dbus
python-dbusmock))
(propagated-inputs
- (list gsettings-desktop-schemas ;required by libmutter-12.pc
- ;; mutter-clutter-12.pc and mutter-cogl-12.pc refer to these:
+ (list gsettings-desktop-schemas ;required by libmutter-14.pc
+ ;; mutter-clutter-14.pc and mutter-cogl-14.pc refer to these:
at-spi2-core
cairo
eudev
@@ -8171,6 +8172,7 @@ to display dialog boxes from the commandline and shell
scripts.")
libxkbfile
libxrandr
libxtst
+ linux-libre-headers-6.1 ; for dma_buf_export_sync_file
pipewire
startup-notification
sysprof
- 18/75: gnu: gnome-console: Update to 46.0., (continued)
- 18/75: gnu: gnome-console: Update to 46.0., guix-commits, 2024/09/27
- 23/75: gnu: gnome-font-viewer: Update to 46.0., guix-commits, 2024/09/27
- 27/75: gnu: gnome-text-editor: Update to 46.3., guix-commits, 2024/09/27
- 33/75: gnu: libpanel: Update to 1.7.0., guix-commits, 2024/09/27
- 37/75: gnu: evolution-data-server: Update to 3.52.3., guix-commits, 2024/09/27
- 38/75: gnu: evolution: Update to 3.52.3., guix-commits, 2024/09/27
- 44/75: gnu: at-spi2-core: Update to 2.52.0., guix-commits, 2024/09/27
- 35/75: gnu: gnome-chess: Update to 46.0., guix-commits, 2024/09/27
- 45/75: gnu: atkmm: Update to 2.36.3., guix-commits, 2024/09/27
- 43/75: gnu: vala: Update to 0.56.17., guix-commits, 2024/09/27
- 69/75: gnu: mutter: Update to 46.4.,
guix-commits <=
- 63/75: gnu: gnome-control-center: Update to 46.3., guix-commits, 2024/09/27
- 24/75: gnu: gnome-keyring: Update to 46.1., guix-commits, 2024/09/27
- 34/75: gnu: sysprof: Update to 46.0., guix-commits, 2024/09/27
- 46/75: gnu: gtkmm: Update to 4.14.0., guix-commits, 2024/09/27
- 59/75: gnu: epiphany: Update to 46.3., guix-commits, 2024/09/27
- 15/75: gnu: gnome-connections: Update to 46.0., guix-commits, 2024/09/27
- 26/75: gnu: gtksourceview: Update to 5.12.1., guix-commits, 2024/09/27
- 14/75: gnu: Add gtk-frdp-for-gnome-connections., guix-commits, 2024/09/27
- 25/75: gnu: gnome-maps: Update to 46.11., guix-commits, 2024/09/27
- 21/75: gnu: gnome-online-accounts: Update to 3.50.3., guix-commits, 2024/09/27