Files
guru/kde-misc/kara/kara-1.0.0-r1.ebuild
Nicolas PARLANT 30a235021a kde-misc/kara: set KFMIN and QTMIN to force QT6
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
2026-05-19 08:05:11 +02:00

37 lines
823 B
Bash

# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# minimum taken from CMakeLists.txt
QTMIN=6.4.0
KFMIN=6.0.0
inherit ecm
DESCRIPTION="Desktop switching utility"
HOMEPAGE="https://github.com/dhruv8sh/kara"
SRC_URI="https://github.com/dhruv8sh/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-qt/qtbase:6[dbus,widgets]
dev-qt/qtdeclarative:6
kde-frameworks/ki18n:6
kde-frameworks/kservice:6
kde-frameworks/kwindowsystem:6
kde-plasma/libplasma:6
kde-plasma/plasma-activities:6
kde-plasma/plasma-workspace:6
kde-plasma/kwin:6
"
RDEPEND="${DEPEND}
kde-frameworks/kcmutils:6
kde-frameworks/kconfig:6[qml]
kde-frameworks/kdeclarative:6
kde-frameworks/kirigami:6
kde-plasma/plasma5support:6
"