Revision: 2008
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2008&view=rev
Author: frlan
Date: 2011-03-28 08:22:04 +0000 (Mon, 28 Mar 2011)
Log Message:
-----------
Fix build with waf
Modified Paths:
--------------
trunk/geany-plugins/devhelp/wscript_build
Modified: trunk/geany-plugins/devhelp/wscript_build
===================================================================
--- trunk/geany-plugins/devhelp/wscript_build 2011-03-27 17:56:34 UTC (rev 2007)
+++ trunk/geany-plugins/devhelp/wscript_build 2011-03-28 08:22:04 UTC (rev 2008)
@@ -26,6 +26,6 @@
name = 'Devhelp'
includes = ['devhelp/src']
-libraries = ['DEVHELP', 'GTHREAD']
+libraries = ['LIBDEVHELP', 'GTHREAD']
build_plugin(bld, name, includes=includes, libraries=libraries)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2007
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2007&view=rev
Author: frlan
Date: 2011-03-27 17:56:34 +0000 (Sun, 27 Mar 2011)
Log Message:
-----------
Fix year @ header
Modified Paths:
--------------
trunk/geany-plugins/updatechecker/wscript_build
trunk/geany-plugins/updatechecker/wscript_configure
Modified: trunk/geany-plugins/updatechecker/wscript_build
===================================================================
--- trunk/geany-plugins/updatechecker/wscript_build 2011-03-27 17:26:15 UTC (rev 2006)
+++ trunk/geany-plugins/updatechecker/wscript_build 2011-03-27 17:56:34 UTC (rev 2007)
@@ -3,7 +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>
+# Copyright 2011 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
Modified: trunk/geany-plugins/updatechecker/wscript_configure
===================================================================
--- trunk/geany-plugins/updatechecker/wscript_configure 2011-03-27 17:26:15 UTC (rev 2006)
+++ trunk/geany-plugins/updatechecker/wscript_configure 2011-03-27 17:56:34 UTC (rev 2007)
@@ -3,7 +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>
+# Copyright 2011 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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2006
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2006&view=rev
Author: frlan
Date: 2011-03-27 17:26:15 +0000 (Sun, 27 Mar 2011)
Log Message:
-----------
Updatechecker: Make plugin depend on API v203 due some theading issue
Modified Paths:
--------------
trunk/geany-plugins/updatechecker/ChangeLog
trunk/geany-plugins/updatechecker/src/updatechecker.c
Modified: trunk/geany-plugins/updatechecker/ChangeLog
===================================================================
--- trunk/geany-plugins/updatechecker/ChangeLog 2011-03-27 17:25:50 UTC (rev 2005)
+++ trunk/geany-plugins/updatechecker/ChangeLog 2011-03-27 17:26:15 UTC (rev 2006)
@@ -1,3 +1,8 @@
+2011-03-27 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
+ * Make plugin depend on plugin API v203 due some threading changes.
+
+
2010-08-27 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* src/updatechecker.c: Submit an user agent on request.
@@ -6,16 +11,14 @@
2010-08-26 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* src/updatechecker.c: Cleaning up the code and removing redundant code
- as well as fixing a typo.
+ as well as fixing a typo.
2010-08-23 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
- * src/updatechecker.c: Some adjustments on a couple of strings.
+ * src/updatechecker.c: Some adjustments on a couple of strings.
2010-08-22 Frank Lanitz <frank(a)frank.uvena.de>
* Initial release
-
-
Modified: trunk/geany-plugins/updatechecker/src/updatechecker.c
===================================================================
--- trunk/geany-plugins/updatechecker/src/updatechecker.c 2011-03-27 17:25:50 UTC (rev 2005)
+++ trunk/geany-plugins/updatechecker/src/updatechecker.c 2011-03-27 17:26:15 UTC (rev 2006)
@@ -28,7 +28,7 @@
GeanyData *geany_data;
GeanyFunctions *geany_functions;
-PLUGIN_VERSION_CHECK(188)
+PLUGIN_VERSION_CHECK(203)
PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2005
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2005&view=rev
Author: frlan
Date: 2011-03-27 17:25:50 +0000 (Sun, 27 Mar 2011)
Log Message:
-----------
Updatechecker: Remove workaround for threading as its now done by Geany
Modified Paths:
--------------
trunk/geany-plugins/build/updatechecker.m4
trunk/geany-plugins/updatechecker/src/updatechecker.c
trunk/geany-plugins/updatechecker/wscript_build
trunk/geany-plugins/updatechecker/wscript_configure
Modified: trunk/geany-plugins/build/updatechecker.m4
===================================================================
--- trunk/geany-plugins/build/updatechecker.m4 2011-03-27 11:14:38 UTC (rev 2004)
+++ trunk/geany-plugins/build/updatechecker.m4 2011-03-27 17:25:50 UTC (rev 2005)
@@ -3,8 +3,7 @@
GP_ARG_DISABLE([Updatechecker], [auto])
GP_CHECK_PLUGIN_DEPS([Updatechecker], UPDATECHECKER,
- [libsoup-2.4 >= 2.4.0
- gthread-2.0])
+ [libsoup-2.4 >= 2.4.0])
GP_STATUS_PLUGIN_ADD([Updatechecker], [$enable_updatechecker])
Modified: trunk/geany-plugins/updatechecker/src/updatechecker.c
===================================================================
--- trunk/geany-plugins/updatechecker/src/updatechecker.c 2011-03-27 11:14:38 UTC (rev 2004)
+++ trunk/geany-plugins/updatechecker/src/updatechecker.c 2011-03-27 17:25:50 UTC (rev 2005)
@@ -310,14 +310,7 @@
void plugin_init(GeanyData *data)
{
init_configuration();
- /* soup uses threads but it seems to don't initialize the thread system
- * Work around baesed on a patch Colomban Wendling and Matthew Brush */
- if (! g_thread_supported ())
- {
- g_thread_init (NULL);
- }
-
main_menu_item = gtk_menu_item_new_with_mnemonic(_("Check for Updates"));
gtk_widget_show(main_menu_item);
gtk_container_add(GTK_CONTAINER(geany->main_widgets->tools_menu),
Modified: trunk/geany-plugins/updatechecker/wscript_build
===================================================================
--- trunk/geany-plugins/updatechecker/wscript_build 2011-03-27 11:14:38 UTC (rev 2004)
+++ trunk/geany-plugins/updatechecker/wscript_build 2011-03-27 17:25:50 UTC (rev 2005)
@@ -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
@@ -28,4 +29,3 @@
libraries = ['LIBSOUP']
build_plugin(bld, name, includes=includes, libraries=libraries)
-
Modified: trunk/geany-plugins/updatechecker/wscript_configure
===================================================================
--- trunk/geany-plugins/updatechecker/wscript_configure 2011-03-27 11:14:38 UTC (rev 2004)
+++ trunk/geany-plugins/updatechecker/wscript_configure 2011-03-27 17:25:50 UTC (rev 2005)
@@ -24,7 +24,6 @@
from build.wafutils import check_cfg_cached
packages = [
- ('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.
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.