kactivity-stats: import recipes from meta-kf6

This commit is contained in:
Andreas Cord-Landwehr
2023-11-15 18:16:17 +01:00
parent 93d909d2a9
commit 28c45740ec
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
REUSE_LICENSECHECK_WHITELIST = "Qt-LGPL-exception-1.1 LicenseRef-Qt-Commercial"
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)"
PR = "r0"
PROVIDES += "kactivitiesstats"
DEPENDS = " \
qtbase \
kconfig \
kactivities \
kcoreaddons-native \
kconfig-native \
kauth-native \
boost \
"
require kactivities-stats_metainfo.inc
inherit kf6-cmake
inherit reuse_license_checksums

View File

@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
SUMMARY = "A library for accessing the usage data collected by the activities system."
HOMEPAGE = "https://api.kde.org/frameworks/kactivities-stats/html/index.html"