Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sat, 25 Mar 2023 10:33:54 UTC Commit: 1b51cf2a5079015d6ef152ab7f66479282369cab https://github.com/geany/geany-osx/commit/1b51cf2a5079015d6ef152ab7f66479282...
Log Message: ----------- Build lua plugin also as part of 1.38 release
The geany.bundle file which is shared both by the git release and tarball release expects its presence and bundling now fails without it.
Modified Paths: -------------- geany.modules
Modified: geany.modules 3 lines changed, 3 insertions(+), 0 deletions(-) =================================================================== @@ -186,11 +186,14 @@ checkoutdir="geany-plugins-${version}" version="1.38"> <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_vimode_height.patch" strip="1" /> <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/geany_plugins_vimode_eol_eof_fix.patch" strip="1" /> <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/geany_plugins_vimode_caret_fix.patch" strip="1" /> <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/geany_plugins_vimode_numlock_fix.patch" strip="1" /> + <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-release" />
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).