summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kcompletion/Manifest1
-rw-r--r--kde-frameworks/kcompletion/kcompletion-6.19.0.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
new file mode 100644
index 00000000000..a161a21c6ae
--- /dev/null
+++ b/kde-frameworks/kcompletion/Manifest
@@ -0,0 +1 @@
+DIST kcompletion-6.19.0.tar.xz 2300756 BLAKE2B 0a70eaf7a9e32af442fe90d780315241d1bdcc642fada63d5cf0aa6b671b2a246aa970443aa762d6cd1786860fd56792880ce5cf525f7e048aca990f0d69a83c SHA512 c2a11f265381c7268336b7a8a8c0d0039ce3e0e24549f635f6bb2d361f3e81cfb928eceda2dfd3b02d6e7a9f8a98e7d8cc3629911efce421e2158f90289d0121
diff --git a/kde-frameworks/kcompletion/kcompletion-6.19.0.ebuild b/kde-frameworks/kcompletion/kcompletion-6.19.0.ebuild
new file mode 100644
index 00000000000..cd82502660c
--- /dev/null
+++ b/kde-frameworks/kcompletion/kcompletion-6.19.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+QTMIN=6.7.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for common completion tasks such as filename or URL completion"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ =kde-frameworks/kcodecs-${KDE_CATV}*:6
+ =kde-frameworks/kconfig-${KDE_CATV}*:6
+ =kde-frameworks/kcoreaddons-${KDE_CATV}*:6
+ =kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
+"
+RDEPEND="${DEPEND}"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"