diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.2.0.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.2.0.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.2.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.2.0.bb new file mode 100644 index 000000000..c7c6e9203 --- /dev/null +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.2.0.bb | |||
@@ -0,0 +1,34 @@ | |||
1 | SUMMARY = "Portable C library for multiline text editing" | ||
2 | HOMEPAGE = "http://projects.gnome.org/gtksourceview/" | ||
3 | |||
4 | LICENSE = "LGPLv2.1" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
6 | |||
7 | DEPENDS = " \ | ||
8 | glib-2.0-native \ | ||
9 | gnome-common-native \ | ||
10 | intltool-native \ | ||
11 | gtk+3 \ | ||
12 | gtk4 \ | ||
13 | libxml2 \ | ||
14 | libpcre2 \ | ||
15 | " | ||
16 | |||
17 | PNAME = "gtksourceview" | ||
18 | |||
19 | S = "${WORKDIR}/${PNAME}-${PV}" | ||
20 | |||
21 | GNOMEBASEBUILDCLASS = "meson" | ||
22 | |||
23 | inherit gnomebase lib_package gettext features_check gtk-doc gtk-icon-cache gobject-introspection vala | ||
24 | |||
25 | REQUIRED_DISTRO_FEATURES = "x11" | ||
26 | |||
27 | SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.2/${PNAME}-${PV}.tar.xz" | ||
28 | SRC_URI[sha256sum] = "c9b34fa02654f56ce22fa08827d89db4ba81631b2e6d7d31ea65d13c729430e9" | ||
29 | |||
30 | GIR_MESON_ENABLE_FLAG = 'enabled' | ||
31 | GIR_MESON_DISABLE_FLAG = 'disabled' | ||
32 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
33 | |||
34 | FILES:${PN} += "${datadir}/gtksourceview-5" | ||