diff mbox series

[meta-gnome,2/2] gtksourceview5: update 5.10.0 -> 5.12.0

Message ID 20240323092823.27010-2-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-gnome,1/2] libgweather4: update 4.4.0 -> 4.4.2 | expand

Commit Message

Markus Volk March 23, 2024, 9:28 a.m. UTC
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../{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 mbox series

Patch

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 a336b1909..f3267acbe 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"