commit:     a4c8779330a6b18cd1e7b2c0c2fc65687146a5f9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 27 21:57:02 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 27 22:00:01 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c87793

kde-plasma/plasma-keyboard: new package, import from kde overlay, add 6.5.91

Bug: https://bugs.gentoo.org/968407
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-keyboard/Manifest                |  1 +
 kde-plasma/plasma-keyboard/metadata.xml            | 12 +++++++
 .../plasma-keyboard/plasma-keyboard-6.5.91.ebuild  | 40 ++++++++++++++++++++++
 3 files changed, 53 insertions(+)

diff --git a/kde-plasma/plasma-keyboard/Manifest 
b/kde-plasma/plasma-keyboard/Manifest
new file mode 100644
index 000000000000..e40e734c1066
--- /dev/null
+++ b/kde-plasma/plasma-keyboard/Manifest
@@ -0,0 +1 @@
+DIST plasma-keyboard-6.5.91.tar.xz 87168 BLAKE2B 
00d6f04faed878d4a4fdfe95820f763501771bd5aeff55564660b4c3f65e1631c7ad9ccfa66d2d5ec832c0a6a9c9fe99c84fa817ba88ad009e7d192cde1b5153
 SHA512 
1f66ea350b5521fd82917779bea202f93fe2517f91f8adc3999c2a7dfa6596630b50d85f73015f60e8c27dcd6f8a8c03ae07dd0e13e25ab3f46ed2f35a824115

diff --git a/kde-plasma/plasma-keyboard/metadata.xml 
b/kde-plasma/plasma-keyboard/metadata.xml
new file mode 100644
index 000000000000..8a509bfe1e12
--- /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>[email protected]</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-6.5.91.ebuild 
b/kde-plasma/plasma-keyboard/plasma-keyboard-6.5.91.ebuild
new file mode 100644
index 000000000000..7bd892cd4116
--- /dev/null
+++ b/kde-plasma/plasma-keyboard/plasma-keyboard-6.5.91.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2025-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.22.0
+QTMIN=6.10.1
+inherit ecm plasma.kde.org xdg
+
+DESCRIPTION="Virtual keyboard based on Qt Virtual Keyboard"
+
+LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1 LGPL-3"
+SLOT="6"
+KEYWORDS="~amd64"
+
+# slot op: Uses Qt6::GuiPrivate for qxkbcommon_p.h
+COMMON_DEPEND="
+       dev-libs/wayland
+       >=dev-qt/qtbase-${QTMIN}:6=[gui,wayland,X]
+       >=dev-qt/qtdeclarative-${QTMIN}:6
+       >=dev-qt/qtvirtualkeyboard-${QTMIN}:6
+       >=kde-frameworks/kcmutils-${KFMIN}:6
+       >=kde-frameworks/kconfig-${KFMIN}:6
+       >=kde-frameworks/kcoreaddons-${KFMIN}:6
+       >=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${COMMON_DEPEND}
+       dev-libs/kirigami-addons
+       >=kde-frameworks/kconfig-${KFMIN}:6[qml]
+       >=kde-frameworks/kirigami-${KFMIN}:6
+       >=kde-frameworks/kitemmodels-${KFMIN}:6
+"
+DEPEND="${COMMON_DEPEND}
+       >=dev-libs/wayland-protocols-1.19
+"
+BDEPEND="
+       >=dev-qt/qtbase-${QTMIN}:6[wayland]
+       dev-util/wayland-scanner
+       >=kde-frameworks/kcmutils-${KFMIN}:6
+"

Reply via email to