summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-02-25 17:37:05 +0800
committerKhem Raj <raj.khem@gmail.com>2026-02-25 09:49:49 -0800
commit8f1cc0e211503f980b42aa731ec4c0704f14d4f8 (patch)
tree4ea6b80f90f410abc0e8461dd14015277425da26
parent43d33eb4bbb80180aa8e142407e5a482059aba06 (diff)
downloadmeta-openembedded-8f1cc0e211503f980b42aa731ec4c0704f14d4f8.tar.gz
gtksourceview5: upgrade 5.18.0 -> 5.19.0
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.19.0.bb (renamed from meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.18.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.18.0.bb b/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"
20 20
21GNOMEBN = "gtksourceview" 21GNOMEBN = "gtksourceview"
22 22
23SRC_URI[archive.sha256sum] = "051a78fe38f793328047e5bcd6d855c6425c0b480c20d9432179e356742c6ac0" 23SRC_URI[archive.sha256sum] = "242bf2c3dc51c44402294b584141399afe7cf87bfacf2b958685cece964301c5"
24S = "${UNPACKDIR}/gtksourceview-${PV}" 24S = "${UNPACKDIR}/gtksourceview-${PV}"
25 25
26GIR_MESON_ENABLE_FLAG = 'enabled' 26GIR_MESON_ENABLE_FLAG = 'enabled'