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:
parent
8b5248a412
commit
be198d62dd
1 changed files with 3 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue