Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 09 Aug 2021 22:46:36 UTC Commit: 31728a74492dbd51d26b4c7db619de66a951db56 https://github.com/geany/geany-osx/commit/31728a74492dbd51d26b4c7db619de66a9...
Log Message: ----------- Remove ENCHANT_MODULE_PATH specification as it's not used by enchant-2
Modified Paths: -------------- Launcher/geany/geany/main.m
Modified: Launcher/geany/geany/main.m 3 lines changed, 0 insertions(+), 3 deletions(-) =================================================================== @@ -226,9 +226,6 @@ static int run_geany(void) {
//TODO: replace with XDG_DATA_DIRS in Geany @"GEANY_PLUGINS_SHARE_PATH": [bundle_share stringByAppendingPathComponent: @"geany-plugins"], - - //patched in https://gitlab.gnome.org/GNOME/gtk-osx/blob/master/patches/enchant-env.patch - @"ENCHANT_MODULE_PATH": [bundle_lib stringByAppendingPathComponent: @"enchant"], } mutableCopy];
if (config[IM_MODULE_KEY].value.length > 0) {
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).