- 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)
16 lines
443 B
BlitzBasic
16 lines
443 B
BlitzBasic
SUMMARY = "Terminal emulator for the Xfce desktop environment"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
DEPENDS = "glib-2.0 gtk+3 vte libxfce4ui gtk-doc-native"
|
|
|
|
inherit xfce-app
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/xfce4 \
|
|
${datadir}/gnome-control-center \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "78e55957af7c6fc1f283e90be33988661593a4da98383da1b0b54fdf6554baf4"
|
|
|
|
RRECOMMENDS:${PN} += "vte-prompt"
|