aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-07-05 14:38:34 +0800
committerKhem Raj <raj.khem@gmail.com>2022-07-05 09:23:04 -0400
commitdb33c2354abb12fd152a56f2c3e5023964c69535 (patch)
treef1a4174523843d5be3667b5f5bd1cb179a2b5d48 /meta-gnome
parent46fce3997be65a3895ed6619d32131c1e63aeac9 (diff)
downloadmeta-openembedded-contrib-db33c2354abb12fd152a56f2c3e5023964c69535.tar.gz
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>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gtk4/gtk4_4.6.6.bb (renamed from meta-gnome/recipes-gnome/gtk4/gtk4_4.6.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.4.bb b/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.6.bb
index 9f4737168c..dcebd0de5a 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}"