Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 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)
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
SUMMARY = "File manager for GNOME"
|
||||
SECTION = "x11/gnome"
|
||||
|
||||
LICENSE="GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
|
||||
DEPENDS = " \
|
||||
appstream-glib-native \
|
||||
desktop-file-utils-native \
|
||||
glib-2.0 \
|
||||
gnome-autoar \
|
||||
gnome-desktop \
|
||||
gtk4 \
|
||||
libadwaita \
|
||||
libcloudproviders \
|
||||
libhandy \
|
||||
libportal \
|
||||
libxml2 \
|
||||
tracker \
|
||||
"
|
||||
|
||||
inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache
|
||||
|
||||
SRC_URI[archive.sha256sum] = "23bdaa9a85466c5937a89daddd080ed03bcc2b49e8b64af607206353bde82fe3"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data"
|
||||
|
||||
GIDOCGEN_MESON_OPTION = "docs"
|
||||
GIDOCGEN_MESON_ENABLE_FLAG = 'true'
|
||||
GIDOCGEN_MESON_DISABLE_FLAG = 'false'
|
||||
|
||||
EXTRA_OEMESON += " \
|
||||
-Dtests=none \
|
||||
"
|
||||
|
||||
PACKAGECONFIG = "extensions"
|
||||
PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base gdk-pixbuf"
|
||||
PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false,packagekit"
|
||||
|
||||
do_install:prepend() {
|
||||
sed -i -e 's|${B}/||g' ${B}/src/nautilus-enum-types.c
|
||||
}
|
||||
|
||||
FILES:${PN} += " \
|
||||
${datadir}/dbus-1 \
|
||||
${datadir}/metainfo \
|
||||
${datadir}/gnome-shell \
|
||||
${datadir}/tracker3 \
|
||||
"
|
||||
|
||||
# mandatory - not checked during configuration:
|
||||
# | (org.gnome.Nautilus:863): GLib-GIO-ERROR **: 21:03:52.326: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed
|
||||
RDEPENDS:${PN} += "tracker-miners bubblewrap"
|
||||
Reference in New Issue
Block a user