mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
gtk4: upgrade 4.6.3 -> 4.6.4
Overview of Changes in 4.6.4, 13-05-2022 ======================================== * GtkFileChooser: - Fix select button sensitivity in select_folder mode - Fix some fallout from list model porting * GtkListView, GtkColumnView: - Optimize scrolling * print-to-file: - Handle nonexisting files better in the dialog * Avoid infinite loops in size allocation * CSS: - Optimize a case of reparenting that is important in GtkListView * GSK: - Check for half-float support before using it * Wayland: - Ignore empty preedit updates This fixes a problem with textview scrolling - Freeze popups when hidden. This addresses a frame rate drop * Translation updates Hebrew Nepali Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
|
||||
UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz"
|
||||
|
||||
SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "a57acd0e4482981700fdf86596c7413cb61ef47f75e4747fda809e8231b8d96c"
|
||||
SRC_URI[sha256sum] = "a79a2bbcc7931b703fc4fa1fcbe1b906e229a1522d854d522801766a79bcac9f"
|
||||
|
||||
S = "${WORKDIR}/gtk-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user