Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Fri, 11 Mar 2016 07:59:41 UTC
Commit: da16705b536205d0c62b09b8cb22a54925982a73
https://github.com/geany/geany-plugins/commit/da16705b536205d0c62b09b8cb22a…
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).