27 lines
576 B
PHP
27 lines
576 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 \
|
|
"
|
|
|
|
inherit cmake_kdeapp
|
|
inherit pkgconfig
|
|
|
|
|
|
RDEPENDS:${PN} += " \
|
|
qtdeclarative-qmlplugins \
|
|
"
|