b822976c60
Release notes of the major releases: https://download.gnome.org/sources/gtksourceview/4.0/gtksourceview-4.0.0.news https://download.gnome.org/sources/gtksourceview/4.3/gtksourceview-4.3.1.news "Ported to meson build system, autotools will be phased out by next release." https://download.gnome.org/sources/gtksourceview/5.0/gtksourceview-5.0.0.news "GtkSourceView 5.0 is the first stable release of GtkSourceView targeting the GTK 4 toolkit. It is the culmination of about a year of development." https://download.gnome.org/sources/gtksourceview/5.18/gtksourceview-5.18.0.news Switched to gtk4 and meson build system. Disabled the build of the testsuite. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
464 B
Plaintext
13 lines
464 B
Plaintext
config BR2_PACKAGE_GTKSOURCEVIEW
|
|
bool "gtksourceview"
|
|
depends on BR2_PACKAGE_LIBGTK4
|
|
select BR2_PACKAGE_LIBXML2
|
|
help
|
|
GtkSourceView is a portable C library that extends the
|
|
standard GTK+ framework for multiline text editing with
|
|
support for configurable syntax highlighting, unlimited
|
|
undo/redo, search and replace, a completion framework,
|
|
printing and other features typical of a source code editor.
|
|
|
|
https://projects.gnome.org/gtksourceview
|