diff options
author | raveit65 <[email protected]> | 2019-03-13 11:54:51 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-13 11:54:51 +0100 |
commit | f0ec6cb1538003459d3c252df9a5401bbcb7d783 (patch) | |
tree | cd6304a98914c50d4ff05c0238e54c6e1921bea2 | |
parent | e04f93b7d2bc6400c98d0d8b286ea782eea7594c (diff) | |
download | mate-control-center-f0ec6cb1538003459d3c252df9a5401bbcb7d783.tar.bz2 mate-control-center-f0ec6cb1538003459d3c252df9a5401bbcb7d783.tar.xz |
Travis: use github links for downloading tarballs
-rw-r--r-- | .travis.yml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml index 6b76ed0a..bd5cd888 100644 --- a/.travis.yml +++ b/.travis.yml @@ -146,11 +146,11 @@ variables: before_scripts: - cd ${START_DIR} - - if [ ! -f mate-desktop-1.21.2.tar.xz ];then - - curl -Ls -o mate-desktop-1.21.2.tar.xz http://pub.mate-desktop.org/releases/1.21/mate-desktop-1.21.2.tar.xz + - if [ ! -f mate-desktop-1.22.0.tar.xz ];then + - curl -Ls -o mate-desktop-1.22.0.tar.xz https://github.com/mate-desktop/mate-desktop/releases/download/v1.22.0/mate-desktop-1.22.0.tar.xz - fi - - tar xf mate-desktop-1.21.2.tar.xz - - cd mate-desktop-1.21.2 + - tar xf mate-desktop-1.22.0.tar.xz + - cd mate-desktop-1.22.0 - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then - ./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu - else @@ -163,10 +163,11 @@ before_scripts: - make install - cd ${START_DIR} - - if [ ! -d mate-menus-build ]; then - - git clone --depth 1 https://github.com/mate-desktop/mate-menus.git mate-menus-build + - if [ ! -f mate-menus-1.22.0.tar.xz ];then + - curl -Ls -o mate-menus-1.22.0.tar.xz https://github.com/mate-desktop/mate-menus/releases/download/v1.22.0/mate-menus-1.22.0.tar.xz - fi - - cd mate-menus-build + - tar xf mate-menus-1.22.0.tar.xz + - cd mate-menus-1.22.0 - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then - ./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu - else @@ -179,11 +180,11 @@ before_scripts: - make install - cd ${START_DIR} - - if [ ! -f mate-settings-daemon-1.21.2.tar.xz ]; then - - curl -Ls -o mate-settings-daemon-1.21.2.tar.xz http://pub.mate-desktop.org/releases/1.21/mate-settings-daemon-1.21.2.tar.xz + - if [ ! -f mate-settings-daemon-1.22.0.tar.xz ]; then + - curl -Ls -o mate-settings-daemon-1.22.0.tar.xz https://github.com/mate-desktop/mate-settings-daemon/releases/download/v1.22.0/mate-settings-daemon-1.22.0.tar.xz - fi - - tar xf mate-settings-daemon-1.21.2.tar.xz - - cd mate-settings-daemon-1.21.2 + - tar xf mate-settings-daemon-1.22.0.tar.xz + - cd mate-settings-daemon-1.22.0 - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then - ./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu - else |