SF.net SVN: geany-plugins:[318] trunk/wscript

frlan at users.sourceforge.net frlan at xxxxx
Thu Nov 27 23:01:29 UTC 2008


Revision: 318
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=318&view=rev
Author:   frlan
Date:     2008-11-27 23:01:29 +0000 (Thu, 27 Nov 2008)

Log Message:
-----------
Added geanylipsum to waf

Modified Paths:
--------------
    trunk/wscript

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2008-11-26 21:14:02 UTC (rev 317)
+++ trunk/wscript	2008-11-27 23:01:29 UTC (rev 318)
@@ -104,7 +104,11 @@
 	Plugin('spellcheck',
 		 [ 'spellcheck/src/gui.c', 'spellcheck/src/scplugin.c', 'spellcheck/src/speller.c' ], # source files
 		 [ 'spellcheck', 'spellcheck/src' ], # include dirs
-		 '0.3', [ [ 'enchant', '1.3', True ] ])
+		 '0.3', [ [ 'enchant', '1.3', True ] ]),
+	Plugin('geanylipsum',
+		 [ 'geanylipsum/src/geanylipsum.c' ], # source files
+		 [ 'geanylipsum', 'geanylipsum/src' ], # include dirs
+		 '0.1dev'),
 ]
 
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list