Files
meta-kde/recipes-application/system/kjournald.inc
2025-04-28 20:18:00 +02:00

28 lines
589 B
PHP

# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Framework for interacting with systemd-journald"
HOMEPAGE = ""
LICENSE = "MIT | LGPL-2.1-or-later"
LIC_FILES_CHKSUM = " \
file://LICENSES/MIT.txt;md5=4dd71a82d66fd9e3ca0cc65b8be370c0 \
file://LICENSES/LGPL-2.1-or-later.txt;md5=147a320ed8b16b036829a0c71d424153 \
"
DEPENDS = " \
kcoreaddons \
qtbase \
qtdeclarative \
systemd \
kcrash \
"
inherit cmake_kdeapp
inherit pkgconfig
RDEPENDS:${PN} += " \
qtdeclarative-qmlplugins \
"