diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-08 17:22:17 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-08 17:36:25 +0100 |
commit | ace8185f93ee9f160d2509a71b5b852646ad741e (patch) | |
tree | a3fdbe42c79665b11b98c7c5010ea201048748b1 /.build.yml | |
parent | 984b5d508d491fd96db4c9aa1b109f95ae2c4b14 (diff) | |
download | ayatana-indicator-sound-ace8185f93ee9f160d2509a71b5b852646ad741e.tar.gz ayatana-indicator-sound-ace8185f93ee9f160d2509a71b5b852646ad741e.tar.bz2 ayatana-indicator-sound-ace8185f93ee9f160d2509a71b5b852646ad741e.zip |
.build.yml: Adjust for gmenuharness not yet being in Debian testing.
This commit can simply be reverted once gmenuharness has landed
in Debian testing (bookworm).
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -45,7 +45,7 @@ requires: - valac - libaccountsservice-dev # - libayatana-common-dev - - libgmenuharness-dev +# - libgmenuharness-dev - gobject-introspection - libgirepository1.0-dev - liblomiri-url-dispatcher-dev @@ -230,9 +230,9 @@ before_scripts: - rm -Rf lomiri-api-build/ - fi - - - # Debian bookworm (testing) and Ubuntu jammy have lomiri-api and gmenuharness by default - - # Debian bullseye (stable) has lomiri-api, but needs gmenuharness - - if ([ ${DISTRO_NAME} == "debian" ] && [ ${DISTRO_VERSION} == "stable" ]) || + - # Debian unstable and Ubuntu jammy have lomiri-api and gmenuharness by default + - # Debian bullseye (stable) and bookworm (testing) have lomiri-api, but need gmenuharness + - if ([ ${DISTRO_NAME} == "debian" ]) || - ([ ${DISTRO_NAME} == "ubuntu" ] && [ ${DISTRO_VERSION} == "focal" ]); then - cd ${START_DIR} - if [ ! -d gmenuharness-build ]; then |