summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-03-23 10:28:23 +0100
committerKhem Raj <raj.khem@gmail.com>2024-03-23 10:01:49 -0700
commit5145c650014fe36c7fdc90a28039d65bdd35a3ef (patch)
tree0c726ce20ef1ebd8c472d8b0637c57bcff18af74 /meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb
parentfb67e4772088983649343450fb795f7f92bb5327 (diff)
downloadmeta-openembedded-5145c650014fe36c7fdc90a28039d65bdd35a3ef.tar.gz
gtksourceview5: update 5.10.0 -> 5.12.0
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.bb36
1 files changed, 0 insertions, 36 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
deleted file mode 100644
index a336b1909..000000000
--- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb
+++ /dev/null
@@ -1,36 +0,0 @@
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 fontconfig \
11 gtk4 \
12 libxml2 \
13 libpcre2 \
14 pango \
15"
16
17PNAME = "gtksourceview"
18
19S = "${WORKDIR}/${PNAME}-${PV}"
20
21
22inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache gobject-introspection vala
23
24REQUIRED_DISTRO_FEATURES = "opengl"
25
26SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.10/${PNAME}-${PV}.tar.xz"
27SRC_URI[sha256sum] = "b38a3010c34f59e13b05175e9d20ca02a3110443fec2b1e5747413801bc9c23f"
28
29GIR_MESON_ENABLE_FLAG = 'enabled'
30GIR_MESON_DISABLE_FLAG = 'disabled'
31GTKDOC_MESON_OPTION = "gtk_doc"
32
33PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}"
34PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers"
35
36FILES:${PN} += "${datadir}/gtksourceview-5"