diff options
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.bb | 38 |
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 @@ | |||
1 | SUMMARY = "Portable C library for multiline text editing" | ||
2 | HOMEPAGE = "http://projects.gnome.org/gtksourceview/" | ||
3 | |||
4 | LICENSE = "LGPL-2.1-only" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
6 | |||
7 | DEPENDS = " \ | ||
8 | fribidi \ | ||
9 | glib-2.0-native \ | ||
10 | gnome-common-native \ | ||
11 | fontconfig \ | ||
12 | gtk4 \ | ||
13 | libxml2 \ | ||
14 | libpcre2 \ | ||
15 | pango \ | ||
16 | " | ||
17 | |||
18 | PNAME = "gtksourceview" | ||
19 | |||
20 | S = "${WORKDIR}/${PNAME}-${PV}" | ||
21 | |||
22 | GNOMEBASEBUILDCLASS = "meson" | ||
23 | |||
24 | inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache gobject-introspection vala | ||
25 | |||
26 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
27 | |||
28 | SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.10/${PNAME}-${PV}.tar.xz" | ||
29 | SRC_URI[sha256sum] = "b38a3010c34f59e13b05175e9d20ca02a3110443fec2b1e5747413801bc9c23f" | ||
30 | |||
31 | GIR_MESON_ENABLE_FLAG = 'enabled' | ||
32 | GIR_MESON_DISABLE_FLAG = 'disabled' | ||
33 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
34 | |||
35 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" | ||
36 | PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers" | ||
37 | |||
38 | FILES:${PN} += "${datadir}/gtksourceview-5" | ||