summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-keyboard
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /kde-plasma/plasma-keyboard
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
Diffstat (limited to 'kde-plasma/plasma-keyboard')
-rw-r--r--kde-plasma/plasma-keyboard/Manifest2
-rw-r--r--kde-plasma/plasma-keyboard/metadata.xml12
-rw-r--r--kde-plasma/plasma-keyboard/plasma-keyboard-6.6.4.ebuild40
-rw-r--r--kde-plasma/plasma-keyboard/plasma-keyboard-6.6.5.ebuild40
4 files changed, 94 insertions, 0 deletions
diff --git a/kde-plasma/plasma-keyboard/Manifest b/kde-plasma/plasma-keyboard/Manifest
new file mode 100644
index 000000000000..dc84645ec010
--- /dev/null
+++ b/kde-plasma/plasma-keyboard/Manifest
@@ -0,0 +1,2 @@
+DIST plasma-keyboard-6.6.4.tar.xz 90352 BLAKE2B 5c54c564039c63332c9c09c357838f8c4896a99b7807a1611466803ac8f0bc3d7b12199f502dda83b6887fc3cb103e3c526f7829e63fab71e2b897eb75928559 SHA512 e1ecfd0aef97794be46238fde95e4698ef2f21dfd7eedea140f24e01f96bb8f3a77ce12f3aa63d2b0c5976f43bce41d0d91d7669e0bc64e167f0f46a551d1e38
+DIST plasma-keyboard-6.6.5.tar.xz 91416 BLAKE2B d7b48847986915b3f6bed5bcce0933cf82552d72fcf6ee58d989f0b0a1db4f70aafec6b05f5485732a835cb37aba9b7e4416e9ec1693ffdd36dd09df887350f3 SHA512 5f7d88426e327bb59ab51a8b85f62e96ac1fa1d0e472814c343c63664bf0c87946f4d4d67eb82f8e1e542ae20b2bf5348a71d9c5a8afcfd6536fc6f916a67d49
diff --git a/kde-plasma/plasma-keyboard/metadata.xml b/kde-plasma/plasma-keyboard/metadata.xml
new file mode 100644
index 000000000000..d1d840150130
--- /dev/null
+++ b/kde-plasma/plasma-keyboard/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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>
+ </upstream>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/kde-plasma/plasma-keyboard/plasma-keyboard-6.6.4.ebuild b/kde-plasma/plasma-keyboard/plasma-keyboard-6.6.4.ebuild
new file mode 100644
index 000000000000..d8a3ee8568ce
--- /dev/null
+++ b/kde-plasma/plasma-keyboard/plasma-keyboard-6.6.4.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 arm64 ~ppc64 ~riscv ~x86"
+
+# 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
+"
diff --git a/kde-plasma/plasma-keyboard/plasma-keyboard-6.6.5.ebuild b/kde-plasma/plasma-keyboard/plasma-keyboard-6.6.5.ebuild
new file mode 100644
index 000000000000..d8a3ee8568ce
--- /dev/null
+++ b/kde-plasma/plasma-keyboard/plasma-keyboard-6.6.5.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 arm64 ~ppc64 ~riscv ~x86"
+
+# 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
+"