kde/plasma-camera: disable x86
Dependency mpg123-libs-1.26.3-r0 is currently broken in Alpine edge for x86. Disable the UI package too, as it depends on plasma-camera. Related: https://gitlab.alpinelinux.org/alpine/aports/-/issues/11807
This commit is contained in:
parent
2919f372ac
commit
5fc66d575a
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ pkgver=1.0_git20200618
|
|||
pkgrel=0
|
||||
_commit="af2638fb6a1a1642a3b9b3320ca0ac352fdc0e78"
|
||||
pkgdesc="Camera application for Plasma Mobile"
|
||||
arch="all !armhf" # armhf blocked by qt5-qtdeclarative
|
||||
arch="all !armhf !x86" # armhf: qt5-qtdeclarative, x86: aports#11807
|
||||
url="https://invent.kde.org/plasma-mobile/plasma-camera"
|
||||
license="GPL-3.0-or-later AND BSD-3-Clause"
|
||||
depends="kirigami2 qt5-qtmultimedia gst-plugins-bad gst-plugins-good"
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgver=3
|
|||
pkgrel=1
|
||||
pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration, allows only numeric passwords!)"
|
||||
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
||||
arch="noarch !armhf" # Crashes on armhf due to https://gitlab.com/postmarketOS/pmaports/issues/75
|
||||
arch="noarch !armhf !x86" # armhf: #75, x86: aports#11807
|
||||
license="GPL-3.0-or-later"
|
||||
depends="bluedevil
|
||||
breeze
|
||||
|
|
Loading…
Reference in a new issue