- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
27 lines
774 B
BlitzBasic
27 lines
774 B
BlitzBasic
SUMMARY = "Display dialog boxes from the command line and shell scripts"
|
|
SECTION = "x11/gnome"
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
inherit gnomebase pkgconfig itstool gtk-icon-cache features_check gettext
|
|
|
|
DEPENDS = " \
|
|
desktop-file-utils-native \
|
|
help2man-native \
|
|
hicolor-icon-theme \
|
|
gtk4 \
|
|
gtk4-native \
|
|
libadwaita \
|
|
"
|
|
|
|
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
|
GTKIC_VERSION = "4"
|
|
|
|
SRC_URI[archive.sha256sum] = "0c2f537813b10f728470d9d05d6c95713db2512f9c95096e1e85b1a6739605e6"
|
|
|
|
PACKAGECONFIG ?= "webkitgtk"
|
|
PACKAGECONFIG[webkitgtk] = "-Dwebkitgtk=true,-Dwebkitgtk=false,webkitgtk"
|
|
|
|
FILES:${PN}-doc = "${datadir}/man ${datadir}/help"
|