Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 19 Aug 2018 21:32:02 UTC Commit: 60621434c9892471f0a91e599ce3b82185675cc1 https://github.com/geany/geany/commit/60621434c9892471f0a91e599ce3b82185675c...
Log Message: ----------- Windows: Update indirect dependencies for bundle creation
Pango now requires fribidi, so we need to install it. Update the download URL for UnxUtils. Remove unnecessary cmake files after installation.
Modified Paths: -------------- scripts/gtk-bundle-from-msys2.sh
Modified: scripts/gtk-bundle-from-msys2.sh 4 lines changed, 3 insertions(+), 1 deletions(-) =================================================================== @@ -12,7 +12,7 @@ make_zip="no" gtkv="3" run_pi="y"
-UNX_UTILS_URL="http://unxutils.sourceforge.net/UnxUpdates.zip" +UNX_UTILS_URL="https://download.geany.org/contrib/UnxUpdates.zip" # path to an installation of a MSYS2 installation in the native architecture matching $ABI # leave empty if the script is called already from the same MSYS2 architecture as $ABI MSYS2_ABI_PATH="/c/msys32" @@ -43,6 +43,7 @@ harfbuzz fontconfig freetype atk +fribidi pango cairo pixman @@ -175,6 +176,7 @@ cleanup_unnecessary_files() { rmdir var # cleanup development and other unnecessary files rm -rf include + rm -rf lib/cmake rm -rf lib/gettext rm -rf lib/libffi-* rm -rf lib/pkgconfig
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).