mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-07 22:54:41 +02:00
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>
25 lines
673 B
BlitzBasic
25 lines
673 B
BlitzBasic
SUMMARY = "Building blocks for modern GNOME applications"
|
|
LICENSE="LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
DEPENDS = " \
|
|
gtk4 \
|
|
"
|
|
|
|
inherit gnomebase gobject-introspection gtk-doc vala features_check
|
|
|
|
SRC_URI[archive.sha256sum] = "b38c91658b2d1fcb7eedf687858b0a54de39af6357661912b54271884c8e195e"
|
|
|
|
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
|
|
|
GIR_MESON_ENABLE_FLAG = 'enabled'
|
|
GIR_MESON_DISABLE_FLAG = 'disabled'
|
|
GTKDOC_MESON_OPTION = 'gtk_doc'
|
|
|
|
PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false"
|
|
|
|
FILES:${PN} += "${datadir}/metainfo"
|