libadwaita: update 1.6.0 -> 1.6.1

=============
Version 1.6.1
=============

- Fix meson syntax in readme
- AdwAboutDialog/Window
  - Fix natural width
- AdwAlertDialog
  - Fix a crash when setting content-width/height before present()
- AdwBottomSheet
  - Fix natural height
  - Fix criticals in dispose in some cases
- AdwBreakpointBin
  - Fix natural size
- AdwClamp
  - Fix get/set_unit() version
- AdwExpanderRow
  - Make suffix spacing match action rows and entry rows
- AdwTabBar
  - Don't select tabs when clicking close or indicator buttons
  - Only handle middle clicks started and ended on the same tab
- AdwTabOverview
  - Only handle middle clicks started and ended on the same thumbnail
- AdwViewSwitcher
  - Have a minimum height outside header bars
- Docs
  - Indicate and explain out of gamut colors on CSS variables page
  - Update deprecated meson syntax
  - Typo fixes
  - Link clamp/layout/scrollable docs between each other
- Translation updates
  - Latvian
  - Thai

(From OE-Core rev: c27b7033c39ee06d29bb2d6f9dfa259203a7cb71)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Markus Volk
2024-10-16 03:49:49 +02:00
committed by Richard Purdie
parent 582887daac
commit ee4a2b6e5f

View File

@@ -10,7 +10,7 @@ DEPENDS = " \
inherit gnomebase gobject-introspection gi-docgen vala features_check
SRC_URI[archive.sha256sum] = "9ed783934cb99c9101639194e1fc072cb09303b8f3c2fc6623390186a9dad8d3"
SRC_URI[archive.sha256sum] = "d00ac845a4545d92e6805e31095a51c68f9f4e02426900472084b0cddce3f833"
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
REQUIRED_DISTRO_FEATURES = "opengl"