Warning, /packaging/yocto-meta-kf5/recipes-kf5/tier3/kactivities-stats.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 REUSE_LICENSECHECK_WHITELIST = "Qt-LGPL-exception-1.1 LicenseRef-Qt-Commercial" 0007 LICENSE = "LGPL-2.0-or-later & (LGPL-2.1-only | LGPL-3.0-only | LicenseRef-KDE-Accepted-LGPL) & (GPL-2.0-only | GPL-3.0-only | LicenseRef-KDE-Accepted-GPL)" 0008 PR = "r0" 0009 0010 PROVIDES += "kactivitiesstats" 0011 0012 DEPENDS = " \ 0013 qtbase \ 0014 kconfig \ 0015 kactivities \ 0016 kcoreaddons-native \ 0017 kconfig-native \ 0018 kauth-native \ 0019 boost \ 0020 " 0021 0022 require kactivities-stats_metainfo.inc 0023 inherit cmake_kf5 0024 inherit reuse_license_checksums