mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
37 lines
981 B
BlitzBasic
37 lines
981 B
BlitzBasic
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 = "${UNPACKDIR}/${PNAME}-${PV}"
|
|
|
|
|
|
inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache gobject-introspection vala
|
|
|
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
|
|
|
SRC_URI = "${GNOME_MIRROR}/gtksourceview/5.16/${PNAME}-${PV}.tar.xz"
|
|
SRC_URI[sha256sum] = "ab35d420102f3e8b055dd3b8642d3a48209f888189e6254d0ffb4b6a7e8c3566"
|
|
|
|
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"
|