From ace8185f93ee9f160d2509a71b5b852646ad741e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 8 Nov 2021 17:22:17 +0100 Subject: .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). --- .build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index d08797a..69181d5 100644 --- a/.build.yml +++ b/.build.yml @@ -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 -- cgit v1.2.3