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>
This commit is contained in:
Wang Mingyu 2022-12-30 13:01:16 +08:00 committed by Khem Raj
parent 08ca322486
commit 96e1bc6479

View File

@ -21,7 +21,7 @@ inherit meson gobject-introspection gettext features_check pkgconfig
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
SRC_URI = "git://gitlab.gnome.org/swilmet/tepl;protocol=https;branch=main"
SRCREV = "34973a0d48ba5a0dd0a776c66bfc0c3f65682d9c"
SRCREV = "d1e9cc2e4a0738f68d9002f13724b7239f075844"
S = "${WORKDIR}/git"
# gobject-introspection is mandatory and cannot be configured