[geany/geany-plugins] 7819c7: Ensure recent Geany is installed by updating version checks on build system

Frank Lanitz git-noreply at xxxxx
Sun Nov 15 13:20:03 UTC 2015


Branch:      refs/heads/1.26
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sun, 15 Nov 2015 13:20:03 UTC
Commit:      7819c7e7f9225fc6ddf8de9c09b26af24e64b744
             https://github.com/geany/geany-plugins/commit/7819c7e7f9225fc6ddf8de9c09b26af24e64b744

Log Message:
-----------
Ensure recent Geany is installed by updating version checks on build system


Modified Paths:
--------------
    configure.ac
    wscript

Modified: configure.ac
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -20,7 +20,7 @@ IT_PROG_INTLTOOL([0.35.0])
 GP_I18N
 
 dnl common checks
-GP_CHECK_GEANY(1.25)
+GP_CHECK_GEANY(1.26)
 GP_CHECK_UNITTESTS(0.9.4)
 GP_CHECK_GTK_VERSION
 GP_CHECK_CPPCHECK


Modified: wscript
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -87,7 +87,7 @@ def configure(conf):
                    args='--cflags --libs')
     check_cfg_cached(conf,
                    package='geany',
-                   atleast_version='1.25',
+                   atleast_version='1.26',
                    uselib_store='GEANY',
                    mandatory=True,
                    args='--cflags --libs')



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list