Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Fri, 18 Aug 2023 19:41:00 UTC Commit: 72802b640042e0dab522cbf4e67729ba65d17f7c https://github.com/geany/geany-osx/commit/72802b640042e0dab522cbf4e67729ba65...
Log Message: ----------- Update modules
Modified Paths: -------------- geany.modules
Modified: geany.modules 16 lines changed, 3 insertions(+), 13 deletions(-) =================================================================== @@ -27,23 +27,15 @@ version="0.18"/> </distutils>
- <!-- Needed by VTE 2.91 --> - <autotools id="pcre2" - autogenargs="--disable-jit --enable-pcre2-8"> - <branch repo="download.github.com" - module="PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.bz2" - version="10.39"/> - </autotools> - <meson id="vte291" mesonargs="-Dicu=false -Dvapi=false -D_b_symbolic_functions=false"> <branch repo="download.gitlab.gnome.org" module="vte/-/archive/${version}/vte-${version}.tar.bz2" - version="0.66.1"> + version="0.72.2"> <!-- Make paths relative to bundle (fallback to system paths if not found) --> <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/vte_2.91_relpath.patch" strip="1" /> </branch> <dependencies> - <dep package="pcre2" /> + <dep package="libpcre2" /> <dep package="gnutls" /> </dependencies> </meson> @@ -54,7 +46,7 @@ <branch repo="download.github.com" module="libgit2/libgit2/archive/refs/tags/v${version}.tar.gz" checkoutdir="libgit2-${version}" - version="1.3.0"/> + version="1.7.1"/> </cmake>
<autotools id="lua" @@ -165,8 +157,6 @@ <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/geany_plugins_spellcheck_relocation.patch" strip="1" /> <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/geany_plugins_geanylua_link_against_statically_built_liblua.patch" strip="1" /> <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/geany_plugins_geanylua_make_lib_data_directories_relocatable.patch" strip="1" /> - <!-- TODO: remove once merged upstream --> - <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/geany_plugins_geanylua_remove_x11_dependency.patch" strip="1" /> </branch> <dependencies> <dep package="geany-git" />
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).