17 lines
454 B
PHP
17 lines
454 B
PHP
# SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
|
|
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
DESCRIPTION = "Plugin based library to create window decorations"
|
|
HOMEPAGE = ""
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-only.txt;md5=fabba2a3bfeb22a6483d44e9ae824d3f"
|
|
PR = "r0"
|
|
|
|
inherit cmake_plasma
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/locale \
|
|
"
|