mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
12
package/gtksourceview/Config.in
Normal file
12
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
|
||||
5
package/gtksourceview/gtksourceview.hash
Normal file
5
package/gtksourceview/gtksourceview.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# Hash from: http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.24/gtksourceview-3.24.7.sha256sum:
|
||||
sha256 a5c20d3a6347533689358f3ea52486409f6dd41d5a69c65eab7570cfaffee8e6 gtksourceview-3.24.7.tar.xz
|
||||
|
||||
# Locally computed:
|
||||
sha256 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a COPYING
|
||||
17
package/gtksourceview/gtksourceview.mk
Normal file
17
package/gtksourceview/gtksourceview.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# gtksourceview
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GTKSOURCEVIEW_VERSION_MAJOR = 3.24
|
||||
GTKSOURCEVIEW_VERSION = $(GTKSOURCEVIEW_VERSION_MAJOR).7
|
||||
GTKSOURCEVIEW_SOURCE = gtksourceview-$(GTKSOURCEVIEW_VERSION).tar.xz
|
||||
GTKSOURCEVIEW_SITE = \
|
||||
http://ftp.gnome.org/pub/gnome/sources/gtksourceview/$(GTKSOURCEVIEW_VERSION_MAJOR)
|
||||
GTKSOURCEVIEW_LICENSE = LGPL-2.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