28 lines
559 B
PHP
28 lines
559 B
PHP
# SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
DESCRIPTION = "Plasma Mobile Settings"
|
|
HOMEPAGE = ""
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
PR = "r0"
|
|
|
|
DEPENDS = " \
|
|
plasma-framework \
|
|
kitemmodels \
|
|
kdelibs4support \
|
|
kinit \
|
|
"
|
|
|
|
SRC_URI = "git://invent.kde.org/plasma-mobile/${BPN};nobranch=1;protocol=https"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake_plasma
|
|
inherit kdoctools
|
|
|
|
FILES_${PN} += " \
|
|
${libdir}/qml \
|
|
${datadir}/kpackage \
|
|
"
|