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>
24 lines
749 B
BlitzBasic
24 lines
749 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"
|
|
SRCREV = "eaafc892d033713c7c823d8ad602061e456b3c88"
|
|
|
|
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}"
|