diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-06-13 08:46:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-15 09:53:38 +0100 |
commit | 6523b6d1cb7aa2657646a73192919b68847f96b4 (patch) | |
tree | 3f1ddd5cb7bbf6d2960a20ccba853ba8563c5df2 /meta/recipes-gnome | |
parent | 38c0ea3d6638677e2891b0226d22f803133a44dc (diff) | |
download | poky-6523b6d1cb7aa2657646a73192919b68847f96b4.tar.gz |
gtk4: upgrade 4.10.3 -> 4.10.4
Overview of Changes in 4.10.4, 05-06 2023
=========================================
* GtkFileChooser
- Fix some memory leaks
* GtkUriLauncher
- Validate the uri
* GtkStack
- Fix a crash
* GtkGridView
- Respect css border-spacing
* GtkScrolledWindow
- Propagate child measure size whenever possible
* GtkPopoverMenu:
- Avoid unnecessary left padding
* GtkSearchEntry:
- Improve size allocation for the clear icon
* X11
- Avoid black flickering with xwayland window decorations
- Trap XRandr errors
* CSS
- Various fixes to transitions
* Translation updates:
Basque
Catalan
Chinese (China)
French
Galician
Indonesian
Lithuanian
Persian
Russian
Swedish
Turkish
Ukrainian
(From OE-Core rev: 479d3a841dcd078889dc83eceaaae0f0eabdf7b4)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
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.10.4.bb (renamed from meta/recipes-gnome/gtk+/gtk4_4.10.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk4_4.10.3.bb b/meta/recipes-gnome/gtk+/gtk4_4.10.4.bb index 9aa33e6851..2d1e0e74a9 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.10.3.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.10.4.bb | |||
@@ -37,7 +37,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | |||
37 | UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz" | 37 | UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz" |
38 | 38 | ||
39 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz" | 39 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz" |
40 | SRC_URI[sha256sum] = "4545441ad79e377eb6e0a705026dc7a46886e46a1b034db40912909da801cea9" | 40 | SRC_URI[sha256sum] = "7725400482e0685e28265e226c62847f4e73cfca9e9b416ac5838207f5377a24" |
41 | 41 | ||
42 | S = "${WORKDIR}/gtk-${PV}" | 42 | S = "${WORKDIR}/gtk-${PV}" |
43 | 43 | ||