ERROR: kclock-25.08.0-r0 do_package: QA Issue: kclock: Files/directories were installed but not shipped in any package: /usr/share/krunner /usr/share/krunner/dbusplugins /usr/share/krunner/dbusplugins/kclock-runner.desktop Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. kclock: 3 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
39 lines
771 B
PHP
39 lines
771 B
PHP
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
DESCRIPTION = "Clock app for Plasma Mobile"
|
|
HOMEPAGE = ""
|
|
LICENSE = "GPL-2.0-only | GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-or-later.txt;md5=4cc91856b08b094b4f406a29dc61db21"
|
|
PR = "r0"
|
|
|
|
DEPENDS = " \
|
|
qtbase \
|
|
qtdeclarative \
|
|
qtmultimedia \
|
|
kdeclarative \
|
|
libplasma \
|
|
kiconthemes \
|
|
ki18n \
|
|
kirigami \
|
|
kirigami-addons \
|
|
knotifications \
|
|
kstatusnotifieritem \
|
|
"
|
|
|
|
inherit cmake_kdeapp
|
|
inherit kf6-kconfig
|
|
inherit kf6-kcoreaddons
|
|
inherit kf6-kauth
|
|
inherit mime-xdg
|
|
|
|
RDEPENDS:${PN} += " \
|
|
qtdeclarative-qmlplugins \
|
|
"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/plasma/plasmoids/ \
|
|
${datadir}/krunner/ \
|
|
"
|