From: Markus Volk Date: Fri, 11 Aug 2023 14:11:22 +0000 (+0200) Subject: gtk4: upgrade 4.10.4 -> 4.10.5 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~120 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=99deaf528acdd8ef7031e251a821721191968644;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gtk4: upgrade 4.10.4 -> 4.10.5 Overview of Changes in 4.10.5, 05-08-2023 ========================================= * Fix ordering problems with filter model signals * Avoid lingering resize cursors * Fix alignment issues on sparc * Fix a problem with CSS corner values * Translation updates Brazilian Portuguese Czech Greek Spanish Vietnamese Signed-off-by: Markus Volk Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/gtk+/gtk4_4.10.4.bb b/meta/recipes-gnome/gtk+/gtk4_4.10.5.bb similarity index 98% rename from meta/recipes-gnome/gtk+/gtk4_4.10.4.bb rename to meta/recipes-gnome/gtk+/gtk4_4.10.5.bb index 2d1e0e74a94..85fff6c61e1 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.10.4.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.10.5.bb @@ -37,7 +37,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] = "7725400482e0685e28265e226c62847f4e73cfca9e9b416ac5838207f5377a24" +SRC_URI[sha256sum] = "9bd5e437e41d48e3d6a224c336b0fd3fd490036dceb8956ed74b956369af609b" S = "${WORKDIR}/gtk-${PV}"