Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 16 Oct 2017 19:32:32 UTC Commit: 2c5cce59d29b4aaedca5c8fd9e52bfee8b593d76 https://github.com/geany/geany-osx/commit/2c5cce59d29b4aaedca5c8fd9e52bfee8b...
Log Message: ----------- Use the latest VTE release and apply patch fixing Mac build on top of that
Modified Paths: -------------- geany.modules
Modified: geany.modules 6 lines changed, 4 insertions(+), 2 deletions(-) =================================================================== @@ -52,10 +52,12 @@ <autotools id="vte291" autogenargs="--disable-Bsymbolic" autogen-sh="configure"> - <branch module="vte/0.48/vte-${version}.tar.xz" - version="0.48.4"> + <branch module="vte/0.50/vte-${version}.tar.xz" + version="0.50.1"> <!-- Make paths relative to bundle (fallback to system paths if not found) --> <patch file="https://github.com/geany/geany-osx/raw/master/patches/03-vte_2.91_relpath.diff" strip="1" /> + <!-- TODO: remove once we have a version where this is fixed --> + <patch file="https://github.com/geany/geany-osx/raw/master/patches/0001-build-Add-strchrnul-implementation-to-fix-compilatio.patch" strip="1" /> </branch> <dependencies> <dep package="gnutls" />
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).