mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
tepl is a dependency for upcoming gedit 3.36.x Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
492 B
BlitzBasic
18 lines
492 B
BlitzBasic
SUMMARY = "Tepl library eases the development of GtkSourceView-based projects"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
DEPENDS = " \
|
|
glib-2.0-native \
|
|
gtk+3 \
|
|
gtksourceview4 \
|
|
amtk \
|
|
libxml2 \
|
|
uchardet \
|
|
"
|
|
|
|
inherit gnomebase gobject-introspection gettext
|
|
|
|
SRC_URI[archive.md5sum] = "013ee8aae178f75cc74e05fac70786b3"
|
|
SRC_URI[archive.sha256sum] = "e6f6673a8a27e8f280725db8fbacec79b20676ae0558755239d15a9808faa256"
|