-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-plasma/qvk: new package, add 9999
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo KDE Project</name> | ||
</maintainer> | ||
<upstream> | ||
<bugs-to>https://bugs.kde.org</bugs-to> | ||
<remote-id type="kde-invent">plasma/qvk</remote-id> | ||
</upstream> | ||
</pkgmetadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Copyright 2025 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
KFMIN=6.5.0 | ||
QTMIN=6.7.2 | ||
inherit ecm plasma.kde.org | ||
|
||
DESCRIPTION="Virtual keyboard based on Qt Virtual Keyboard." | ||
HOMEPAGE="https://invent.kde.org/plasma/qvk" | ||
|
||
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 | ||
" |