From e567f91980844d81a527df0c61134993ff26b84c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 8 Mar 2021 17:47:33 +0100 Subject: travis: build with mate-common, matedesktop, mate-settings-daemon from repos --- .build.yml | 45 --------------------------------------------- 1 file changed, 45 deletions(-) diff --git a/.build.yml b/.build.yml index 18c7222d..202f152e 100644 --- a/.build.yml +++ b/.build.yml @@ -157,51 +157,6 @@ variables: -enable-checker security.insecureAPI.strcpy"' before_scripts: - - cd ${START_DIR} - - '[ -f mate-common-1.24.1.tar.xz ] || curl -Ls -o mate-common-1.24.1.tar.xz https://github.com/mate-desktop/mate-common/releases/download/v1.24.1/mate-common-1.24.1.tar.xz' - - tar xf mate-common-1.24.1.tar.xz - - cd mate-common-1.24.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 - - ./configure --prefix=/usr - - fi - - make - - make install - - - cd ${START_DIR} - - 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.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 - - ./autogen.sh --prefix=/usr - - fi - - if [ ${TRAVIS} == "false" ]; then - - make clean - - fi - - make - - make install - - - cd ${START_DIR} - - 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.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 - - ./configure --prefix=/usr - - fi - - if [ ${TRAVIS} == "false" ]; then - - make clean - - fi - - make - - make install - curl -Ls -o /usr/bin/gla11y https://github.com/hypra/gla11y/raw/v0.3/gla11y - chmod +x /usr/bin/gla11y -- cgit v1.2.1