diff options
| author | zhengrq.fnst <zhengrq.fnst@fujitsu.com> | 2022-05-09 17:02:12 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-09 07:52:29 -0700 |
| commit | e91136043ec6f58a263eb2c26120e3aa12ff6d3d (patch) | |
| tree | 2ac77ed4243e044f037054770a774c28b30fedeb | |
| parent | 8a6fb623bb8c8183d0ea3f83d04d9bc4a37fa253 (diff) | |
| download | meta-openembedded-e91136043ec6f58a263eb2c26120e3aa12ff6d3d.tar.gz | |
gtk4: upgrade 4.6.2 -> 4.6.3
Overview of Changes in 4.6.3, 21-04-2022
========================================
* GtkOverlay:
- Bring back positional style classes
* GtkFileChooser:
- Prevent unwanted completion popups
- Fix small problems in save mode
- Fix buildable suport of GtkFileFilter
* GtkPopover:
- Fix button positions in right-to-left locales
* GtkLabel:
- Fix small issues with link handling
* Tooltips:
- Don't restrict the minimum tooltip length
* Theme:
- Don't use opacity for overlay scrollbars
- Fix selection text color in vertical spin buttons
* GSK:
- Accept textures that are generated by webkit
- Align offscreen rendering to the pixel grid
* Accessibility
- Fix a crash in startup when orca is running
* Input:
- Fix display changes in GtkIMMultiContext
- Fix activating on-screen keyboards
- Always propagate hold events in GtkEventControllerScroll
* Windows:
- Fix a critical warning in clipboard handling
- Report serial numbers for events
* MacOS:
- Prevent fullscreen transition reentrancy
* Translation updates
British English
Czech
German
Indonesian
Latvian
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/gtk4/gtk4_4.6.3.bb (renamed from meta-gnome/recipes-gnome/gtk4/gtk4_4.6.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.2.bb b/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.3.bb index fdfe3635cf..a0a60fd452 100644 --- a/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.2.bb +++ b/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.3.bb | |||
| @@ -33,7 +33,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | |||
| 33 | UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz" | 33 | UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz" |
| 34 | 34 | ||
| 35 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz" | 35 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz" |
| 36 | SRC_URI[sha256sum] = "ff263af609a50eb76056653592d929459aef4819a444c436f6d52c6f63c1faec" | 36 | SRC_URI[sha256sum] = "a57acd0e4482981700fdf86596c7413cb61ef47f75e4747fda809e8231b8d96c" |
| 37 | 37 | ||
| 38 | S = "${WORKDIR}/gtk-${PV}" | 38 | S = "${WORKDIR}/gtk-${PV}" |
| 39 | 39 | ||
