diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-26 09:29:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-27 16:44:47 +0000 |
commit | b2859aa31e562c8654b22a5172e3543d6e645d9e (patch) | |
tree | 5427b04ecc1501e895c960d266765c9ce17d1907 | |
parent | a8aa6c306070da25e95502210789431234ff9250 (diff) | |
download | poky-b2859aa31e562c8654b22a5172e3543d6e645d9e.tar.gz |
gtk4: upgrade 4.16.5 -> 4.16.7
Changelog:
============
* Text:
- Reduce the size of error underlines
* Accessibility:
- Fix a wrong return value type
- Fix an invalid free call
* GtkText:
- Don't select inserted Emoji
* GtkApplication:
- Set the default window icon from the app ID
* GtkFontChooser:
- Make the dialog more shrinkable
* macOS:
- Use correct modifier keys for GtkTextView and GtkLabel
shortcuts
* Translation updates
Icelandic
Serbian
Serbian (Latin)
(From OE-Core rev: 3e30b77c100201d2aacdb6785bb6d90e70e51c51)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk4_4.16.7.bb (renamed from meta/recipes-gnome/gtk+/gtk4_4.16.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk4_4.16.5.bb b/meta/recipes-gnome/gtk+/gtk4_4.16.7.bb index 674e1d9f86..2631c148e6 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.16.5.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.16.7.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] = "302d6813fbed95c419fb3ab67c5da5e214882b6a645c3eab9028dfb91ab418a4" | 41 | SRC_URI[sha256sum] = "5303c7624e15a48880591b9ddd43389afba3de4fb92a219719519bb1642ce3dc" |
42 | 42 | ||
43 | S = "${WORKDIR}/gtk-${PV}" | 43 | S = "${WORKDIR}/gtk-${PV}" |
44 | 44 | ||