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 | |
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')
-rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.12.0.bb (renamed from meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.12.0.bb index a336b19096..f3267acbeb 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.12.0.bb | |||
@@ -23,12 +23,12 @@ inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache go | |||
23 | 23 | ||
24 | REQUIRED_DISTRO_FEATURES = "opengl" | 24 | REQUIRED_DISTRO_FEATURES = "opengl" |
25 | 25 | ||
26 | SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.10/${PNAME}-${PV}.tar.xz" | 26 | SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.12/${PNAME}-${PV}.tar.xz" |
27 | SRC_URI[sha256sum] = "b38a3010c34f59e13b05175e9d20ca02a3110443fec2b1e5747413801bc9c23f" | 27 | SRC_URI[sha256sum] = "daf32ff5d3150d6385917d3503a85b9e047ba158b2b03079314c9c00813fa01f" |
28 | 28 | ||
29 | GIR_MESON_ENABLE_FLAG = 'enabled' | 29 | GIR_MESON_ENABLE_FLAG = 'enabled' |
30 | GIR_MESON_DISABLE_FLAG = 'disabled' | 30 | GIR_MESON_DISABLE_FLAG = 'disabled' |
31 | GTKDOC_MESON_OPTION = "gtk_doc" | 31 | GIDOCGEN_MESON_OPTION = "documentation" |
32 | 32 | ||
33 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" | 33 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" |
34 | PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers" | 34 | PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers" |