diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-05-28 11:02:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-30 09:04:14 +0100 |
commit | e034d3ff561688625b54f3ba836ad251b23009c3 (patch) | |
tree | 9cdb6cd242c82bd2c60c27396ed8d81157711270 /meta/recipes-gnome | |
parent | 653b03a5a93b1993c24c84af8e6850e45f43ca70 (diff) | |
download | poky-e034d3ff561688625b54f3ba836ad251b23009c3.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: 301470de9a1a6a44de9a3d7c815e86dba162da68)
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>
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" |