gentoo-ebuilds/kde-plasma/plasma-activities-stats/plasma-activities-stats-6.4.3.ebuild
Andreas Sturmlechner ffeacca81e
kde-plasma/plasma-activities-stats: 6.4.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-07-15 17:36:42 +02:00

26 lines
536 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_QTHELP="true"
ECM_TEST="true"
KFMIN=6.14.0
QTMIN=6.8.1
inherit ecm plasma.kde.org
DESCRIPTION="Library for accessing usage data collected by the activities system"
LICENSE="LGPL-2+"
SLOT="6"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
RDEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,sql]
>=kde-frameworks/kconfig-${KFMIN}:6
kde-plasma/plasma-activities:6
"
DEPEND="${RDEPEND}
test? ( dev-libs/boost )
"