diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-07 17:01:11 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-09 15:26:50 +0000 |
commit | e9f8d0e547b9fe593f7447a6c9845ffa39de7df1 (patch) | |
tree | 89fefef8afa94a514074df1b21a62b5b4cc1c74f /meta/recipes-gnome | |
parent | a97a9cd74b2e61075f26762221ba587f834504cc (diff) | |
download | poky-e9f8d0e547b9fe593f7447a6c9845ffa39de7df1.tar.gz |
gtk4: upgrade 4.16.7 -> 4.16.12
Changelog:
==========
* GtkFileChooser:
- Fix a focus problem with the server entry
* GtkEmojiChooser:
- Update to CLDR 46 / Unicode 16
* GtkAboutDialog:
- Small improvements
* Wayland:
- Fix some Vulkan sizing corner cases
- Fix problems with rotated, offloaded images
- Fix a few crashes
* Demos:
- Don't create extra windows for D-Bus activation
(From OE-Core rev: ed161f0a0cbcef50c43820d58989e5a020763dbf)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@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.16.12.bb (renamed from meta/recipes-gnome/gtk+/gtk4_4.16.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk4_4.16.7.bb b/meta/recipes-gnome/gtk+/gtk4_4.16.12.bb index 2631c148e6..d8d37a526d 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.16.7.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.16.12.bb | |||
@@ -38,7 +38,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | |||
38 | UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz" | 38 | UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz" |
39 | 39 | ||
40 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz" | 40 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz" |
41 | SRC_URI[sha256sum] = "5303c7624e15a48880591b9ddd43389afba3de4fb92a219719519bb1642ce3dc" | 41 | SRC_URI[sha256sum] = "ef31bdbd6f082c4401634a20c850b0050c9bf252ef1e079764ee95a2a0c4c95a" |
42 | 42 | ||
43 | S = "${WORKDIR}/gtk-${PV}" | 43 | S = "${WORKDIR}/gtk-${PV}" |
44 | 44 | ||