summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/tepl/tepl_6.14.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/tepl/tepl_6.14.0.bb')
-rw-r--r--meta-gnome/recipes-gnome/tepl/tepl_6.14.0.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/tepl/tepl_6.14.0.bb b/meta-gnome/recipes-gnome/tepl/tepl_6.14.0.bb
new file mode 100644
index 0000000000..4350f69068
--- /dev/null
+++ b/meta-gnome/recipes-gnome/tepl/tepl_6.14.0.bb
@@ -0,0 +1,31 @@
1SUMMARY = "Tepl library eases the development of GtkSourceView-based projects"
2LICENSE = "LGPL-3.0-or-later"
3LIC_FILES_CHKSUM = "file://LICENSES/LGPL-3.0-or-later.txt;md5=c51d3eef3be114124d11349ca0d7e117"
4
5DEPENDS = " \
6 gsettings-desktop-schemas \
7 glib-2.0 \
8 gtk+3 \
9 libgedit-amtk \
10 libgedit-gfls \
11 libgedit-gtksourceview \
12 libhandy \
13 libxml2 \
14 uchardet \
15 gtk-doc-native \
16 libxslt-native \
17 docbook-xsl-stylesheets-native \
18 python3-pygments-native \
19"
20
21inherit meson gobject-introspection gettext features_check pkgconfig
22
23
24ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
25SRC_URI = "git://gitlab.gnome.org/World/gedit/libgedit-tepl.git;protocol=https;branch=main;tag=${PV}"
26SRCREV = "d60f7ded17b52ea42091c073ea81090e91f38620"
27# gobject-introspection is mandatory and cannot be configured
28REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
29GIR_MESON_OPTION = ""
30
31GTKDOC_MESON_OPTION = "gtk_doc"