From: Wang Mingyu Date: Mon, 16 Jun 2025 09:16:21 +0000 (+0800) Subject: gtk4: upgrade 4.18.5 -> 4.18.6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a31f269130429b7c690340c688c1f503f6473d3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gtk4: upgrade 4.18.5 -> 4.18.6 Bugs fixed: - Wrong behavior of GdkKeymap on macOS - cups: NULL-terminate array of choices - Fix the android build - icontheme: Load the missing image icon from the theme Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/gtk+/gtk4_4.18.5.bb b/meta/recipes-gnome/gtk+/gtk4_4.18.6.bb similarity index 98% rename from meta/recipes-gnome/gtk+/gtk4_4.18.5.bb rename to meta/recipes-gnome/gtk+/gtk4_4.18.6.bb index 85773b1174..092f8d309f 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.18.5.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.18.6.bb @@ -38,7 +38,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] = "bb5267a062f5936947d34c9999390a674b0b2b0d8aa3472fe0d05e2064955abc" +SRC_URI[sha256sum] = "e1817c650ddc3261f9a8345b3b22a26a5d80af154630dedc03cc7becefffd0fa" S = "${WORKDIR}/gtk-${PV}"