diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-05-28 11:02:10 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-07-26 07:43:46 -0700 |
| commit | f7f1422865a399f7fed122c20fb1095969c8ce32 (patch) | |
| tree | 8ecc3f34091af64704cd79056333bed156b968df /meta/recipes-gnome | |
| parent | 331f68a5855c4e3b240de10484f5dd58bd6c4876 (diff) | |
| download | poky-f7f1422865a399f7fed122c20fb1095969c8ce32.tar.gz | |
libadwaita: update 1.5.0 -> 1.5.1
=============
Version 1.5.1
=============
- AdwAboutDialog/Window
- Fix an outdated appstream reference in docs
- AdwActionRow
- Mention .property in docs
- AdwAlertDialog
- Fix the accessible role
- Fix initial focus
- AdwAvatar
- Fix portrait avatars on hidpi
- AdwBin
- Fix a potential focus issue
- AdwBreakpoint
- Fix add_setter() annotations
- AdwCarousel
- Fix a build warning
- AdwComboRow
- Fix initial checkmark
- Handle model changes properly
- AdwDialog
- Fix accessibility warnings
- Make shortcuts work when there are no focusable widgets
- Correctly restore focus when opening a dialog from a menu
- Fix GtkWindow:deletable=false hiding close buttons in dialogs
- AdwExpanderRow
- Fix get_title_lines() and get_subtitle_lines() return types
- Fix remove() docs
- AdwOverlaySplitView
- Unmap sidebar when it's hidden
- AdwPreferencesGroup
- Fix a potential focus issue
- Fix :header-group annotations and notifications
- AdwPreferencesPage
- Fix a potential focus issue
- AdwTabView
- Document :close-page return value
- Fix a leak when closing the last page
- AdwViewStack
- Fix a typo in docs
- Docs
- Update screenshots
- Stylesheet
- Fix entry progress bars
- Add missing return annotations
- Translation updates
- Brazilian Portuguese
- Hindi
- Kabyle
- Portuguese
- Slovak
(From OE-Core rev: 497383a38b76deff6d800a1f3d3e9355ee6335ce)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 301470de9a1a6a44de9a3d7c815e86dba162da68)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-gnome')
| -rw-r--r-- | meta/recipes-gnome/libadwaita/libadwaita_1.5.1.bb (renamed from meta/recipes-gnome/libadwaita/libadwaita_1.5.0.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-gnome/libadwaita/libadwaita_1.5.0.bb b/meta/recipes-gnome/libadwaita/libadwaita_1.5.1.bb index b0b1e4502a..6cb67c0db0 100644 --- a/meta/recipes-gnome/libadwaita/libadwaita_1.5.0.bb +++ b/meta/recipes-gnome/libadwaita/libadwaita_1.5.1.bb | |||
| @@ -3,7 +3,6 @@ HOMEPAGE = "https://gitlab.gnome.org/GNOME/libadwaita" | |||
| 3 | LICENSE="LGPL-2.1-or-later" | 3 | LICENSE="LGPL-2.1-or-later" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 5 | 5 | ||
| 6 | |||
| 7 | DEPENDS = " \ | 6 | DEPENDS = " \ |
| 8 | gtk4 \ | 7 | gtk4 \ |
| 9 | appstream \ | 8 | appstream \ |
| @@ -11,7 +10,7 @@ DEPENDS = " \ | |||
| 11 | 10 | ||
| 12 | inherit gnomebase gobject-introspection gi-docgen vala features_check | 11 | inherit gnomebase gobject-introspection gi-docgen vala features_check |
| 13 | 12 | ||
| 14 | SRC_URI[archive.sha256sum] = "fd92287df9bb95c963654fb6e70d3e082e2bcb37b147e0e3c905567167993783" | 13 | SRC_URI[archive.sha256sum] = "7f144c5887d6dd2d99517c00fd42395ee20abc13ce55958a4fda64e6d7e473f8" |
| 15 | 14 | ||
| 16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 15 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 17 | REQUIRED_DISTRO_FEATURES = "opengl" | 16 | REQUIRED_DISTRO_FEATURES = "opengl" |
