24 lines
531 B
PHP
24 lines
531 B
PHP
# SPDX-FileCopyrightText: 2024 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
DESCRIPTION = "Plasma Disks"
|
|
SUMMARY = "Monitors S.M.A.R.T. capable devices for imminent failure."
|
|
HOMEPAGE = "https://invent.kde.org/plasma/plasma-disks"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=93e64b4a83c7e441e48bbdeeea05c977"
|
|
PR = "r0"
|
|
|
|
DEPENDS = " \
|
|
solid \
|
|
kservice \
|
|
kauth \
|
|
"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
smartmontools \
|
|
"
|
|
|
|
inherit cmake_plasma
|
|
inherit mime-xdg
|