From e91136043ec6f58a263eb2c26120e3aa12ff6d3d Mon Sep 17 00:00:00 2001 From: "zhengrq.fnst" Date: Mon, 9 May 2022 17:02:12 +0800 Subject: [PATCH] gtk4: upgrade 4.6.2 -> 4.6.3 Overview of Changes in 4.6.3, 21-04-2022 ======================================== * GtkOverlay: - Bring back positional style classes * GtkFileChooser: - Prevent unwanted completion popups - Fix small problems in save mode - Fix buildable suport of GtkFileFilter * GtkPopover: - Fix button positions in right-to-left locales * GtkLabel: - Fix small issues with link handling * Tooltips: - Don't restrict the minimum tooltip length * Theme: - Don't use opacity for overlay scrollbars - Fix selection text color in vertical spin buttons * GSK: - Accept textures that are generated by webkit - Align offscreen rendering to the pixel grid * Accessibility - Fix a crash in startup when orca is running * Input: - Fix display changes in GtkIMMultiContext - Fix activating on-screen keyboards - Always propagate hold events in GtkEventControllerScroll * Windows: - Fix a critical warning in clipboard handling - Report serial numbers for events * MacOS: - Prevent fullscreen transition reentrancy * Translation updates British English Czech German Indonesian Latvian Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gtk4/{gtk4_4.6.2.bb => gtk4_4.6.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gtk4/{gtk4_4.6.2.bb => gtk4_4.6.3.bb} (98%) diff --git a/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.2.bb b/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.3.bb similarity index 98% rename from meta-gnome/recipes-gnome/gtk4/gtk4_4.6.2.bb rename to meta-gnome/recipes-gnome/gtk4/gtk4_4.6.3.bb index fdfe3635cf..a0a60fd452 100644 --- a/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.2.bb +++ b/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.3.bb @@ -33,7 +33,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" UPSTREAM_CHECK_REGEX = "gtk-(?P\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz" SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz" -SRC_URI[sha256sum] = "ff263af609a50eb76056653592d929459aef4819a444c436f6d52c6f63c1faec" +SRC_URI[sha256sum] = "a57acd0e4482981700fdf86596c7413cb61ef47f75e4747fda809e8231b8d96c" S = "${WORKDIR}/gtk-${PV}"