diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-10 17:43:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-16 11:25:29 +0100 |
commit | a0f61b5e190a46f1f00f4441b3f5ba3e424ff281 (patch) | |
tree | 384f8efb145165192ebfa830864f0a28c7aebc4b /meta/recipes-gnome/libadwaita | |
parent | 542bc162e68f6d9e9e94a5125e08b8ab53beccb0 (diff) | |
download | poky-a0f61b5e190a46f1f00f4441b3f5ba3e424ff281.tar.gz |
libadwaita: upgrade 1.5.1 -> 1.5.2
Changelog:
==========
- AdwAlertDialog
- Fix unmatched va_start()
- Fix setting default widget when removing a response
- AdwBreakpointCondition
- Fix leaks when parsing
- AdwBreakpointBin
- Fix a leak
- AdwDialog
- Fix toggling presentation mode
- Fix close button ignoring :can-close
- Fix ::close-attempt not emitting in some cases
- Fix swipe area for bottom sheets
- Leak fixes
- AdwHeaderBar
- Fix initial focus for the back button
- Fix split view links in docs
- AdwMessageDialog
- Fix unmatched va_start()
- AdwSpinRow
- Fix ::input handling
- AdwTabButton
- Fix needs-attention badge on RTL
- AdwTabView
- Accessibility fixes
- AdwViewStack
- Accessibility fixes
- Translation updates
- Nepali
(From OE-Core rev: 25b8f5059061bf52257117ba7d54031a31388fb1)
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/libadwaita')
-rw-r--r-- | meta/recipes-gnome/libadwaita/libadwaita_1.5.2.bb (renamed from meta/recipes-gnome/libadwaita/libadwaita_1.5.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libadwaita/libadwaita_1.5.1.bb b/meta/recipes-gnome/libadwaita/libadwaita_1.5.2.bb index 6cb67c0db0..078f81c677 100644 --- a/meta/recipes-gnome/libadwaita/libadwaita_1.5.1.bb +++ b/meta/recipes-gnome/libadwaita/libadwaita_1.5.2.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = " \ | |||
10 | 10 | ||
11 | inherit gnomebase gobject-introspection gi-docgen vala features_check | 11 | inherit gnomebase gobject-introspection gi-docgen vala features_check |
12 | 12 | ||
13 | SRC_URI[archive.sha256sum] = "7f144c5887d6dd2d99517c00fd42395ee20abc13ce55958a4fda64e6d7e473f8" | 13 | SRC_URI[archive.sha256sum] = "c9faee005cb4912bce34f69f1af26b01a364534e12ede5d9bac44d8226d72c16" |
14 | 14 | ||
15 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 15 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
16 | REQUIRED_DISTRO_FEATURES = "opengl" | 16 | REQUIRED_DISTRO_FEATURES = "opengl" |