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

frlan at users.sourceforge.net frlan at xxxxx
Mon Aug 10 17:30:46 UTC 2009


Revision: 888
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=888&view=rev
Author:   frlan
Date:     2009-08-10 17:30:45 +0000 (Mon, 10 Aug 2009)

Log Message:
-----------
Added pretty-printer plugin to waf build environment and list of translatable files

Modified Paths:
--------------
    trunk/geany-plugins/po/POTFILES.in
    trunk/geany-plugins/wscript

Modified: trunk/geany-plugins/po/POTFILES.in
===================================================================
--- trunk/geany-plugins/po/POTFILES.in	2009-08-10 16:10:53 UTC (rev 887)
+++ trunk/geany-plugins/po/POTFILES.in	2009-08-10 17:30:45 UTC (rev 888)
@@ -73,3 +73,7 @@
 geanylua/glspi_app.c
 geanylua/glspi_dlg.c
 geanylua/glspi_run.c
+
+#Pretty-printer
+pretty-printer/src/Plugin.c
+pretty-printer/src/PrettyPrinter.c

Modified: trunk/geany-plugins/wscript
===================================================================
--- trunk/geany-plugins/wscript	2009-08-10 16:10:53 UTC (rev 887)
+++ trunk/geany-plugins/wscript	2009-08-10 17:30:45 UTC (rev 888)
@@ -84,7 +84,8 @@
 		 [ 'geanylua/geanylua.c' ], # the other source files are listed in build_lua()
 		 [ 'geanylua' ],
 		 # maybe you need to modify the package name of Lua, try one of these: lua5.1 lua51 lua-5.1
-		 [ [ 'lua', '5.1', True ] ])
+		 [ [ 'lua', '5.1', True ] ]),
+	Plugin('pretty-printer', None, [ 'pretty-printer/src' ], [ [ 'libxml-2.0', '2.6', True ] ])
 ]
 
 '''


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