From 02ec93b799a274b29e0495004a795765a0462173 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Mon, 28 Oct 2019 17:37:55 +0800 Subject: travis: add autopoint --- .travis.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1b79df8..cd4d648 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,6 @@ requires: - clang - gcc - git - - intltool - libcanberra - libmatemixer - make @@ -81,12 +80,12 @@ requires: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/mate-media - autoconf-archive + - autopoint - clang - clang-tools - cppcheck - gcc - git - - intltool - libcanberra-gtk3-dev - libglib2.0-dev - libgtk-3-dev @@ -118,10 +117,10 @@ requires: ubuntu: - autoconf-archive + - autopoint - clang - clang-tools - git - - intltool - libcanberra-gtk3-dev - libglib2.0-dev - libgtk-3-dev @@ -163,11 +162,11 @@ build_scripts: - fi before_scripts: - # Debian - patch intltool-update - - if [ ${DISTRO_NAME} == "debian" ];then - - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - - bash ./debian.sh - - fi + ## Debian - patch intltool-update + #- if [ ${DISTRO_NAME} == "debian" ];then + #- curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh + #- bash ./debian.sh + #- fi # Install mate-common fron tarball - cd ${START_DIR} - '[ -f mate-common-1.23.3.tar.xz ] || curl -Ls -o mate-common-1.23.3.tar.xz http://pub.mate-desktop.org/releases/1.23/mate-common-1.23.3.tar.xz' -- cgit v1.2.1