Warning, /packaging/yocto-meta-kf5/recipes-kf5/tier3/purpose.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
0002 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0003 #
0004 # SPDX-License-Identifier: MIT
0005 
0006 LICENSE = "LGPL-2.1-only"
0007 PR = "r0"
0008 
0009 DEPENDS = " \
0010     qtbase \
0011     qtdeclarative \
0012     kcoreaddons \
0013     kcoreaddons-native \
0014     ki18n \
0015     kconfig \
0016     kconfig-native \
0017     kio \
0018     kauth-native \
0019     kirigami \
0020     knotifications \
0021 "
0022 
0023 require purpose_metainfo.inc
0024 inherit cmake_kf5
0025 inherit gettext
0026 inherit python3native
0027 inherit kdoctools
0028 inherit reuse_license_checksums
0029 
0030 FILES:${PN} += " \
0031     ${libdir}/plugins/kf5/kfileitemaction \
0032     ${libdir}/plugins/kf5/purpose \
0033     ${libdir}/qml/org/kde/purpose \
0034     ${datadir}/icons/hicolor \
0035 "