gtksourceview: new package
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 29 Jul 2016 07:51:28 +0000 (09:51 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 30 Jul 2016 13:51:39 +0000 (15:51 +0200)
commitb8a52bceaed96d969b5717f9afb1bd05b34bfd59
tree49abcaebb8de2e5f1e77e146151f9fb3c745e2c8
parent261ba28c43cdecc543420460daa43c63749184ba
gtksourceview: new package

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

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
[Thomas:
 - simplify the Config.in by using "depends on BR2_PACKAGE_LIBGTK3"
   instead of a select. It is pretty obvious that Gtk is needed if you
   want to use gtksourceview.
 - license is LGPLv2.1+, not LGPLv2+.
 - change location in package/Config.in, gtksourceview is a library,
   it should not go under "Development tools".]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/gtksourceview/Config.in [new file with mode: 0644]
package/gtksourceview/gtksourceview.hash [new file with mode: 0644]
package/gtksourceview/gtksourceview.mk [new file with mode: 0644]