27 lines
904 B
PHP
27 lines
904 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+ | (GPL-2.0 | GPL-3.0 | 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 = " \
|
|
qtx11extras \
|
|
kwayland \
|
|
"
|
|
|
|
SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake_plasma
|