SF.net SVN: geany-plugins:[2002] trunk/geany-plugins/updatechecker/ wscript_configure

frlan at users.sourceforge.net frlan at xxxxx
Sun Mar 27 10:12:14 UTC 2011


Revision: 2002
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2002&view=rev
Author:   frlan
Date:     2011-03-27 10:12:14 +0000 (Sun, 27 Mar 2011)

Log Message:
-----------
Updatechecker: Fix a typo on waf build system

Modified Paths:
--------------
    trunk/geany-plugins/updatechecker/wscript_configure

Modified: trunk/geany-plugins/updatechecker/wscript_configure
===================================================================
--- trunk/geany-plugins/updatechecker/wscript_configure	2011-03-27 09:56:11 UTC (rev 2001)
+++ trunk/geany-plugins/updatechecker/wscript_configure	2011-03-27 10:12:14 UTC (rev 2002)
@@ -3,6 +3,7 @@
 # WAF build script for geany-plugins - Update Checker
 #
 # Copyright 2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+# Copyright 2111 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -23,7 +24,7 @@
 from build.wafutils import check_cfg_cached
 
 packages = [
-    ('gthread-2.0','','GTHREAT'),
+    ('gthread-2.0','','GTHREAD'),
     ('libsoup-2.4', '2.4.0', 'LIBSOUP')
     ]
 


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