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

0001 # SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "Framework for interacting with systemd-journald"
0006 HOMEPAGE = ""
0007 LICENSE = "MIT | LGPL-2.1+"
0008 LIC_FILES_CHKSUM = " \
0009     file://LICENSES/MIT.txt;md5=4dd71a82d66fd9e3ca0cc65b8be370c0 \
0010     file://LICENSES/LGPL-2.1-or-later.txt;md5=147a320ed8b16b036829a0c71d424153 \
0011 "
0012 PR = "r0"
0013 
0014 DEPENDS = " \
0015     qtbase \
0016     qtdeclarative \
0017     systemd \
0018 "
0019 
0020 SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
0021 S = "${WORKDIR}/git"
0022 
0023 inherit cmake_kdeapp
0024 inherit pkgconfig
0025 
0026 PACKAGES += " \
0027     ${PN}-browser \
0028 "
0029 
0030 FILES:${PN} = " \
0031     ${libdir} \
0032 "
0033 
0034 FILES:${PN}-browser = " \
0035     ${bindir}/journald-browser \
0036     ${datadir}/applications \
0037     ${datadir}/metainfo \
0038 "
0039 
0040 RDEPENDS:${PN}-browser += " \
0041     qtdeclarative-qmlplugins \
0042 "