- 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)
43 lines
1.3 KiB
BlitzBasic
43 lines
1.3 KiB
BlitzBasic
SUMMARY = "GNOME terminal"
|
|
LICENSE = "GPL-3.0-only & GFDL-1.3"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
|
|
file://COPYING.GFDL;md5=a22d0be1ce2284b67950a4d1673dd1b0 \
|
|
"
|
|
|
|
inherit gnomebase pkgconfig gsettings gnome-help gettext itstool upstream-version-is-even
|
|
|
|
DEPENDS = " \
|
|
glib-2.0 \
|
|
docbook-xsl-stylesheets-native libxslt-native \
|
|
desktop-file-utils-native \
|
|
gtk+3 \
|
|
gsettings-desktop-schemas \
|
|
vte \
|
|
dconf \
|
|
libhandy \
|
|
libpcre2 \
|
|
"
|
|
|
|
SRC_URI = " \
|
|
git://gitlab.gnome.org/GNOME/gnome-terminal.git;protocol=https;nobranch=1 \
|
|
file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \
|
|
file://0001-meson-add-option-to-set-dbus_interfacedir.patch \
|
|
"
|
|
SRCREV = "5ac3b8e4bd6fa02651b3c23cedb0a7e1cd769655"
|
|
S = "${WORKDIR}/git"
|
|
|
|
PACKAGECONFIG ?= ""
|
|
PACKAGECONFIG[nautilus] = "-Dnautilus_extension=true,-Dnautilus_extension=false,nautilus,nautilus"
|
|
PACKAGECONFIG[search_provider] = "-Dsearch_provider=true -Ddbus_interface_dir=${STAGING_DATADIR}/dbus-1/interfaces,-Dsearch_provider=false,gnome-shell"
|
|
|
|
PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir} \
|
|
${libdir}/nautilus/extensions-4 \
|
|
${systemd_user_unitdir} \
|
|
"
|
|
|
|
RRECOMMENDS:${PN} += "vte-prompt gsettings-desktop-schemas"
|