]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gtk4: upgrade 4.18.5 -> 4.18.6
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 16 Jun 2025 09:16:21 +0000 (17:16 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jun 2025 16:56:27 +0000 (17:56 +0100)
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 <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gtk+/gtk4_4.18.6.bb [moved from meta/recipes-gnome/gtk+/gtk4_4.18.5.bb with 98% similarity]

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 85773b11743601d7c2d2d42c1e5422f0dbe891eb..092f8d309f1cde8438b3e67bfcecd6db290f06ab 100644 (file)
@@ -38,7 +38,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] = "bb5267a062f5936947d34c9999390a674b0b2b0d8aa3472fe0d05e2064955abc"
+SRC_URI[sha256sum] = "e1817c650ddc3261f9a8345b3b22a26a5d80af154630dedc03cc7becefffd0fa"
 
 S = "${WORKDIR}/gtk-${PV}"