aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2022-02-23 02:33:38 +0100
committerRobert Tari <robert@tari.in>2022-02-23 02:57:57 +0100
commit0a4e2ee68299b15e43651e265ead1cf6d1d5e419 (patch)
treef4c4cf040c253270d76bbc6991df5b24d40abf6a /.build.yml
parentcbf17a524ad51bef7fb034ca929f6f0da3fdb611 (diff)
downloadayatana-indicator-power-0a4e2ee68299b15e43651e265ead1cf6d1d5e419.tar.gz
ayatana-indicator-power-0a4e2ee68299b15e43651e265ead1cf6d1d5e419.tar.bz2
ayatana-indicator-power-0a4e2ee68299b15e43651e265ead1cf6d1d5e419.zip
.build.yml: Add lomiri-sounds dependency and pull it from git
fixes https://github.com/AyatanaIndicators/ayatana-indicator-power/issues/58
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml12
1 files changed, 12 insertions, 0 deletions
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