diff options
author | rbuj <[email protected]> | 2019-10-13 21:15:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-14 10:44:17 +0200 |
commit | 64b09837c0e3eea6e4f546fc3d2718e4c52bfdde (patch) | |
tree | ff6827927023a6fc531a2de84869a913b97f3bb7 /.travis.yml | |
parent | 006585712d1316a96c0a1fa034b143dbdbdd5e78 (diff) | |
download | mate-screensaver-64b09837c0e3eea6e4f546fc3d2718e4c52bfdde.tar.bz2 mate-screensaver-64b09837c0e3eea6e4f546fc3d2718e4c52bfdde.tar.xz |
travis: build mate-menus from source is no loger necessary
as of mate-menus 1.21.0
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.travis.yml b/.travis.yml index 4ad1cbe..8f9ccac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,6 @@ requires: - clang - gcc - git - - gobject-introspection # for mate-menus - intltool - libmatekbd - libnotify @@ -90,7 +89,6 @@ requires: - cppcheck - gcc - git - - gobject-introspection - intltool - libdbus-glib-1-dev - libdconf-dev @@ -125,7 +123,6 @@ requires: - desktop-file-utils - gcc - git - - gobject-introspection-devel - gtk3-devel - libX11-devel - libXScrnSaver-devel @@ -152,7 +149,6 @@ requires: - clang - clang-tools - git - - gobject-introspection - intltool - libdbus-glib-1-dev - libdconf-dev @@ -213,22 +209,6 @@ before_scripts: - fi - make - make install - # Install mate-menus from git - - cd ${START_DIR} - - if [ ! -d mate-menus-build ]; then - - git clone --depth 1 https://github.com/mate-desktop/mate-menus.git mate-menus-build - - fi - - cd mate-menus-build - - 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 build_scripts: - ./autogen.sh --enable-compile-warnings=maximum |