diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-05-08 18:04:17 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-08 21:37:55 -0700 |
| commit | 18b67a0f2904831991cd55417e6fd3d5e9adff61 (patch) | |
| tree | b33b775075100a53212fe1df613707a540ebdca3 | |
| parent | c2f6f8ebc97842b8e6d47b0c9a2c5312d13f4678 (diff) | |
| download | meta-openembedded-18b67a0f2904831991cd55417e6fd3d5e9adff61.tar.gz | |
libadwaita: upgrade 1.3.1 -> 1.3.2
Changelog:
=========
- AdwAvatar
- Fix a memory leak
- AdwMessageDialog
- Fix criticals when using choose() with hide-on-close=true
- AdwTabBar/Overview
- Correctly unparent context menu
- Build
- Fix build on Windows
- Demo
- Fix a critical when trying to set a non-image file as avatar
- Docs
- Remove an erroneous mention of mnemonics in row subtitles
- Clarify AdwBanner title placement
- Mention the version .large-title is deprecated since
- Fix successs/error color values
- List thumbnail colors on the named colors page
- Stylesheet
- Improve selected list/grid item contrast
- Fix file chooser grid dimensions
- Fix button.card checked state
- Translation updates
- British English
- Bulgarian
- Chinese (China)
- Dutch
- French
- Friulian
- Georgian
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/libadwaita/libadwaita_1.3.2.bb (renamed from meta-gnome/recipes-gnome/libadwaita/libadwaita_1.3.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.3.1.bb b/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.3.2.bb index 8f927e3f7e..b661734aaf 100644 --- a/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.3.1.bb +++ b/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.3.2.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = " \ | |||
| 10 | 10 | ||
| 11 | inherit gnomebase gobject-introspection gtk-doc vala features_check | 11 | inherit gnomebase gobject-introspection gtk-doc vala features_check |
| 12 | 12 | ||
| 13 | SRC_URI[archive.sha256sum] = "6b8bbf413c501b46c8616a0e5b836d7a34091140941412520bbd9ddda6df8cbd" | 13 | SRC_URI[archive.sha256sum] = "b38c91658b2d1fcb7eedf687858b0a54de39af6357661912b54271884c8e195e" |
| 14 | 14 | ||
| 15 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 15 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 16 | REQUIRED_DISTRO_FEATURES = "opengl" | 16 | REQUIRED_DISTRO_FEATURES = "opengl" |
