diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-04-25 15:31:14 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-25 11:00:43 -0700 |
| commit | 6d73127ced18b6702f4bddb9c9ffb1cdcf41b71c (patch) | |
| tree | 5e36359e0a6071e0f78bfe34fcf6179aaff74d9e /meta-gnome/recipes-gnome/libadwaita/libadwaita_1.1.1.bb | |
| parent | 98840e726d251e39e14f30c8107c238f12251213 (diff) | |
| download | meta-openembedded-6d73127ced18b6702f4bddb9c9ffb1cdcf41b71c.tar.gz | |
libadwaita: upgrade 1.1.0 -> 1.1.1
Changelog:
==========
- AdwAvatar
- Fix initials not updating after setting custom-image
- AdwSplitButton:
- Avoid state changes during dispose
- AdwViewSwitcherTitle
- Clear pending idle callback on unrealize
- AdwPreferencesGroup
- Annotation fixes
- AdwPreferencesGroup
- Annotation fixes
- AdwTabBar
- Ensure indicators are clickable with inverted=true
- Fix resize deferring with non-expanded tabs
- Fix scroll animation stopping too early
- Mention AdwComboRow:selected type in migration guide
- Fix a Meson error when using as a subproject
- Translation updates:
- Abkhazian
- British English
- Bulgarian
- Catalan
- Dutch
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libadwaita/libadwaita_1.1.1.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/libadwaita/libadwaita_1.1.1.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.1.1.bb b/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.1.1.bb new file mode 100644 index 0000000000..8ca3be352e --- /dev/null +++ b/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.1.1.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "Building blocks for modern GNOME applications" | ||
| 2 | LICENSE="LGPL-2.1-or-later" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 4 | |||
| 5 | GNOMEBASEBUILDCLASS = "meson" | ||
| 6 | |||
| 7 | DEPENDS = " \ | ||
| 8 | sassc-native \ | ||
| 9 | gtk4 \ | ||
| 10 | " | ||
| 11 | |||
| 12 | inherit gnomebase gobject-introspection gtk-doc vala features_check | ||
| 13 | |||
| 14 | SRC_URI[archive.sha256sum] = "491169d4f6a11765328996bc088272d05c7235453bc0ee73c20dfd4bd67b401c" | ||
| 15 | |||
| 16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 17 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
| 18 | |||
| 19 | GIR_MESON_ENABLE_FLAG = 'enabled' | ||
| 20 | GIR_MESON_DISABLE_FLAG = 'disabled' | ||
| 21 | GTKDOC_MESON_OPTION = 'gtk_doc' | ||
| 22 | |||
| 23 | PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false" | ||
| 24 | |||
| 25 | FILES:${PN} += "${datadir}/metainfo" | ||
