[geany/geany-plugins] da1670: GeanyPG is needing API 224

Frank Lanitz git-noreply at xxxxx
Fri Mar 11 07:59:41 UTC 2016


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Fri, 11 Mar 2016 07:59:41 UTC
Commit:      da16705b536205d0c62b09b8cb22a54925982a73
             https://github.com/geany/geany-plugins/commit/da16705b536205d0c62b09b8cb22a54925982a73

Log Message:
-----------
GeanyPG is needing API 224

With latest update to remove deprecated things the plugin needs a more recent version of Geany.


Modified Paths:
--------------
    geanypg/configure.ac

Modified: geanypg/configure.ac
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -8,7 +8,7 @@ AC_PROG_LIBTOOL
 AM_PATH_GPGME()
 
 # checking for Geany
-PKG_CHECK_MODULES(GEANY, [geany >= 0.20])
+PKG_CHECK_MODULES(GEANY, [geany >= 1.26])
 AC_SUBST(GEANY_CFLAGS)
 AC_SUBST(GEANY_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