Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 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 | gtksourceview4 \ |
| 10 | amtk \ |
| 11 | libxml2 \ |
| 12 | uchardet \ |
| 13 | gtk-doc-native \ |
| 14 | libxslt-native \ |
| 15 | docbook-xsl-stylesheets-native \ |
| 16 | python3-pygments-native \ |
| 17 | " |
| 18 | |
| 19 | inherit meson gobject-introspection gettext features_check pkgconfig |
| 20 | |
| 21 | |
| 22 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 23 | SRC_URI = "git://gitlab.gnome.org/swilmet/tepl;protocol=https;branch=main" |
| 24 | SRCREV = "d1e9cc2e4a0738f68d9002f13724b7239f075844" |
| 25 | S = "${WORKDIR}/git" |
| 26 | |
| 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" |