diff mbox series

[meta-gnome,PATCHv2,1/2] gtksourceview5: update 5.4.2 -> 5.6.1

Message ID 20221211015215.3743566-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-gnome,PATCHv2,1/2] gtksourceview5: update 5.4.2 -> 5.6.1 | expand

Commit Message

Markus Volk Dec. 11, 2022, 1:52 a.m. UTC
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 ...sourceview5_5.4.2.bb => gtksourceview5_5.6.1.bb} | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
 rename meta-gnome/recipes-gnome/gtksourceview/{gtksourceview5_5.4.2.bb => gtksourceview5_5.6.1.bb} (68%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.6.1.bb
similarity index 68%
rename from meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb
rename to meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.6.1.bb
index 297f79fe2..2fb64325c 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"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 
 DEPENDS = " \
+    fribidi \
     glib-2.0-native \
     gnome-common-native \
-    intltool-native \
-    gtk+3 \
+    fontconfig \
     gtk4 \
     libxml2 \
     libpcre2 \
+    pango \
 "
 
 PNAME = "gtksourceview"
@@ -22,14 +23,16 @@  GNOMEBASEBUILDCLASS = "meson"
 
 inherit gnomebase lib_package gettext features_check gtk-doc gtk-icon-cache gobject-introspection vala
 
-ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 REQUIRED_DISTRO_FEATURES = "opengl"
 
-SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.4/${PNAME}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "ad140e07eb841910de483c092bd4885abd29baadd6e95fa22d93ed2df0b79de7"
+SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.6/${PNAME}-${PV}.tar.xz"
+SRC_URI[sha256sum] = "659d9cc9d034a114f07e7e134ee80d77dec0497cb1516ae5369119c2fcb9da16"
 
 GIR_MESON_ENABLE_FLAG = 'enabled'
 GIR_MESON_DISABLE_FLAG = 'disabled'
 GTKDOC_MESON_OPTION = "gtk_doc"
 
+PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}"
+PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers"
+
 FILES:${PN} += "${datadir}/gtksourceview-5"