Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 26 Aug 2018 07:52:42 UTC Commit: a098fa847b985582087e06b68b29d4ef71b8d9ac https://github.com/geany/geany/commit/a098fa847b985582087e06b68b29d4ef71b8d9...
Log Message: ----------- Update link to GTK+3 bundle for test builds to self-hosted version
The host win32builder.gnome.org seems dead and so host the GTK+3 bundle we use to test builds for Windows cross-compilation on our own.
Modified Paths: -------------- scripts/cross-build-mingw.sh
Modified: scripts/cross-build-mingw.sh 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -16,7 +16,7 @@ # You may change those HOST=i686-w64-mingw32 GTK2_BUNDLE_ZIP="http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/gtk+-bundle_2.24.10-..." -GTK3_BUNDLE_ZIP="http://win32builder.gnome.org/gtk+-bundle_3.8.2-20131001_win32.zip" +GTK3_BUNDLE_ZIP="https://download.geany.org/contrib/gtk/gtk+-bundle_3.8.2-20131001_win32.zip" BUILDDIR=_build-cross-mingw GTK3=no CONFIGUREFLAGS="--enable-nls"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).