summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-08-11 21:03:12 +0300
committerraveit65 <[email protected]>2019-08-12 09:29:21 +0200
commitfc2799136718ac8ecc99a4b6bd984d2a008245aa (patch)
tree07fd6b10ed4f265ddf7096ac6c6ce437c119d926
parentcffe62015c2d4c168f11fb570d2f671ed0a99534 (diff)
downloadmate-control-center-fc2799136718ac8ecc99a4b6bd984d2a008245aa.tar.bz2
mate-control-center-fc2799136718ac8ecc99a4b6bd984d2a008245aa.tar.xz
travis: update mate-desktop and mate-settings-daemon required versions
-rw-r--r--.travis.yml20
1 files changed, 10 insertions, 10 deletions
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