diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-04-25 15:29:36 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-25 11:00:43 -0700 |
| commit | 98840e726d251e39e14f30c8107c238f12251213 (patch) | |
| tree | 9f9ff61eb8ae109d18ceff8202edeaaf7366247a | |
| parent | 2e84305baaf951caf84a31834a7ce0cf06890745 (diff) | |
| download | meta-openembedded-98840e726d251e39e14f30c8107c238f12251213.tar.gz | |
gtksourceview5: upgrade 5.4.0 -> 5.4.1
News in 5.4.1, 2022-04-21
-------------------------
* Improved styling for style scheme preview widgets
* Improved styling and positioning of completion windows
* Improved styling for various style schemes
* Unit test fixes
* Hover assistants will no longer be showed if no providers
completed successfully to add widgets
* GtkSourceVimIMContext tries to handle various corner cases
better with regards to reuse and being removed from an
event controller or widget
* GtkSourceCompletionCell has improved fast-paths for resetting
cells to empty state when already empty
* Improved sizing and placement of assistants including hover
popovers, interactive tooltips, and completion windows
* The overview map has improved it's fallback styling
* The overview map will now properly update when the sourceview's
right-margin-position changes
* Fixes to vala.lang for regex detection
* 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.4.1.bb (renamed from meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.1.bb index 51ff4c898a..3be392da81 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.0.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.1.bb | |||
| @@ -25,7 +25,7 @@ inherit gnomebase lib_package gettext features_check gtk-doc gtk-icon-cache gobj | |||
| 25 | REQUIRED_DISTRO_FEATURES = "x11" | 25 | REQUIRED_DISTRO_FEATURES = "x11" |
| 26 | 26 | ||
| 27 | SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.4/${PNAME}-${PV}.tar.xz" | 27 | SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.4/${PNAME}-${PV}.tar.xz" |
| 28 | SRC_URI[sha256sum] = "003bc217e670a8ec8aa3aece994b70e70b7d6b8074938adda21718555d84e637" | 28 | SRC_URI[sha256sum] = "eb3584099cfa0adc9a0b1ede08def6320bd099e79e74a2d0aefb4057cd93d68e" |
| 29 | 29 | ||
| 30 | GIR_MESON_ENABLE_FLAG = 'enabled' | 30 | GIR_MESON_ENABLE_FLAG = 'enabled' |
| 31 | GIR_MESON_DISABLE_FLAG = 'disabled' | 31 | GIR_MESON_DISABLE_FLAG = 'disabled' |
