From 2a0d33e5b320b73421a5e0b890e0e209f2c88ef8 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 11 Aug 2019 18:34:13 +0200 Subject: travis: update mate-desktop required version --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad03a2c..6c7d238 100644 --- a/.travis.yml +++ b/.travis.yml @@ -196,9 +196,9 @@ before_scripts: - fi - cd ${START_DIR} - - '[ -f mate-desktop-1.21.2.tar.xz ] || 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' - - tar xf mate-desktop-1.21.2.tar.xz - - cd mate-desktop-1.21.2 + - '[ -f mate-desktop-1.23.2.tar.xz ] || curl -Ls -o mate-desktop-1.23.2.tar.xz http://pub.mate-desktop.org/releases/1.23/mate-desktop-1.23.2.tar.xz' + - tar xf mate-desktop-1.23.2.tar.xz + - cd mate-desktop-1.23.2 - 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 -- cgit v1.2.1