From: Markus Volk Date: Wed, 9 Apr 2025 13:01:54 +0000 (+0200) Subject: gtk4: update 4.18.3 -> 4.18.4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=897ed3ac1315da593dabda2906e8d96c72280784;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gtk4: update 4.18.3 -> 4.18.4 Overview of Changes in 4.18.4, 06-04-2025 ========================================= * Bugs fixed: - #7447 4.18.3 regression: cursor doesn't update state when crossing window boundaries (Matthias Clasen) - #7459 Gtk.Video causes segfault inside VM with wayland backend (Matthias Clasen) - #7466 Win32: can't resize or move windows anymore (Matthias Clasen) - !8375 testsuite: Make reftest-compare use gsize instead of int (Benjamin Otte) - !8378 wayland: Force setting cursor on enter - !8394 wayland: Force setting cursor on enter - !8400 Merge fixes from !8375 into 4.18 - !8403 inspector: Survive without installed schemas - !8408 builder: Fix a menu parsing issue - !8422 win32: Fix initial window state - !8429 vulkan: Do not create dmabuf target images if not enabled * Translation updates: - Bulgarian (Alexander Shopov) - Chinese (China) (Luming Zh) - Czech (Daniel Rusek) - Georgian (Ekaterine Papava) - Lithuanian (Aurimas Černius) - Persian (Danial Behzadi) - Portuguese (Hugo Carvalho) - Slovenian (Martin) - Turkish (Emin Tufan Çetin) - Ukrainian (Yuri Chornoivan) Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-gnome/gtk+/gtk4_4.18.3.bb b/meta/recipes-gnome/gtk+/gtk4_4.18.4.bb similarity index 98% rename from meta/recipes-gnome/gtk+/gtk4_4.18.3.bb rename to meta/recipes-gnome/gtk+/gtk4_4.18.4.bb index 6995cfa7250..bb261231957 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.18.3.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.18.4.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] = "081e1bc0b17db41a935af8d1f6f090fb1988936c42ff734d149f3d004119f8bb" +SRC_URI[sha256sum] = "d4783ac15037c2c4275a8f1acc94f5fede28a516243fccb92ff54a11c15775ff" S = "${WORKDIR}/gtk-${PV}"