[Lunar-commits] <moonbase-gnome3> gtksourceview: add it to gnome3.
Florin Braescu
florin at lunar-linux.org
Sun May 12 14:25:56 CEST 2013
commit d0e168ff3e77c4317f7bc25264aec395f1053cf2
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 12 May 2013 05:25:39 -0700
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/d0e168ff3e77c4317f7bc25264aec395f1053cf2
gtksourceview: add it to gnome3.
---
core/gtksourceview/DEPENDS | +2/-0
core/gtksourceview/DETAILS | +15/-0
2 files changed, 17 insertions(+)
--- /dev/null
+++ b/core/gtksourceview/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+-3
+depends libxml2
\ No newline at end of file
--- /dev/null
+++ b/core/gtksourceview/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=gtksourceview
+ VERSION=3.8.1
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha1:b291f6f67d0a1d6b04f2ab1697586a7b5982810c
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20030510
+ UPDATED=20130415
+ SHORT="Text widget that extends the gtk+-2 text widget GtkTextView"
+
+cat << EOF
+GtkSourceView is a text widget that extends the standard gtk+-2 text
+widget GtkTextView. It improves GtkTextView by implementing syntax
+highlighting and other features typical of a source editor.
+EOF
More information about the Lunar-commits
mailing list