From a098fa847b985582087e06b68b29d4ef71b8d9ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Sun, 26 Aug 2018 09:52:42 +0200 Subject: [PATCH] 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. --- scripts/cross-build-mingw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cross-build-mingw.sh b/scripts/cross-build-mingw.sh index 530b6d27..04df2657 100755 --- a/scripts/cross-build-mingw.sh +++ b/scripts/cross-build-mingw.sh @@ -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-20120208_win32.zip" -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"