mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 23:19:14 +02:00
26 lines
534 B
Bash
26 lines
534 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.10.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 )
|
|
"
|