Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Tue, 11 Jul 2017 19:39:25 UTC Commit: e1d7c86c8cd7720c03af00c567792ab6be7b4597 https://github.com/geany/geany-plugins/commit/e1d7c86c8cd7720c03af00c567792a...
Log Message: ----------- Remove unwanted Enchant providers on GTK bundle creation
Modified Paths: -------------- build/gtk-bundle-from-msys2.sh
Modified: build/gtk-bundle-from-msys2.sh 5 lines changed, 5 insertions(+), 0 deletions(-) =================================================================== @@ -223,6 +223,11 @@ cleanup_unnecessary_files() { find lib -name '*.def' -delete find lib -name '*.sh' -delete find libexec -name '*.exe' -delete + # enchant: remove libenchant_zemberek.dll which should not packaged at all and is additionally packaged in the wrong location + # See https://github.com/Alexpux/MINGW-packages/issues/2632 + rm -f lib/bin/libenchant_zemberek.dll + # enchant: remove aspell engine (it would require the aspell library which we don't need) + rm -f lib/enchant/libenchant_aspell.dll # sbin: cleanup sbin files rm -rf sbin # share: cleanup other unnecessary files
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org