summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-04-09 15:01:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-16 17:41:30 +0100
commit675ac3e14e154d16981bfe2bb1b828d7c111a0b4 (patch)
tree0e29fc41828c91a01050f1573f36e2f54528247b /meta/recipes-gnome
parent122e9a49614b2ddedaae1d90c06004a7a4c43998 (diff)
downloadpoky-675ac3e14e154d16981bfe2bb1b828d7c111a0b4.tar.gz
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) (From OE-Core rev: 897ed3ac1315da593dabda2906e8d96c72280784) Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gtk+/gtk4_4.18.4.bb (renamed from meta/recipes-gnome/gtk+/gtk4_4.18.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk4_4.18.3.bb b/meta/recipes-gnome/gtk+/gtk4_4.18.4.bb
index 6995cfa725..bb26123195 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)}"
38UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz" 38UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz"
39 39
40SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz" 40SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz"
41SRC_URI[sha256sum] = "081e1bc0b17db41a935af8d1f6f090fb1988936c42ff734d149f3d004119f8bb" 41SRC_URI[sha256sum] = "d4783ac15037c2c4275a8f1acc94f5fede28a516243fccb92ff54a11c15775ff"
42 42
43S = "${WORKDIR}/gtk-${PV}" 43S = "${WORKDIR}/gtk-${PV}"
44 44