diff options
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.bb | 31 |
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 @@ | |||
| 1 | SUMMARY = "Tepl library eases the development of GtkSourceView-based projects" | ||
| 2 | LICENSE = "LGPL-3.0-or-later" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSES/LGPL-3.0-or-later.txt;md5=c51d3eef3be114124d11349ca0d7e117" | ||
| 4 | |||
| 5 | DEPENDS = " \ | ||
| 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 | |||
| 21 | inherit meson gobject-introspection gettext features_check pkgconfig | ||
| 22 | |||
| 23 | |||
| 24 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 25 | SRC_URI = "git://gitlab.gnome.org/World/gedit/libgedit-tepl.git;protocol=https;branch=main;tag=${PV}" | ||
| 26 | SRCREV = "d60f7ded17b52ea42091c073ea81090e91f38620" | ||
| 27 | # gobject-introspection is mandatory and cannot be configured | ||
| 28 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" | ||
| 29 | GIR_MESON_OPTION = "" | ||
| 30 | |||
| 31 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
