[geany/geany-plugins] 833b0c: Make plugins depend on Geany 1.22
Frank Lanitz
git-noreply at xxxxx
Sat Jun 30 20:19:28 UTC 2012
Branch: refs/heads/1.22_release
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Sat, 30 Jun 2012 20:19:28
Commit: 833b0ca61e9b824382861db7ea5403e054ad585f
https://github.com/geany/geany-plugins/commit/833b0ca61e9b824382861db7ea5403e054ad585f
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