diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-25 14:48:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-30 17:00:50 +0100 |
commit | aace8439dcd293547b6ba670f56897e334557d22 (patch) | |
tree | 5f1926a070147b7cfff8d1f7ac29fd676621b9f4 /meta/recipes-gnome | |
parent | 25693de6e9b4acaead2a3bffa348fae74d11961d (diff) | |
download | poky-aace8439dcd293547b6ba670f56897e334557d22.tar.gz |
gtk4: upgrade 4.16.0 -> 4.16.1
Changelog:
==========
* GtkFileChooser:
- Plug a memory leak
* GtkCalendar:
- Avoid ending up with invalid dates
* Printing:
- Fix initial printer selection in the print dialog
* Gsk:
- Fix shadows for opaque textures
- Fix a crash in a corner case
* Css:
- Make relative paths work again in theme files
* Accessibility:
- Fix detection of the Flatpak portal
* MacOS:
- Fix keyboard input in popovers
- Keep DND icons above regular windows
- Ignore events from DND icons
(From OE-Core rev: e64d4776d634b92d3303d74f596273bb8e84fce2)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.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.1.bb (renamed from meta/recipes-gnome/gtk+/gtk4_4.16.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk4_4.16.0.bb b/meta/recipes-gnome/gtk+/gtk4_4.16.1.bb index 1fe1861105..30b2b16a6f 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.16.0.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.16.1.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] = "8ef538778c82c09870a6cc325195049caec5593c1ca37df915a7b6b10f5524ea" | 41 | SRC_URI[sha256sum] = "926a1eabd481f9bfa25538f95016fdfcfaf963b2f90b40ae69e90def5499215c" |
42 | 42 | ||
43 | S = "${WORKDIR}/gtk-${PV}" | 43 | S = "${WORKDIR}/gtk-${PV}" |
44 | 44 | ||