diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-12-11 02:52:14 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-10 23:06:55 -0800 |
commit | 8ee64092afe8dc61846b9e0569a1e130d515429f (patch) | |
tree | 720d9ab3bbf2453a692fa1cf607349c3cfef6fa8 /meta-gnome | |
parent | 3adf0b8c4dd039eb93a81f880f4fe84e7cb3b292 (diff) | |
download | meta-openembedded-8ee64092afe8dc61846b9e0569a1e130d515429f.tar.gz |
gtksourceview5: update 5.4.2 -> 5.6.1
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')
-rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.6.1.bb (renamed from meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb) | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.6.1.bb index 297f79fe20..2fb64325ce 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.6.1.bb | |||
@@ -5,13 +5,14 @@ LICENSE = "LGPL-2.1-only" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
6 | 6 | ||
7 | DEPENDS = " \ | 7 | DEPENDS = " \ |
8 | fribidi \ | ||
8 | glib-2.0-native \ | 9 | glib-2.0-native \ |
9 | gnome-common-native \ | 10 | gnome-common-native \ |
10 | intltool-native \ | 11 | fontconfig \ |
11 | gtk+3 \ | ||
12 | gtk4 \ | 12 | gtk4 \ |
13 | libxml2 \ | 13 | libxml2 \ |
14 | libpcre2 \ | 14 | libpcre2 \ |
15 | pango \ | ||
15 | " | 16 | " |
16 | 17 | ||
17 | PNAME = "gtksourceview" | 18 | PNAME = "gtksourceview" |
@@ -22,14 +23,16 @@ GNOMEBASEBUILDCLASS = "meson" | |||
22 | 23 | ||
23 | inherit gnomebase lib_package gettext features_check gtk-doc gtk-icon-cache gobject-introspection vala | 24 | inherit gnomebase lib_package gettext features_check gtk-doc gtk-icon-cache gobject-introspection vala |
24 | 25 | ||
25 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
26 | REQUIRED_DISTRO_FEATURES = "opengl" | 26 | REQUIRED_DISTRO_FEATURES = "opengl" |
27 | 27 | ||
28 | SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.4/${PNAME}-${PV}.tar.xz" | 28 | SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.6/${PNAME}-${PV}.tar.xz" |
29 | SRC_URI[sha256sum] = "ad140e07eb841910de483c092bd4885abd29baadd6e95fa22d93ed2df0b79de7" | 29 | SRC_URI[sha256sum] = "659d9cc9d034a114f07e7e134ee80d77dec0497cb1516ae5369119c2fcb9da16" |
30 | 30 | ||
31 | GIR_MESON_ENABLE_FLAG = 'enabled' | 31 | GIR_MESON_ENABLE_FLAG = 'enabled' |
32 | GIR_MESON_DISABLE_FLAG = 'disabled' | 32 | GIR_MESON_DISABLE_FLAG = 'disabled' |
33 | GTKDOC_MESON_OPTION = "gtk_doc" | 33 | GTKDOC_MESON_OPTION = "gtk_doc" |
34 | 34 | ||
35 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" | ||
36 | PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers" | ||
37 | |||
35 | FILES:${PN} += "${datadir}/gtksourceview-5" | 38 | FILES:${PN} += "${datadir}/gtksourceview-5" |