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

frlan at users.sourceforge.net frlan at xxxxx
Sun Aug 22 13:48:30 UTC 2010


Revision: 1521
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1521&view=rev
Author:   frlan
Date:     2010-08-22 13:48:30 +0000 (Sun, 22 Aug 2010)

Log Message:
-----------
Adjust minimal libsoup depedency. I hope its working.

Modified Paths:
--------------
    trunk/geany-plugins/wscript

Modified: trunk/geany-plugins/wscript
===================================================================
--- trunk/geany-plugins/wscript	2010-08-22 13:37:30 UTC (rev 1520)
+++ trunk/geany-plugins/wscript	2010-08-22 13:48:30 UTC (rev 1521)
@@ -105,7 +105,7 @@
 	Plugin('GeanyPrj', None, [ 'geanyprj/src' ]),
 	Plugin('Pretty-Printer', None, [ 'pretty-printer/src' ], [ [ 'libxml-2.0', '2.6.27', True ] ]),
 	Plugin('TreeBrowser', None, [ 'treebrowser/src' ], [ [ 'gio-2.0', '2.16', False ] ]),
-	Plugin('Updatechecker', None, [ 'updatechecker/src' ], [ ['libsoup-2.4', '2.25', True] ])
+	Plugin('Updatechecker', None, [ 'updatechecker/src' ], [ ['libsoup-2.4', '2.4.0', 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