From 7cc4bf17a85b83feaf52fb0f2e266b665141044c Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 1 Jun 2020 23:44:50 +0200 Subject: tepl: initial add 4.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tepl is a dependency for upcoming gedit 3.36.x Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/tepl/tepl_4.4.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-gnome/recipes-gnome/tepl/tepl_4.4.0.bb diff --git a/meta-gnome/recipes-gnome/tepl/tepl_4.4.0.bb b/meta-gnome/recipes-gnome/tepl/tepl_4.4.0.bb new file mode 100644 index 0000000000..4120c6260a --- /dev/null +++ b/meta-gnome/recipes-gnome/tepl/tepl_4.4.0.bb @@ -0,0 +1,17 @@ +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" -- cgit v1.2.3-54-g00ecf