From: Markus Volk Date: Tue, 29 Aug 2023 05:46:15 +0000 (+0200) Subject: gtk4: upgrade 4.12.0 -> 4.12.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb58ae2e288afaf14898b1ee261d010736cd0090;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gtk4: upgrade 4.12.0 -> 4.12.1 Overview of Changes in 4.12.1, 25-08-2023 ========================================= * GtkGridView: * Wayland: - Fix a crash with compositors other than gnome-shell * Translation updates: Polish Swedish Signed-off-by: Markus Volk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/gtk+/gtk4_4.12.0.bb b/meta/recipes-gnome/gtk+/gtk4_4.12.1.bb similarity index 98% rename from meta/recipes-gnome/gtk+/gtk4_4.12.0.bb rename to meta/recipes-gnome/gtk+/gtk4_4.12.1.bb index 4f38e0cb2cb..aa7115b11e3 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.12.0.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.12.1.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] = "a6d10829f405b1afc0b65e2a9642c04126a1d1b638d11c6d97426da4f84f1f6f" +SRC_URI[sha256sum] = "b8b61d6cf94fac64bf3a0bfc7af137c9dd2f8360033fdeb0cfe9612b77a99a72" S = "${WORKDIR}/gtk-${PV}"