temp/plasma-bigscreen: add !spdx to options

LicenseRef licenses are not SPDX compliant, and thus need
to have an exemption added to options.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8695>
This commit is contained in:
Aster Boese 2026-05-31 18:17:57 +02:00 committed by The Friendly Meow (merge) Bot
parent 8b5248a412
commit be198d62dd
No known key found for this signature in database

View file

@ -5,7 +5,7 @@
maintainer="team/kde <bribbers@disroot.org>"
pkgname=plasma-bigscreen
pkgver=6.6.80_git20260404
pkgrel=0
pkgrel=1
_commit="05a9daec3d3da914ba0f12494fa3b096ba3c7308"
pkgdesc="A 10-feet interface made for TVs"
url="https://plasma-bigscreen.org"
@ -55,7 +55,8 @@ esac
_repo_url="https://invent.kde.org/plasma/plasma-bigscreen.git"
source="https://invent.kde.org/plasma/plasma-bigscreen/-/archive/$_commit/plasma-bigscreen-$_commit.tar.gz"
options="!check"
# spdx: LicenseRef licenses are not SPDX compliant
options="!check !spdx"
builddir="$srcdir/plasma-bigscreen-$_commit"
build() {