summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb')
-rw-r--r--meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb38
1 files changed, 38 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb
new file mode 100644
index 000000000..33830c6a2
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb
@@ -0,0 +1,38 @@
1SUMMARY = "Portable C library for multiline text editing"
2HOMEPAGE = "http://projects.gnome.org/gtksourceview/"
3
4LICENSE = "LGPL-2.1-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
6
7DEPENDS = " \
8 fribidi \
9 glib-2.0-native \
10 gnome-common-native \
11 fontconfig \
12 gtk4 \
13 libxml2 \
14 libpcre2 \
15 pango \
16"
17
18PNAME = "gtksourceview"
19
20S = "${WORKDIR}/${PNAME}-${PV}"
21
22GNOMEBASEBUILDCLASS = "meson"
23
24inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache gobject-introspection vala
25
26REQUIRED_DISTRO_FEATURES = "opengl"
27
28SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.10/${PNAME}-${PV}.tar.xz"
29SRC_URI[sha256sum] = "b38a3010c34f59e13b05175e9d20ca02a3110443fec2b1e5747413801bc9c23f"
30
31GIR_MESON_ENABLE_FLAG = 'enabled'
32GIR_MESON_DISABLE_FLAG = 'disabled'
33GTKDOC_MESON_OPTION = "gtk_doc"
34
35PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}"
36PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers"
37
38FILES:${PN} += "${datadir}/gtksourceview-5"