From fc2799136718ac8ecc99a4b6bd984d2a008245aa Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Sun, 11 Aug 2019 21:03:12 +0300 Subject: travis: update mate-desktop and mate-settings-daemon required versions --- .travis.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 27d11114..32de6991 100644 --- a/.travis.yml +++ b/.travis.yml @@ -217,11 +217,11 @@ variables: before_scripts: - cd ${START_DIR} - - if [ ! -f mate-desktop-1.23.1.tar.xz ];then - - curl -Ls -o mate-desktop-1.23.1.tar.xz https://github.com/mate-desktop/mate-desktop/releases/download/v1.23.1/mate-desktop-1.23.1.tar.xz + - if [ ! -f mate-desktop-1.23.2.tar.xz ];then + - curl -Ls -o mate-desktop-1.23.2.tar.xz https://github.com/mate-desktop/mate-desktop/releases/download/v1.23.2/mate-desktop-1.23.2.tar.xz - fi - - tar xf mate-desktop-1.23.1.tar.xz - - cd mate-desktop-1.23.1 + - tar xf mate-desktop-1.23.2.tar.xz + - cd mate-desktop-1.23.2 - 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 @@ -251,11 +251,11 @@ before_scripts: - make install - cd ${START_DIR} - - if [ ! -f mate-settings-daemon-1.23.0.tar.xz ]; then - - curl -Ls -o mate-settings-daemon-1.23.0.tar.xz https://github.com/mate-desktop/mate-settings-daemon/releases/download/v1.23.0/mate-settings-daemon-1.23.0.tar.xz + - if [ ! -f mate-settings-daemon-1.23.1.tar.xz ]; then + - curl -Ls -o mate-settings-daemon-1.23.1.tar.xz https://github.com/mate-desktop/mate-settings-daemon/releases/download/v1.23.1/mate-settings-daemon-1.23.1.tar.xz - fi - - tar xf mate-settings-daemon-1.23.0.tar.xz - - cd mate-settings-daemon-1.23.0 + - tar xf mate-settings-daemon-1.23.1.tar.xz + - cd mate-settings-daemon-1.23.1 - 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 @@ -274,12 +274,12 @@ build_scripts: - scan-build $CHECKERS ./configure - scan-build $CHECKERS --keep-cc -o html-report make -j $(( $CPU_COUNT + 1 )) - if [ ${DISTRO_NAME} == "debian" ];then - - cppcheck --enable=warning,style,performance,portability,information,missingInclude -i'mate-desktop-1.23.1' -i'mate-menus-1.22.0' -i'mate-settings-daemon-1.23.0' . + - cppcheck --enable=warning,style,performance,portability,information,missingInclude -i'mate-desktop-1.23.2' -i'mate-menus-1.22.0' -i'mate-settings-daemon-1.23.1' . - fi after_scripts: - if [ ${DISTRO_NAME} == "fedora" ];then - - cppcheck --xml --output-file=cppcheck.xml --enable=warning,style,performance,portability,information,missingInclude -i'mate-desktop-1.23.1' -i'mate-menus-1.22.0' -i'mate-settings-daemon-1.23.0' . + - cppcheck --xml --output-file=cppcheck.xml --enable=warning,style,performance,portability,information,missingInclude -i'mate-desktop-1.23.2' -i'mate-menus-1.22.0' -i'mate-settings-daemon-1.23.1' . - cppcheck-htmlreport --title=${REPO_NAME} --file=cppcheck.xml --report-dir=cppcheck-htmlreport - ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/mate-icon-theme/raw/master/mate/16x16/categories/preferences-desktop.png - fi -- cgit v1.2.1