diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-05-22 17:14:21 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-28 09:38:23 +0100 |
commit | 051e1bd593cb0f7c8d47cbb3953eeaf8fc0f8314 (patch) | |
tree | b6bffab01c2f29f174c4a05ab5ae4ed080fb02ed /meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb | |
parent | fb0f9a5a2842dc6396bfab971a966ac3752d0df9 (diff) | |
download | poky-051e1bd593cb0f7c8d47cbb3953eeaf8fc0f8314.tar.gz |
gtk+3: upgrade 3.24.41 -> 3.24.42
Changelog:
===========
* GtkFileChooser:
- Avoid warnings about floating refs
- Improve performance of recursive search
- Populate search model in an idle
* GtkGLArea:
- Fix a regression in transparency handling
* Printing:
- Avoid accessing freed printers
* Accessibility:
- Drop support for the deprecated atk_focus_tracker
* Wayland:
- Fix monitor sizes
- Fix a crash related to tablet removal
- Infer resizable edges for tiled windows
- Always commit soon after acking a configure
* Windows:
- Avoid committing NULL strings to IME
* gdk:
- Use css cursor names as far as possible
- Sync DND cursor use with GTK4
* macOs:
- Fix cocoa pasteboard constants
* build:
- Allow building against sysprof-capture-4
* Translation updates:
Georgian
Hebrew
Kabyle
Persian
(From OE-Core rev: 2f4cdc1ef16f1b86f5632fded21792d71d58de16)
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/gtk+/gtk+3_3.24.42.bb')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb b/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb new file mode 100644 index 0000000000..61cecce4d1 --- /dev/null +++ b/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | require gtk+3.inc | ||
2 | |||
3 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | ||
4 | |||
5 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar.xz \ | ||
6 | file://opengl.patch \ | ||
7 | " | ||
8 | SRC_URI[sha256sum] = "50f89f615092d4dd01bbd759719f8bd380e5f149f6fd78a94725e2de112377e2" | ||
9 | |||
10 | S = "${WORKDIR}/gtk+-${PV}" | ||
11 | |||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | ||
13 | file://gtk/gtk.h;endline=25;md5=1d8dc0fccdbfa26287a271dce88af737 \ | ||
14 | file://gdk/gdk.h;endline=25;md5=c920ce39dc88c6f06d3e7c50e08086f2 \ | ||
15 | file://tests/testgtk.c;endline=25;md5=cb732daee1d82af7a2bf953cf3cf26f1" | ||
16 | |||
17 | CVE_PRODUCT = "gnome:gtk gtk:gtk\+" | ||