From 0a4e2ee68299b15e43651e265ead1cf6d1d5e419 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 23 Feb 2022 02:33:38 +0100 Subject: .build.yml: Add lomiri-sounds dependency and pull it from git fixes https://github.com/AyatanaIndicators/ayatana-indicator-power/issues/58 --- .build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 1add2ae..4284dc4 100644 --- a/.build.yml +++ b/.build.yml @@ -34,6 +34,7 @@ requires: - intltool # - libayatana-common-dev # - lomiri-schemas +# - lomiri-sounds - liblomiri-url-dispatcher-dev - gobject-introspection - libgirepository1.0-dev @@ -135,6 +136,17 @@ before_scripts: - make install - cd - - rm -Rf lomiri-schemas-build/ + - + - cd ${START_DIR} + - if [ ! -d lomiri-sounds-build ]; then + - git clone --depth 1 https://gitlab.com/ubports/core/lomiri-sounds.git lomiri-sounds-build + - fi + - cd lomiri-sounds-build + - cmake . -DCMAKE_INSTALL_PREFIX=/usr + - make + - make install + - cd - + - rm -Rf lomiri-sounds-build/ build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then -- cgit v1.2.3