diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-12-30 13:01:16 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-06 11:38:16 -0800 |
commit | 96e1bc64798698050daff65af78d2ca41e6f8ca8 (patch) | |
tree | 1ce8bf74076a1dad52c735b9f23fe1ec23ad42d5 | |
parent | 08ca3224868978bc86ebe4fd962be10f5849bd3c (diff) | |
download | meta-openembedded-96e1bc64798698050daff65af78d2ca41e6f8ca8.tar.gz |
tepl: upgrade 6.2.0 -> 6.4.0
Changelog:
==========
* Build: simplify handling of library soversion.
* Add some new API (see the reference documentation).
* Some API breaks (see the reference documentation).
* Experiments to simplify GtkStack custom switcher implementations.
Moved the result to the attic/ directory.
* TeplView: add code from gedit: override delete_from_cursor vfunc.
In gedit it's for the Ctrl+D keybinding to delete the current line.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/tepl/tepl_6.4.0.bb (renamed from meta-gnome/recipes-gnome/tepl/tepl_6.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/tepl/tepl_6.2.0.bb b/meta-gnome/recipes-gnome/tepl/tepl_6.4.0.bb index 0eeb345cd4..1eecfff4b0 100644 --- a/meta-gnome/recipes-gnome/tepl/tepl_6.2.0.bb +++ b/meta-gnome/recipes-gnome/tepl/tepl_6.4.0.bb | |||
@@ -21,7 +21,7 @@ inherit meson gobject-introspection gettext features_check pkgconfig | |||
21 | 21 | ||
22 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 22 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
23 | SRC_URI = "git://gitlab.gnome.org/swilmet/tepl;protocol=https;branch=main" | 23 | SRC_URI = "git://gitlab.gnome.org/swilmet/tepl;protocol=https;branch=main" |
24 | SRCREV = "34973a0d48ba5a0dd0a776c66bfc0c3f65682d9c" | 24 | SRCREV = "d1e9cc2e4a0738f68d9002f13724b7239f075844" |
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||
27 | # gobject-introspection is mandatory and cannot be configured | 27 | # gobject-introspection is mandatory and cannot be configured |