[Lunar-commits] r25982 - in moonbase/trunk/gnome2/desktop: . gtksourceview2
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Sep 28 00:58:18 CEST 2007
Author: v3rt1g0
Date: 2007-09-28 00:58:18 +0200 (Fri, 28 Sep 2007)
New Revision: 25982
Added:
moonbase/trunk/gnome2/desktop/gtksourceview2/
moonbase/trunk/gnome2/desktop/gtksourceview2/DEPENDS
moonbase/trunk/gnome2/desktop/gtksourceview2/DETAILS
Log:
Inital import of the next API version of gtksourceview. This can live
side by side with gtksourceview. It has lighter depends than
we had listed for gtksourceview. The new gedit uses this
version of gtksourceview, so when we update that, be sure to switch
the depends and remove the POST_INSTALL action on gtksourceview
which tells gedit to recompile. kthxbai!
Added: moonbase/trunk/gnome2/desktop/gtksourceview2/DEPENDS
===================================================================
--- moonbase/trunk/gnome2/desktop/gtksourceview2/DEPENDS (rev 0)
+++ moonbase/trunk/gnome2/desktop/gtksourceview2/DEPENDS 2007-09-27 22:58:18 UTC (rev 25982)
@@ -0,0 +1,3 @@
+depends gtk+-2
+
+optional_depends "gtk-doc" "" "" "to build extra documentation"
Added: moonbase/trunk/gnome2/desktop/gtksourceview2/DETAILS
===================================================================
--- moonbase/trunk/gnome2/desktop/gtksourceview2/DETAILS (rev 0)
+++ moonbase/trunk/gnome2/desktop/gtksourceview2/DETAILS 2007-09-27 22:58:18 UTC (rev 25982)
@@ -0,0 +1,17 @@
+ MODULE=gtksourceview2
+ VERSION=2.0.0
+ MAJOR=2.0
+ SOURCE=gtksourceview-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/gtksourceview/$MAJOR/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gtksourceview-$VERSION
+ SOURCE_VFY=sha1:6d861fd35272f25547eb8e397307bd91607be436
+ WEB_SITE=http://www.gnome.org/
+ ENTERED=20030510
+ UPDATED=20070927
+ SHORT="text widget that extends the gtk+-2 text widget GtkTextView"
+
+cat << EOF
+GtkSourceView2 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