[geany/geany] 3e2b4a: travis: Make it a bit easier to change GTK bundle URLs

Colomban Wendling git-noreply at xxxxx
Fri Jul 10 21:45:48 UTC 2015


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 10 Jul 2015 21:45:48 UTC
Commit:      3e2b4a269b592908a6a80240a2c5338c70c25b4a
             https://github.com/geany/geany/commit/3e2b4a269b592908a6a80240a2c5338c70c25b4a

Log Message:
-----------
travis: Make it a bit easier to change GTK bundle URLs


Modified Paths:
--------------
    scripts/cross-build-mingw.sh

Modified: scripts/cross-build-mingw.sh
6 lines changed, 4 insertions(+), 2 deletions(-)
===================================================================
@@ -15,6 +15,8 @@
 
 # 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"
 BUILDDIR=_build-cross-mingw
 GTK3=no
 CONFIGUREFLAGS="--enable-nls"
@@ -40,9 +42,9 @@ shift $((OPTIND - 1))
 
 CONFIGUREFLAGS="$CONFIGUREFLAGS --enable-gtk3=$GTK3"
 if [ "$GTK3" = yes ]; then
-  BUNDLE_ZIP="http://win32builder.gnome.org/gtk+-bundle_3.8.2-20131001_win32.zip"
+  BUNDLE_ZIP="$GTK3_BUNDLE_ZIP"
 else
-  BUNDLE_ZIP="http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/gtk+-bundle_2.24.10-20120208_win32.zip"
+  BUNDLE_ZIP="$GTK2_BUNDLE_ZIP"
 fi
 
 # USAGE: fetch_and_unzip URL DEST_PREFIX



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list