28 lines
906 B
PHP
28 lines
906 B
PHP
# SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
|
|
# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
DESCRIPTION = "KScreen library"
|
|
HOMEPAGE = ""
|
|
LICENSE = "LGPL-2.1-or-later | (GPL-2.0-only | GPL-3.0-only | LicenseRef-KDE-Accepted-GPL)"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/GPL-2.0-only.txt;md5=9e2385fe012386d34dcc5c9863070881 \
|
|
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
|
|
file://LICENSES/GPL-3.0-only.txt;md5=49fc03046e56a282c0c743b5d3a55b7c \
|
|
file://LICENSES/LGPL-2.1-or-later.txt;md5=147a320ed8b16b036829a0c71d424153 \
|
|
file://LICENSES/LicenseRef-KDE-Accepted-GPL.txt;md5=b4c280013bbbadfbe92219498dc5228c \
|
|
"
|
|
PR = "r0"
|
|
|
|
DEPENDS = " \
|
|
qtwayland-native \
|
|
kwayland \
|
|
"
|
|
|
|
inherit cmake_plasma
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/zsh/site-functions/_kscreen-doctor \
|
|
"
|