diff mbox series

[meta-gnome,11/33] gtksourceview5: upgrade 5.18.0 -> 5.19.0

Message ID 20260225093727.1284-11-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/33] abseil-cpp: upgrade 20260107.0 -> 20260107.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 25, 2026, 9:37 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
 * Annotations: draw a background behind annotations; align to the right
   when they fit (e.g. for diagnostics)
 * GObject Introspection: fix nullable and callback destroy annotations
   (get_location, get_match_style, scheduler, callbacks)
 * Fix gutter text renderer text layout snapshot deprecation
 * PHP language: highlight PHP 8.0 attributes and add new keywords
 * New language: Cornish
 * Translation updates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{gtksourceview5_5.18.0.bb => gtksourceview5_5.19.0.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gtksourceview/{gtksourceview5_5.18.0.bb => gtksourceview5_5.19.0.bb} (89%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.18.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.19.0.bb
similarity index 89%
rename from meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.18.0.bb
rename to meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.19.0.bb
index 75010a67b8..075fb754ec 100644
--- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.18.0.bb
+++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.19.0.bb
@@ -20,7 +20,7 @@  REQUIRED_DISTRO_FEATURES = "opengl"
 
 GNOMEBN = "gtksourceview"
 
-SRC_URI[archive.sha256sum] = "051a78fe38f793328047e5bcd6d855c6425c0b480c20d9432179e356742c6ac0"
+SRC_URI[archive.sha256sum] = "242bf2c3dc51c44402294b584141399afe7cf87bfacf2b958685cece964301c5"
 S = "${UNPACKDIR}/gtksourceview-${PV}"
 
 GIR_MESON_ENABLE_FLAG = 'enabled'