Warning, /packaging/yocto-meta-kde/recipes-plasma/plasma-systemmonitor.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 SUMMARY = "Plasma System Monitor"
0006 DESCRIPTION = "An interface for monitoring system sensors, process information and other system resources"
0007 HOMEPAGE = "https://invent.kde.org/plasma/plasma-systemmonitor"
0008 LICENSE = "GPL-2.0 | GPL-3.0"
0009 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=93e64b4a83c7e441e48bbdeeea05c977"
0010 PR = "r0"
0011 
0012 DEPENDS = " \
0013     qtbase \
0014     qtdeclarative \
0015     ki18n \
0016     kitemmodels \
0017     kconfig \
0018     kdeclarative \
0019     kservice \
0020     kglobalaccel \
0021     kio \
0022     kdbusaddons \
0023     knewstuff \
0024     libksysguard \
0025 "
0026 
0027 inherit cmake_plasma
0028 inherit kdoctools
0029 
0030 FILES:${PN} += " \
0031     ${datadir}/ksysguard/sensorfaces/ \
0032     ${datadir}/plasma/kinfocenter/externalmodules/ \
0033     ${libdir}/qml/org/kde/ksysguard/table/ \
0034     ${libdir}/qml/org/kde/ksysguard/page/ \
0035 "