summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-keyboard/plasma-keyboard-9999.ebuild
blob: 54dabe793a22f18cc5bc2205f43d70fb14d84d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

KFMIN=6.9.0
QTMIN=6.8.1
inherit ecm plasma.kde.org xdg

DESCRIPTION="Virtual keyboard based on Qt Virtual Keyboard"
HOMEPAGE="https://invent.kde.org/plasma/plasma-keyboard"

LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1 LGPL-3"
SLOT="6"
KEYWORDS=""

# slot op: Uses Qt6::GuiPrivate for qxkbcommon_p.h
RDEPEND="
	dev-libs/wayland
	>=dev-qt/qtbase-${QTMIN}:6=[gui,X]
	>=dev-qt/qtdeclarative-${QTMIN}:6
	>=dev-qt/qtvirtualkeyboard-${QTMIN}:6
	>=dev-qt/qtwayland-${QTMIN}:6
	>=kde-frameworks/kcoreaddons-${KFMIN}:6
	>=kde-frameworks/ki18n-${KFMIN}:6
"
DEPEND="${RDEPEND}
	>=dev-libs/wayland-protocols-1.19
"
BDEPEND="
	>=dev-qt/qtwayland-${QTMIN}:6
	dev-util/wayland-scanner
"