diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-12-31 18:29:58 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-05 08:17:18 -0800 |
commit | 99e46c3a023c73b410626dd3cdee31cab6a2139d (patch) | |
tree | 7a9bfab35fc9c5d0b1460e85b862c97f40721b0b | |
parent | e010e763ce68b78b3b67f5c093e002e5470748f9 (diff) | |
download | meta-openembedded-99e46c3a023c73b410626dd3cdee31cab6a2139d.tar.gz |
gtksourceview4: upgrade 4.8.1 -> 4.8.2
News in 4.8.2, 2021-09-03
-------------------------
* New syntax highlighting definition file for: STAR
* Improved syntax highlighting definition file for: YARA, LLVM
* GtkSourceMap now avoids animation while scrolling in response
to clicks. This should help prevent some hysteresis.
* GObject Introspection fixes
* Fixed decrement of negative numbers in GtkSourceView
* Improvements to style schemes: kate
* Fixed build-time macros for version checking in some scenarios
* Translation updates
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb (renamed from meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.1.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb index 10b60be598..5b5ce5328a 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.1.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb | |||
@@ -17,7 +17,7 @@ inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspecti | |||
17 | REQUIRED_DISTRO_FEATURES = "x11" | 17 | REQUIRED_DISTRO_FEATURES = "x11" |
18 | 18 | ||
19 | SRC_URI = "https://download.gnome.org/sources/gtksourceview/4.8/${PNAME}-${PV}.tar.xz" | 19 | SRC_URI = "https://download.gnome.org/sources/gtksourceview/4.8/${PNAME}-${PV}.tar.xz" |
20 | SRC_URI[sha256sum] = "d163d71b5fcafbc5b1eec6dd841edbdbcddd3a7511cd5fdcffd86b8bbfe69ac1" | 20 | SRC_URI[sha256sum] = "842de7e5cb52000fd810e4be39cd9fe29ffa87477f15da85c18f7b82d45637cc" |
21 | 21 | ||
22 | GIR_MESON_OPTION = 'gir' | 22 | GIR_MESON_OPTION = 'gir' |
23 | GTKDOC_MESON_OPTION = "gtk_doc" | 23 | GTKDOC_MESON_OPTION = "gtk_doc" |