main/postmarketos-ui-plasma-desktop: disable on x86
We pre-install Firefox but that isn't available anymore on x86 since 67ceb722092486a00de16b6ae72933e179f07fc9 in aports. Since _pmb_recommends doesn't support things like 'case "$CARCH" in', there is no way to conditonally disable Firefox on the architecture so we have to disable the entire UI for it for now. [ci:skip-vercheck] Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8080>
This commit is contained in:
parent
ce5a8307a3
commit
1cf837e15b
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ pkgrel=6
|
|||
pkgdesc="(Wayland) KDE Desktop Environment (works well with tablets)"
|
||||
url="https://www.kde.org"
|
||||
# armhf and riscv64 blocked by plasma
|
||||
arch="noarch !armhf !riscv64"
|
||||
# x86 blocked by firefox
|
||||
arch="noarch !armhf !riscv64 !x86"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="
|
||||
plasma
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue