Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Sat, 30 Jun 2012 20:20:18 Commit: c60be539b28ddc5cf641d4423534a69dfd48642b https://github.com/geany/geany-plugins/commit/c60be539b28ddc5cf641d4423534a6...
Log Message: ----------- Make plugins depend on Geany 1.22
Modified Paths: -------------- configure.ac wscript
Modified: configure.ac 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -18,7 +18,7 @@ IT_PROG_INTLTOOL([0.35.0]) GP_I18N
dnl common checks -GP_CHECK_GEANY(0.21) +GP_CHECK_GEANY(1.22) GP_CHECK_UNITTESTS(0.9.4) GP_CHECK_CPPCHECK GP_CHECK_CFLAGS
Modified: wscript 4 files changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -81,13 +81,13 @@ def configure(conf): # common for all plugins check_cfg_cached(conf, package='gtk+-2.0', - atleast_version='2.12.0', + atleast_version='2.16.0', uselib_store='GTK', mandatory=True, args='--cflags --libs') check_cfg_cached(conf, package='geany', - atleast_version='0.21', + atleast_version='1.22', uselib_store='GEANY', mandatory=True, args='--cflags --libs')
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).