diff options
author | raveit65 <[email protected]> | 2019-08-11 18:34:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-08-11 19:35:04 +0200 |
commit | 2a0d33e5b320b73421a5e0b890e0e209f2c88ef8 (patch) | |
tree | 4abfe6b305e4c6a29dea7e85cd8529bb1bb42560 | |
parent | 3ae00d585463830e5563aad21359e2dac23a4579 (diff) | |
download | mate-settings-daemon-2a0d33e5b320b73421a5e0b890e0e209f2c88ef8.tar.bz2 mate-settings-daemon-2a0d33e5b320b73421a5e0b890e0e209f2c88ef8.tar.xz |
travis: update mate-desktop required version
-rw-r--r-- | .travis.yml | 6 |
1 files 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 |