update buildroot to 2017.02.11
This commit is contained in:
12
bsp/buildroot-2017.02.11/package/gtksourceview/Config.in
Normal file
12
bsp/buildroot-2017.02.11/package/gtksourceview/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_GTKSOURCEVIEW
|
||||
bool "gtksourceview"
|
||||
depends on BR2_PACKAGE_LIBGTK3
|
||||
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
|
||||
@@ -0,0 +1,2 @@
|
||||
# Hash from: http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.22/gtksourceview-3.22.2.sha256sum:
|
||||
sha256 6ce84231dd0931cc747708434ca2f344c65a092dd6e1a800283fe0748773af5e gtksourceview-3.22.2.tar.xz
|
||||
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# gtksourceview
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GTKSOURCEVIEW_VERSION_MAJOR = 3.22
|
||||
GTKSOURCEVIEW_VERSION = $(GTKSOURCEVIEW_VERSION_MAJOR).2
|
||||
GTKSOURCEVIEW_SOURCE = gtksourceview-$(GTKSOURCEVIEW_VERSION).tar.xz
|
||||
GTKSOURCEVIEW_SITE = \
|
||||
http://ftp.gnome.org/pub/gnome/sources/gtksourceview/$(GTKSOURCEVIEW_VERSION_MAJOR)
|
||||
GTKSOURCEVIEW_LICENSE = LGPLv2.1+
|
||||
GTKSOURCEVIEW_LICENSE_FILES = COPYING
|
||||
GTKSOURCEVIEW_INSTALL_STAGING = YES
|
||||
GTKSOURCEVIEW_DEPENDENCIES = host-pkgconf libglib2 libxml2 libgtk3
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user