From d4e021b279405fe7a2cc13b13af6aa3e2ed54ea7 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Mon, 14 Oct 2019 09:45:41 +0200 Subject: Travis CI: don't build from tarballs: mate-desktop, mate-menus and mate-settings-daemon --- .travis.yml | 58 ++-------------------------------------------------------- 1 file changed, 2 insertions(+), 56 deletions(-) diff --git a/.travis.yml b/.travis.yml index 19919ad2..c61c81df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,6 @@ requires: # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-control-center - gcc - git - - gobject-introspection - intltool - itstool - libxss @@ -58,7 +57,6 @@ requires: - curl - desktop-file-utils - git - - gobject-introspection - intltool - libcanberra-gtk3-dev - libdbus-1-dev @@ -96,7 +94,6 @@ requires: - desktop-file-utils - gcc - git - - gobject-introspection-devel - gtk3-devel - iso-codes-devel - itstool @@ -109,6 +106,8 @@ requires: - make - marco-devel - mate-common + - mate-desktop-devel + - mate-menus-devel - mate-settings-daemon-devel - redhat-rpm-config - startup-notification-devel @@ -118,7 +117,6 @@ requires: - curl - desktop-file-utils - git - - gobject-introspection - intltool - libcanberra-gtk3-dev - libdbus-1-dev @@ -152,58 +150,6 @@ requires: variables: - CFLAGS="-Wall -Werror=format-security" -before_scripts: - - cd ${START_DIR} - - if [ ! -f mate-desktop-1.22.0.tar.xz ];then - - curl -Ls -o mate-desktop-1.22.0.tar.xz https://github.com/mate-desktop/mate-desktop/releases/download/v1.22.0/mate-desktop-1.22.0.tar.xz - - fi - - tar xf mate-desktop-1.22.0.tar.xz - - cd mate-desktop-1.22.0 - - 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 - - - cd ${START_DIR} - - if [ ! -f mate-menus-1.22.0.tar.xz ];then - - curl -Ls -o mate-menus-1.22.0.tar.xz https://github.com/mate-desktop/mate-menus/releases/download/v1.22.0/mate-menus-1.22.0.tar.xz - - fi - - tar xf mate-menus-1.22.0.tar.xz - - cd mate-menus-1.22.0 - - 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.22.0.tar.xz ]; then - - curl -Ls -o mate-settings-daemon-1.22.0.tar.xz https://github.com/mate-desktop/mate-settings-daemon/releases/download/v1.22.0/mate-settings-daemon-1.22.0.tar.xz - - fi - - tar xf mate-settings-daemon-1.22.0.tar.xz - - cd mate-settings-daemon-1.22.0 - - 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 - after_scripts: - make distcheck -- cgit v1.2.1