From 92e9869aac40ca9fd16bfaff17e2bfced399c8f4 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 14 Nov 2023 10:24:16 +0100 Subject: [PATCH] gtksourceview4: Upgrade 4.8.2 -> 4.8.4 News in 4.8.4, 2022-11-03 ------------------------- * Style updates to kate, classic, tango * Language updates to vala, python3, c, cuda, latex * Add unit tests for language specs * Translation updates News in 4.8.3, 2022-03-18 ------------------------- * 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 Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../{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 b10a317fad..6acd00324b 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb @@ -16,7 +16,7 @@ inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspecti ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 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"