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,38 @@
|
||||
From 397751846130f79d5fbe8d617b788f3bcbb36816 Mon Sep 17 00:00:00 2001
|
||||
From: Ross Burton <ross.burton@arm.com>
|
||||
Date: Tue, 9 Jan 2024 22:20:03 +0000
|
||||
Subject: [PATCH] meson: remove pointless gtk-doc check
|
||||
|
||||
There's no point explicitly checking for gtk-doc, for two reasons:
|
||||
|
||||
1) In cross-compiled environments this looks for a target gtk-doc, not a
|
||||
native gtk-doc, so it should set native:true.
|
||||
|
||||
2) The gnome.gtkdoc() function checks for gtk-doc itself.
|
||||
|
||||
Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/gtksourceview/-/merge_requests/351]
|
||||
Signed-off-by: Ross Burton <ross.burton@arm.com>
|
||||
---
|
||||
meson.build | 6 ------
|
||||
1 file changed, 6 deletions(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index ba07da70..1109daea 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -107,12 +107,6 @@ else
|
||||
vapigen_dep = []
|
||||
endif
|
||||
|
||||
-if build_gtk_doc
|
||||
- gtk_doc_dep = dependency('gtk-doc', version: gtk_doc_req)
|
||||
-else
|
||||
- gtk_doc_dep = []
|
||||
-endif
|
||||
-
|
||||
# Look for the libxml2 library manually on Visual Studio if
|
||||
# its pkg-config file could not be found, as the NMake
|
||||
# Makefiles of libxml2 do not generate the pkg-config files
|
||||
--
|
||||
2.34.1
|
||||
|
||||
@@ -0,0 +1,131 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
|
||||
Based on gtksourceview 'classic'
|
||||
|
||||
This file is part of GtkSourceView
|
||||
|
||||
Copyright (C) 2006-2007 GtkSourceView team
|
||||
Author: Yevgen Muntyan <muntyan@tamu.edu>
|
||||
|
||||
GtkSourceView is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
GtkSourceView is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
-->
|
||||
<style-scheme id="classic-light" _name="Classic-Light" version="1.0">
|
||||
<author>GtkSourceView team</author>
|
||||
<_description>Classic color scheme light</_description>
|
||||
|
||||
<!-- The scheme tries to look like the default GVim scheme,
|
||||
since it is also what the hardwired GtkSourceView 1 color
|
||||
scheme did -->
|
||||
|
||||
<!-- Palette -->
|
||||
<color name="black" value="#000000"/>
|
||||
<color name="white" value="#FFFFFF"/>
|
||||
<color name="blue" value="#0000FF"/>
|
||||
<color name="magenta" value="#FF00FF"/>
|
||||
<color name="violet" value="#6A5ACD"/>
|
||||
<color name="cyan" value="#008A8C"/>
|
||||
<color name="gray" value="#BEBEBE"/>
|
||||
<color name="lightgray" value="#E0E0E0"/>
|
||||
<color name="green" value="#2E8B57"/>
|
||||
<color name="bordeaux" value="#A52A2A"/>
|
||||
<color name="red" value="#FF0000"/>
|
||||
<color name="yellow" value="#FFFF00"/>
|
||||
<color name="purple" value="#A020F0"/>
|
||||
|
||||
<!-- Global Settings -->
|
||||
<style name="current-line" background="#eeeeec"/>
|
||||
<style name="current-line-number" background="#eeeeec"/>
|
||||
<style name="draw-spaces" foreground="#babdb6"/>
|
||||
<style name="background-pattern" background="#f3f3f3"/>
|
||||
<style name="text" foreground="black" background="white"/>
|
||||
<style name="selection" background="gray"/>
|
||||
<style name="cursor" foreground="black"/>
|
||||
<style name="line-numbers" foreground="black" background="gray"/>
|
||||
|
||||
<!-- Bracket Matching -->
|
||||
<style name="bracket-match" foreground="white" background="gray"/>
|
||||
<style name="bracket-mismatch" foreground="white" background="red"/>
|
||||
|
||||
<!-- Right Margin -->
|
||||
<style name="right-margin" foreground="#000000" background="#000000"/>
|
||||
|
||||
<!-- Search Matching -->
|
||||
<style name="search-match" background="yellow"/>
|
||||
|
||||
<!-- Comments -->
|
||||
<style name="def:comment" foreground="blue"/>
|
||||
<style name="def:shebang" foreground="blue" bold="true"/>
|
||||
<style name="def:doc-comment-element" italic="true"/>
|
||||
|
||||
<!-- Constants -->
|
||||
<style name="def:constant" foreground="magenta"/>
|
||||
<style name="def:special-char" foreground="violet"/>
|
||||
|
||||
<!-- Identifiers -->
|
||||
<style name="def:identifier" foreground="cyan"/>
|
||||
|
||||
<!-- Statements -->
|
||||
<style name="def:statement" foreground="bordeaux" bold="true"/>
|
||||
|
||||
<!-- Types -->
|
||||
<style name="def:type" foreground="green" bold="true"/>
|
||||
|
||||
<!-- Others -->
|
||||
<style name="def:preprocessor" foreground="purple"/>
|
||||
<style name="def:error" background="red" bold="true"/>
|
||||
<style name="def:warning" background="yellow"/>
|
||||
<style name="def:note" foreground="blue" background="yellow" bold="true"/>
|
||||
<style name="def:underlined" italic="true" underline="single"/>
|
||||
|
||||
<!-- Heading styles, uncomment to enable -->
|
||||
<!--
|
||||
<style name="def:heading0" scale="5.0"/>
|
||||
<style name="def:heading1" scale="2.5"/>
|
||||
<style name="def:heading2" scale="2.0"/>
|
||||
<style name="def:heading3" scale="1.7"/>
|
||||
<style name="def:heading4" scale="1.5"/>
|
||||
<style name="def:heading5" scale="1.3"/>
|
||||
<style name="def:heading6" scale="1.2"/>
|
||||
-->
|
||||
|
||||
<!-- Language specific styles -->
|
||||
<style name="diff:added-line" foreground="#008B8B"/>
|
||||
<style name="diff:removed-line" foreground="#6A5ACD"/>
|
||||
<style name="diff:changed-line" use-style="def:preprocessor"/>
|
||||
<style name="diff:special-case" use-style="def:constant"/>
|
||||
<style name="diff:location" use-style="def:statement"/>
|
||||
<style name="diff:diff-file" use-style="def:type"/>
|
||||
|
||||
<style name="xml:tags" foreground="cyan"/>
|
||||
<style name="xml:attribute-name" foreground="violet"/>
|
||||
<style name="xml:namespace" foreground="green" bold="true"/>
|
||||
|
||||
<style name="js:object" foreground="#2E8B57" bold="true"/>
|
||||
<style name="js:constructors" foreground="#008B8B"/>
|
||||
|
||||
<style name="latex:display-math" foreground="#6A5ACD"/>
|
||||
<style name="latex:command" foreground="#2E8B57" bold="true"/>
|
||||
<style name="latex:include" use-style="def:preprocessor"/>
|
||||
|
||||
<style name="sh:variable" foreground="#6A5ACD"/>
|
||||
|
||||
<!-- legacy styles for old lang files -->
|
||||
<style name="Others" foreground="#2E8B57" bold="true"/>
|
||||
<style name="Others 2" foreground="#008B8B"/>
|
||||
<style name="Others 3" foreground="#6A5ACD"/>
|
||||
|
||||
</style-scheme>
|
||||
@@ -0,0 +1,21 @@
|
||||
DESCRIPTION = "Gtksourceview Classic-Light theme"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://classic-light.xml;beginline=6;endline=23;md5=2b4f75364fad00a4d752214dcbd7d7c3"
|
||||
|
||||
inherit allarch
|
||||
|
||||
SRC_URI = "file://classic-light.xml"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${datadir}/gtksourceview-3.0/styles
|
||||
install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-3.0/styles/
|
||||
install -d ${D}${datadir}/gtksourceview-4/styles
|
||||
install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-4/styles/
|
||||
}
|
||||
|
||||
FILES:${PN} = " \
|
||||
${datadir}/gtksourceview-3.0/styles \
|
||||
${datadir}/gtksourceview-4/styles \
|
||||
"
|
||||
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "Portable C library for multiline text editing"
|
||||
HOMEPAGE = "http://projects.gnome.org/gtksourceview/"
|
||||
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
DEPENDS = "gtk+3 libxml2 glib-2.0-native"
|
||||
|
||||
PNAME = "gtksourceview"
|
||||
|
||||
S = "${WORKDIR}/${PNAME}-${PV}"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "autotools"
|
||||
inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection upstream-version-is-even
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.24/${PNAME}-${PV}.tar.xz"
|
||||
SRC_URI[md5sum] = "b748da426a7d64e1304f0c532b0f2a67"
|
||||
SRC_URI[sha256sum] = "691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd"
|
||||
|
||||
FILES:${PN} += " ${datadir}/gtksourceview-3.0"
|
||||
@@ -0,0 +1,24 @@
|
||||
SUMMARY = "Portable C library for multiline text editing"
|
||||
HOMEPAGE = "http://projects.gnome.org/gtksourceview/"
|
||||
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
DEPENDS = "gtk+3 libxml2 glib-2.0-native"
|
||||
|
||||
PNAME = "gtksourceview"
|
||||
|
||||
S = "${WORKDIR}/${PNAME}-${PV}"
|
||||
|
||||
inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection vala
|
||||
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SRC_URI = "https://download.gnome.org/sources/gtksourceview/4.8/${PNAME}-${PV}.tar.xz \
|
||||
file://0001-remove-pointless-check.patch"
|
||||
SRC_URI[sha256sum] = "7ec9d18fb283d1f84a3a3eff3b7a72b09a10c9c006597b3fbabbb5958420a87d"
|
||||
|
||||
GIR_MESON_OPTION = 'gir'
|
||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||
|
||||
FILES:${PN} += "${datadir}/gtksourceview-4"
|
||||
@@ -0,0 +1,36 @@
|
||||
SUMMARY = "Portable C library for multiline text editing"
|
||||
HOMEPAGE = "http://projects.gnome.org/gtksourceview/"
|
||||
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
DEPENDS = " \
|
||||
fribidi \
|
||||
glib-2.0-native \
|
||||
fontconfig \
|
||||
gtk4 \
|
||||
libxml2 \
|
||||
libpcre2 \
|
||||
pango \
|
||||
"
|
||||
|
||||
PNAME = "gtksourceview"
|
||||
|
||||
S = "${WORKDIR}/${PNAME}-${PV}"
|
||||
|
||||
|
||||
inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache gobject-introspection vala
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||
|
||||
SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.12/${PNAME}-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "daf32ff5d3150d6385917d3503a85b9e047ba158b2b03079314c9c00813fa01f"
|
||||
|
||||
GIR_MESON_ENABLE_FLAG = 'enabled'
|
||||
GIR_MESON_DISABLE_FLAG = 'disabled'
|
||||
GIDOCGEN_MESON_OPTION = "documentation"
|
||||
|
||||
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}"
|
||||
PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers"
|
||||
|
||||
FILES:${PN} += "${datadir}/gtksourceview-5"
|
||||
Reference in New Issue
Block a user