23 lines
757 B
PHP
23 lines
757 B
PHP
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
|
|
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
SUMMARY = "A library for accessing the usage data collected by the activities system"
|
|
HOMEPAGE = "https://invent.kde.org/plasma/plasma-activities-stats"
|
|
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)"
|
|
LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-only.txt;md5=fabba2a3bfeb22a6483d44e9ae824d3f"
|
|
PR = "r0"
|
|
|
|
DEPENDS = " \
|
|
qtbase \
|
|
kconfig \
|
|
plasma-activities \
|
|
kcoreaddons-native \
|
|
kconfig-native \
|
|
kauth-native \
|
|
boost \
|
|
"
|
|
|
|
inherit cmake_plasma
|