From 5145c650014fe36c7fdc90a28039d65bdd35a3ef Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 23 Mar 2024 10:28:23 +0100 Subject: [PATCH] gtksourceview5: update 5.10.0 -> 5.12.0 Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../{gtksourceview5_5.10.0.bb => gtksourceview5_5.12.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-gnome/recipes-gnome/gtksourceview/{gtksourceview5_5.10.0.bb => gtksourceview5_5.12.0.bb} (80%) diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.12.0.bb similarity index 80% rename from meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb rename to 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 REQUIRED_DISTRO_FEATURES = "opengl" -SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.10/${PNAME}-${PV}.tar.xz" -SRC_URI[sha256sum] = "b38a3010c34f59e13b05175e9d20ca02a3110443fec2b1e5747413801bc9c23f" +SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.12/${PNAME}-${PV}.tar.xz" +SRC_URI[sha256sum] = "daf32ff5d3150d6385917d3503a85b9e047ba158b2b03079314c9c00813fa01f" GIR_MESON_ENABLE_FLAG = 'enabled' GIR_MESON_DISABLE_FLAG = 'disabled' -GTKDOC_MESON_OPTION = "gtk_doc" +GIDOCGEN_MESON_OPTION = "documentation" PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers"