Skip to content

Commit

Permalink
kde-plasma/qvk: new package, add 9999
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 29, 2025
1 parent 9d2a12c commit bb1f46c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
12 changes: 12 additions & 0 deletions kde-plasma/qvk/metadata.xml
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>
33 changes: 33 additions & 0 deletions kde-plasma/qvk/qvk-9999.ebuild
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
"

0 comments on commit bb1f46c

Please sign in to comment.