Revision: 2095 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2095&view=re... Author: frlan Date: 2011-06-19 19:14:03 +0000 (Sun, 19 Jun 2011)
Log Message: ----------- Bump dependency to Geany 0.21 and try to bump to GTK2 2.12
Modified Paths: -------------- trunk/geany-plugins/build/geany-plugins.nsi trunk/geany-plugins/configure.ac trunk/geany-plugins/wscript
Modified: trunk/geany-plugins/build/geany-plugins.nsi =================================================================== --- trunk/geany-plugins/build/geany-plugins.nsi 2011-06-15 14:12:14 UTC (rev 2094) +++ trunk/geany-plugins/build/geany-plugins.nsi 2011-06-19 19:14:03 UTC (rev 2095) @@ -38,7 +38,7 @@ !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall${PRODUCT_NAME}" !define PRODUCT_DIR_REGKEY "Software\Geany-Plugins" !define GEANY_DIR_REGKEY "Software\Geany" -!define REQUIRED_GEANY_VERSION "0.19" +!define REQUIRED_GEANY_VERSION "0.21" !define RESOURCEDIR "geany-plugins-${PRODUCT_VERSION}"
;;;;;;;;;;;;;;;;;;;;;
Modified: trunk/geany-plugins/configure.ac =================================================================== --- trunk/geany-plugins/configure.ac 2011-06-15 14:12:14 UTC (rev 2094) +++ trunk/geany-plugins/configure.ac 2011-06-19 19:14:03 UTC (rev 2095) @@ -18,7 +18,7 @@ GP_I18N
dnl common checks -GP_CHECK_GEANY(0.20) +GP_CHECK_GEANY(0.21) GP_CHECK_UNITTESTS(0.9.4) GP_CHECK_CPPCHECK GP_CHECK_CFLAGS
Modified: trunk/geany-plugins/wscript =================================================================== --- trunk/geany-plugins/wscript 2011-06-15 14:12:14 UTC (rev 2094) +++ trunk/geany-plugins/wscript 2011-06-19 19:14:03 UTC (rev 2095) @@ -79,13 +79,13 @@ # common for all plugins check_cfg_cached(conf, package='gtk+-2.0', - atleast_version='2.8.0', + atleast_version='2.12.0', uselib_store='GTK', mandatory=True, args='--cflags --libs') check_cfg_cached(conf, package='geany', - atleast_version='0.20', + atleast_version='0.21', uselib_store='GEANY', mandatory=True, args='--cflags --libs')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.