diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-10 17:43:36 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-09-09 06:08:10 -0700 |
commit | aea897cff83065a06089fd911e053c3d2f82125c (patch) | |
tree | 0a2cf17ee9ec3fede821124dbdbdb9f5f47da6a0 | |
parent | 3c8d846bf03839d56e94da6b78c5935a730c69d9 (diff) | |
download | poky-aea897cff83065a06089fd911e053c3d2f82125c.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: 5cc094b5ba1a6e685b01ff35130c4e69fdc7e0ec)
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>
(cherry picked from commit 25b8f5059061bf52257117ba7d54031a31388fb1)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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" |