Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 08 Aug 2021 21:25:35 UTC Commit: 94d4f2c49ff0359089bc0ddaedaf4bacd0985105 https://github.com/geany/geany-osx/commit/94d4f2c49ff0359089bc0ddaedaf4bacd0...
Log Message: ----------- Update dependencies to the latest versions
Modified Paths: -------------- geany.bundle geany.modules
Modified: geany.bundle 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -73,7 +73,7 @@
<!-- libenchant modules needed by the spellchecker plugin --> <binary> - ${prefix}/lib/enchant/*.so + ${prefix}/lib/enchant-2/*.so </binary>
<!-- Geany's plugins -->
Modified: geany.modules 12 lines changed, 6 insertions(+), 6 deletions(-) =================================================================== @@ -36,12 +36,12 @@ autogenargs="--disable-jit --enable-pcre2-8"> <branch repo="pcre" module="pcre2-${version}.tar.bz2" - version="10.35"/> + version="10.37"/> </autotools>
<meson id="vte291" mesonargs="-Dgnutls=false -Dicu=false -Dvapi=false -D_b_symbolic_functions=false"> - <branch module="vte/0.60/vte-${version}.tar.xz" - version="0.60.3"> + <branch module="vte/0.64/vte-${version}.tar.xz" + version="0.64.2"> <!-- 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.patch" strip="1" /> </branch> @@ -56,16 +56,16 @@ <branch repo="download.github.com" module="libgit2/libgit2/archive/v${version}.tar.gz" checkoutdir="libgit2-${version}" - version="0.28.4"/> + version="1.1.1"/> </cmake>
<!-- The mac integration library with a fix for radio menu items --> <autotools id="gtk-mac-integration-fixed" autogen-sh="configure" autogenargs="--disable-python"> - <branch module="gtk-mac-integration/2.0/gtk-mac-integration-${version}.tar.xz" + <branch module="gtk-mac-integration/3.0/gtk-mac-integration-${version}.tar.xz" checkoutdir="gtk-mac-integration-fixed" - version="2.1.3"> + version="3.0.1"> <patch file="https://github.com/geany/geany-osx/raw/master/patches/01-gtk_mac_integration_radio_fix.patch" strip="1" /> </branch> </autotools>
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).