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

ntrel at users.sourceforge.net ntrel at xxxxx
Thu Oct 28 16:57:20 UTC 2010


Revision: 1687
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1687&view=rev
Author:   ntrel
Date:     2010-10-28 16:57:20 +0000 (Thu, 28 Oct 2010)

Log Message:
-----------
Depend on Geany 0.20.

Modified Paths:
--------------
    trunk/geany-plugins/configure.ac
    trunk/geany-plugins/wscript

Modified: trunk/geany-plugins/configure.ac
===================================================================
--- trunk/geany-plugins/configure.ac	2010-10-28 16:55:49 UTC (rev 1686)
+++ trunk/geany-plugins/configure.ac	2010-10-28 16:57:20 UTC (rev 1687)
@@ -1,4 +1,5 @@
 AC_PREREQ([2.61])
+dnl Don't forget when updating version number to do GP_CHECK_GEANY also
 AC_INIT([geany-plugins], [0.20])
 AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar])
 
@@ -17,7 +18,7 @@
 GP_I18N
 
 dnl common checks
-GP_CHECK_GEANY(0.19)
+GP_CHECK_GEANY(0.20)
 GP_CHECK_UNITTESTS(0.9.4)
 
 dnl plugin checks

Modified: trunk/geany-plugins/wscript
===================================================================
--- trunk/geany-plugins/wscript	2010-10-28 16:55:49 UTC (rev 1686)
+++ trunk/geany-plugins/wscript	2010-10-28 16:57:20 UTC (rev 1687)
@@ -230,7 +230,7 @@
 
 	conf.check_cfg(package='gtk+-2.0', atleast_version='2.8.0', uselib_store='GTK',
 		mandatory=True, args='--cflags --libs')
-	conf.check_cfg(package='geany', atleast_version='0.19', mandatory=True, args='--cflags --libs')
+	conf.check_cfg(package='geany', atleast_version=VERSION, mandatory=True, args='--cflags --libs')
 
 	gtk_version = conf.check_cfg(modversion='gtk+-2.0') or 'Unknown'
 	geany_version = conf.check_cfg(modversion='geany') or 'Unknown'


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