From 378a095d2de3360b886a6f2ad5a77e70b9ff3db1 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 28 May 2024 12:16:41 +0200 Subject: [PATCH] mutter: update 46.1 -> 46.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 46.2 ==== * Fix hardware cursor with non-atomic KMS drivers [Daniel; !3676] * Fix night light state getting stuck on monitor changes [Michel; !3742] * Fix sending preferred buffer transform [Robert; !3717] * Fix key press events with immediate release being ignored [Carlos; !3721] * Fix unsetting clipboard on screen lock [Florian; !3752] * Fix wrong input region of undecorated X11 windows [Sebastian K.; !3720] * Fix windows potentially shrinking unexpectedly on configure [Jonas Å.; !3755] * Fix popup menus sometimes closing immediately [Jonas D.; !3631] * Fixed crashes [Michel, Carlos, Keyu, Jonas Å., Sebastian K.; !3725, !3763, !3715, !3711, !3758, !3749] * Misc. bug fixes and cleanups [Florian, Echo, Michel, Jonas Å., Sebastian W., Corentin, Bilal; !3723, !3744, !3737, !3743, !3735, !3731, !3700, !3750, !3757, !3754, !3748, !3730, !3775] Contributors: Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Bilal Elmoussaoui, Carlos Garnacho, Echo J, Sebastian Keller, Robert Mader, Florian Müllner, Corentin Noël, Keyu Tao, Marco Trevisan (Treviño), Daniel van Vugt, Sebastian Wick Translators: Hugo Carvalho [pt], Leônidas Araújo [pt_BR] Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../recipes-gnome/mutter/{mutter_46.1.bb => mutter_46.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/mutter/{mutter_46.1.bb => mutter_46.2.bb} (97%) diff --git a/meta-gnome/recipes-gnome/mutter/mutter_46.1.bb b/meta-gnome/recipes-gnome/mutter/mutter_46.2.bb similarity index 97% rename from meta-gnome/recipes-gnome/mutter/mutter_46.1.bb rename to meta-gnome/recipes-gnome/mutter/mutter_46.2.bb index b60ffefb0a..6a121b09cf 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_46.1.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_46.2.bb @@ -24,7 +24,7 @@ DEPENDS = " \ inherit gnomebase gsettings gobject-introspection gettext features_check -SRC_URI[archive.sha256sum] = "63b2660dd0fa193fa662c80ee12eb8b16f2b8c3bc3896366200c79943824d51d" +SRC_URI[archive.sha256sum] = "009baa77f8362612caa2e18c338a1b3c8aad3b5fe2964c2fef7824d321228983" # x11 is still manadatory - see meson.build REQUIRED_DISTRO_FEATURES = "wayland x11 polkit"