Files
meta-kde/recipes-plasma/plasma-systemmonitor.inc
Andreas Cord-Landwehr b721bf907b Update Plasma to 5.24.2
2022-04-15 12:03:58 +02:00

36 lines
900 B
PHP

# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
SUMMARY = "Plasma System Monitor"
DESCRIPTION = "An interface for monitoring system sensors, process information and other system resources"
HOMEPAGE = "https://invent.kde.org/plasma/plasma-systemmonitor"
LICENSE = "GPL-2.0 | GPL-3.0"
LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=93e64b4a83c7e441e48bbdeeea05c977"
PR = "r0"
DEPENDS = " \
qtbase \
qtdeclarative \
ki18n \
kitemmodels \
kconfig \
kdeclarative \
kservice \
kglobalaccel \
kio \
kdbusaddons \
knewstuff \
libksysguard \
"
inherit cmake_plasma
inherit kdoctools
FILES:${PN} += " \
${datadir}/ksysguard/sensorfaces/ \
${datadir}/plasma/kinfocenter/externalmodules/ \
${libdir}/qml/org/kde/ksysguard/table/ \
${libdir}/qml/org/kde/ksysguard/page/ \
"