summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-keyboard
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-02-18 22:09:59 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-02-18 22:12:54 +0100
commit1c78a242a6c29cd5a875853a31a6ec317bd6d316 (patch)
tree54b510c744f97488e6d1776ce633fb4b80b33e19 /kde-plasma/plasma-keyboard
parent434fff02dbc6a0471ec706c549637c5a8820d67d (diff)
downloadkde-1c78a242a6c29cd5a875853a31a6ec317bd6d316.tar.gz
kde-1c78a242a6c29cd5a875853a31a6ec317bd6d316.tar.bz2
kde-1c78a242a6c29cd5a875853a31a6ec317bd6d316.zip
kde-plasma/qvk: pkgmove to kde-plasma/plasma-keyboard
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-keyboard')
-rw-r--r--kde-plasma/plasma-keyboard/metadata.xml12
-rw-r--r--kde-plasma/plasma-keyboard/plasma-keyboard-9999.ebuild33
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-plasma/plasma-keyboard/metadata.xml b/kde-plasma/plasma-keyboard/metadata.xml
new file mode 100644
index 00000000000..8a509bfe1e1
--- /dev/null
+++ b/kde-plasma/plasma-keyboard/metadata.xml
@@ -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>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://bugs.kde.org</bugs-to>
+ <remote-id type="kde-invent">plasma/plasma-keyboard</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/kde-plasma/plasma-keyboard/plasma-keyboard-9999.ebuild b/kde-plasma/plasma-keyboard/plasma-keyboard-9999.ebuild
new file mode 100644
index 00000000000..54dabe793a2
--- /dev/null
+++ b/kde-plasma/plasma-keyboard/plasma-keyboard-9999.ebuild
@@ -0,0 +1,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
+"