From c7c94b542146f377eaee84584e99bb691ef5cc70 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 27 Jan 2026 07:00:31 +0100 Subject: [PATCH] gtksourceview4: upgrade 4.8.2 -> 4.8.4 Changelog: 4.8.3: * Adds support for more Pango font-variants * Style updates to solarized-dark, solarized-light * Language updates to lean, rst, c, gtk-doc, javascript, and json * Translation updates 4.8.4: * Style updates to kate, classic, tango * Language updates to vala, python3, c, cuda, latex * Add unit tests for language specs * Translation updates Signed-off-by: Gyorgy Sarvari --- .../{gtksourceview4_4.8.2.bb => gtksourceview4_4.8.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gtksourceview/{gtksourceview4_4.8.2.bb => gtksourceview4_4.8.4.bb} (93%) diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb similarity index 93% rename from meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb rename to meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb index db4d89de22..90661cc5b0 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb @@ -17,7 +17,7 @@ inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspecti REQUIRED_DISTRO_FEATURES = "x11" SRC_URI = "https://download.gnome.org/sources/gtksourceview/4.8/${PNAME}-${PV}.tar.xz" -SRC_URI[sha256sum] = "842de7e5cb52000fd810e4be39cd9fe29ffa87477f15da85c18f7b82d45637cc" +SRC_URI[sha256sum] = "7ec9d18fb283d1f84a3a3eff3b7a72b09a10c9c006597b3fbabbb5958420a87d" GIR_MESON_OPTION = 'gir' GTKDOC_MESON_OPTION = "gtk_doc"