aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-21 21:18:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-22 10:45:24 +0100
commita9dfeb175180bbf1a3db7e79f307e05ccb88561d (patch)
tree097d8ef124cdd8b0c52e3069e443f306ba572fdd
parentkde-frameworks/kcolorscheme: 6.0.0 version bump (diff)
downloadkde-a9dfeb175180bbf1a3db7e79f307e05ccb88561d.tar.gz
kde-a9dfeb175180bbf1a3db7e79f307e05ccb88561d.tar.bz2
kde-a9dfeb175180bbf1a3db7e79f307e05ccb88561d.zip
kde-frameworks/kcompletion: 6.0.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kcompletion/Manifest1
-rw-r--r--kde-frameworks/kcompletion/kcompletion-6.0.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
new file mode 100644
index 0000000000..5e18823a80
--- /dev/null
+++ b/kde-frameworks/kcompletion/Manifest
@@ -0,0 +1 @@
+DIST kcompletion-6.0.0.tar.xz 2332044 BLAKE2B 7656ff39acb8d28a737f44fa2b4cf6ac65c948014c9c74d5439fe2bc143d4aaf14af543539036e31bac80b7d8d2daca863f83eb6a7de44b4113597f57f425978 SHA512 838aa517a17b5f9bc104d09cf21dacc21d9bb22ab2133c94e4880320cec7365f46133e598a6902ab78e79431b73350a1bbc2178abe211396711f87db6340b502
diff --git a/kde-frameworks/kcompletion/kcompletion-6.0.0.ebuild b/kde-frameworks/kcompletion/kcompletion-6.0.0.ebuild
new file mode 100644
index 0000000000..540f12bb31
--- /dev/null
+++ b/kde-frameworks/kcompletion/kcompletion-6.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for common completion tasks such as filename or URL completion"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ =kde-frameworks/kcodecs-${PVCUT}*:6
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ =kde-frameworks/kcoreaddons-${PVCUT}*:6
+ =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
+"
+RDEPEND="${DEPEND}"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"