[geany/geany-plugins] c60be5: Make plugins depend on Geany 1.22
Frank Lanitz
git-noreply at xxxxx
Sat Jun 30 20:20:18 UTC 2012
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Sat, 30 Jun 2012 20:20:18
Commit: c60be539b28ddc5cf641d4423534a69dfd48642b
https://github.com/geany/geany-plugins/commit/c60be539b28ddc5cf641d4423534a69dfd48642b
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).
More information about the Plugins-Commits
mailing list