[meta-gnome] gtk4: upgrade 4.6.4 -> 4.6.6

Message ID 1657003117-14465-2-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-gnome] gtk4: upgrade 4.6.4 -> 4.6.6 | expand

Commit Message

Mingyu Wang (Fujitsu) July 5, 2022, 6:38 a.m. UTC
Changelog:
==========
* Fix translations in GTKs own ui files

* Wayland:
 - Fix a problem with the activation protocol
 - Don't force the HighContrast icontheme
 - Ensure that our cursor surfaces don't violate
   protocol constraints

* Windows:
 - Fix a problem with builtin icons if the
   hicolor icontheme is not installed

* GtkFileChooser:
 - Fix pasting text into the name field

* GtkText:
 - Remove an assertion that is sometimes hit

* Accssibility:
 - Fix a problem in the accessibility tree

* Translation updates:
 Brazilian Portuguese
 German
 Persian
 Polish
 Portuguese
 Russian
 Swedish
 Turkish
 Ukrainian


Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-gnome/recipes-gnome/gtk4/{gtk4_4.6.4.bb => gtk4_4.6.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gtk4/{gtk4_4.6.4.bb => gtk4_4.6.6.bb} (98%)

Patch

diff --git a/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.4.bb b/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.6.bb
similarity index 98%
rename from meta-gnome/recipes-gnome/gtk4/gtk4_4.6.4.bb
rename to meta-gnome/recipes-gnome/gtk4/gtk4_4.6.6.bb
index 9f4737168..dcebd0de5 100644
--- a/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.4.bb
+++ b/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.6.bb
@@ -33,7 +33,7 @@  MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\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] = "a79a2bbcc7931b703fc4fa1fcbe1b906e229a1522d854d522801766a79bcac9f"
+SRC_URI[sha256sum] = "7bbfe4d13569f7c297ed49834ac7263e318b7bf102d3271cb466d5971f59ae70"
 
 S = "${WORKDIR}/gtk-${PV}"