diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-03-23 10:28:23 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-23 10:01:49 -0700 |
commit | 5145c650014fe36c7fdc90a28039d65bdd35a3ef (patch) | |
tree | 0c726ce20ef1ebd8c472d8b0637c57bcff18af74 /meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb | |
parent | fb67e4772088983649343450fb795f7f92bb5327 (diff) | |
download | meta-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.bb | 36 |
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 @@ | |||
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 | fontconfig \ | ||
11 | gtk4 \ | ||
12 | libxml2 \ | ||
13 | libpcre2 \ | ||
14 | pango \ | ||
15 | " | ||
16 | |||
17 | PNAME = "gtksourceview" | ||
18 | |||
19 | S = "${WORKDIR}/${PNAME}-${PV}" | ||
20 | |||
21 | |||
22 | inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache gobject-introspection vala | ||
23 | |||
24 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
25 | |||
26 | SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.10/${PNAME}-${PV}.tar.xz" | ||
27 | SRC_URI[sha256sum] = "b38a3010c34f59e13b05175e9d20ca02a3110443fec2b1e5747413801bc9c23f" | ||
28 | |||
29 | GIR_MESON_ENABLE_FLAG = 'enabled' | ||
30 | GIR_MESON_DISABLE_FLAG = 'disabled' | ||
31 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
32 | |||
33 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" | ||
34 | PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers" | ||
35 | |||
36 | FILES:${PN} += "${datadir}/gtksourceview-5" | ||