diff options
author | 2016-07-29 09:51:28 +0200 | |
---|---|---|
committer | 2016-07-30 15:51:39 +0200 | |
commit | b8a52bceaed96d969b5717f9afb1bd05b34bfd59 (patch) | |
tree | 49abcaebb8de2e5f1e77e146151f9fb3c745e2c8 /package/gtksourceview/gtksourceview.hash | |
parent | 261ba28c43cdecc543420460daa43c63749184ba (diff) | |
download | buildroot-b8a52bceaed96d969b5717f9afb1bd05b34bfd59.tar.gz buildroot-b8a52bceaed96d969b5717f9afb1bd05b34bfd59.tar.bz2 |
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>
Diffstat (limited to 'package/gtksourceview/gtksourceview.hash')
-rw-r--r-- | package/gtksourceview/gtksourceview.hash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gtksourceview/gtksourceview.hash b/package/gtksourceview/gtksourceview.hash new file mode 100644 index 0000000000..1fd22af494 --- /dev/null +++ b/package/gtksourceview/gtksourceview.hash @@ -0,0 +1,2 @@ +# Hash from: http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.21/gtksourceview-3.21.3.sha256sum: +sha256 12ea703e1903215629580ddab7751e419bf73a8aacfbbc53c75dc1b9cb0dfba7 gtksourceview-3.21.3.tar.xz |