- 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)
25 lines
770 B
BlitzBasic
25 lines
770 B
BlitzBasic
SUMMARY = "Gedit Technology - Source code editing widget"
|
|
SECTION = "gnome"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
|
|
|
DEPENDS = "glib-2.0 gtk+3 libxml2"
|
|
|
|
inherit meson pkgconfig gobject-introspection features_check gtk-doc
|
|
|
|
SRC_URI = "git://github.com/gedit-technology/libgedit-gtksourceview.git;protocol=https;branch=main"
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "b271a625ca057cc3fa7d5ac83285c5d4e038202e"
|
|
|
|
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
|
|
|
GIR_MESON_OPTION = "gobject_introspection"
|
|
GTKDOC_MESON_OPTION = "gtk_doc"
|
|
|
|
do_install:prepend() {
|
|
sed -i -e 's|${B}||g' ${B}/gtksourceview/gtksource-enumtypes.c
|
|
sed -i -e 's|${B}||g' ${B}/gtksourceview/gtksource-enumtypes.h
|
|
}
|
|
|
|
FILES:${PN} += "${datadir}"
|