mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-06 13:15:19 +02:00
33 lines
914 B
Bash
33 lines
914 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
KFMIN=6.10.0
|
|
QTMIN=6.8.1
|
|
inherit ecm plasma.kde.org xdg
|
|
|
|
DESCRIPTION="System service to manage user's activities, track the usage patterns etc."
|
|
|
|
LICENSE="|| ( GPL-2 GPL-3 )"
|
|
SLOT="6"
|
|
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
|
|
IUSE=""
|
|
|
|
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
|
|
RDEPEND="
|
|
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,sqlite,widgets]
|
|
>=kde-frameworks/kconfig-${KFMIN}:6
|
|
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
|
>=kde-frameworks/kcrash-${KFMIN}:6
|
|
>=kde-frameworks/kdbusaddons-${KFMIN}:6
|
|
>=kde-frameworks/kglobalaccel-${KFMIN}:6
|
|
>=kde-frameworks/ki18n-${KFMIN}:6
|
|
>=kde-frameworks/kio-${KFMIN}:6
|
|
>=kde-frameworks/kservice-${KFMIN}:6
|
|
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
|
|
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
dev-libs/boost
|
|
"
|