diff options
author | raveit65 <[email protected]> | 2020-04-06 14:56:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-06 17:23:17 +0200 |
commit | f2f70dee31869a483d9652cb3718b79fb9f9f1a0 (patch) | |
tree | 6b96679878f6ad24e16fe340bcfa16dd8e2d78b4 | |
parent | 38f5e36bdd58afaba6a07ad8f0b33dad67571b3e (diff) | |
download | mate-settings-daemon-f2f70dee31869a483d9652cb3718b79fb9f9f1a0.tar.bz2 mate-settings-daemon-f2f70dee31869a483d9652cb3718b79fb9f9f1a0.tar.xz |
ci: build with mate-common-1.24.1 tarball
-rw-r--r-- | .build.yml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -61,6 +61,7 @@ requires: fedora: # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-settings-daemon.git + - autoconf-archive - clang - clang-analyzer - dbus-glib-devel @@ -150,6 +151,17 @@ before_scripts: - fi - make - make install + - 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 build_scripts: - ./autogen.sh |