summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-10-05 10:25:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-11 12:17:02 +0100
commit50a289e0d96320e4786c41853ea68dae293e30fe (patch)
tree1fd0e76529c19b7ae857b52ecf073bc30cf32a23 /meta/recipes-gnome
parent7dc12a14d9f8acf82f973565c0300010945777c0 (diff)
downloadpoky-50a289e0d96320e4786c41853ea68dae293e30fe.tar.gz
gtk4: update 4.16.1 -> 4.16.3
Overview of Changes in 4.16.3, 04-10-2024 ========================================= * GtkScrolledWindow - Fix criticals in size allocation code * GtkFileChooser - Fix a crash in the portal code * GtkPicture - Avoid unnecessary resizes * GtkVideo - Make dmabufs work without GL * Accessibility: - Always realized non-widget accessibles * Wayland: - Improve settings portal handling - Improve fallback for cursor themes - Sync default values for settings with schema defaults * Translation updates: Brazilian Portuguese Galician Swedish Overview of Changes in 4.16.2, 25-09-2024 ========================================= * GtkLabel: - Fix centered text in RTL * Gsk: - Speed up some Vulkan operations - Improve startup speed by avoiding initialization of GL and Vulkan in most cases - Reduce critials at startup to warnings - Fix a crash on startup with some Vulkan drivers - Fix a big texture leak in NGL * Gdk: - Speed up memory format conversions * Wayland: - Be more careful with mimetypes during DND or copy-paste * Tools: - builder-tool: Improve conversion of boxes * Translation updates: Brazilian Portuguese Bulgarian Catalan Chinese (China) Georgian German Hebrew Indonesian Persian Polish Portuguese Slovenian Spanish Turkish Ukrainian (From OE-Core rev: 38343fe183877dc7a25c6747f9b84536ad818889) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gtk+/gtk4_4.16.3.bb (renamed from meta/recipes-gnome/gtk+/gtk4_4.16.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk4_4.16.1.bb b/meta/recipes-gnome/gtk+/gtk4_4.16.3.bb
index 30b2b16a6f..b8dce36c0d 100644
--- a/meta/recipes-gnome/gtk+/gtk4_4.16.1.bb
+++ b/meta/recipes-gnome/gtk+/gtk4_4.16.3.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] = "926a1eabd481f9bfa25538f95016fdfcfaf963b2f90b40ae69e90def5499215c" 41SRC_URI[sha256sum] = "2ec53e07d18c9f003b39e4a6a838054d9259e048b6c4c05d80c0d05aa721d944"
42 42
43S = "${WORKDIR}/gtk-${PV}" 43S = "${WORKDIR}/gtk-${PV}"
44 44