gtk4: upgrade 4.6.4 -> 4.6.6

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
wangmy
2022-07-05 14:38:34 +08:00
committed by Khem Raj
parent 46fce3997b
commit db33c2354a
@@ -33,7 +33,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz" 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 = "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}" S = "${WORKDIR}/gtk-${PV}"