summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-11 14:45:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-11 14:57:21 +0200
commitc0ceb002096ea1ddf778e0d9d211cfde32658594 (patch)
tree1e195a987d5e461d1e10b77a80f741dc7c94c758 /kde-frameworks
parentkde-frameworks/kcolorscheme: 6.7.0 version bump (diff)
downloadgentoo-c0ceb002096ea1ddf778e0d9d211cfde32658594.tar.gz
gentoo-c0ceb002096ea1ddf778e0d9d211cfde32658594.tar.bz2
gentoo-c0ceb002096ea1ddf778e0d9d211cfde32658594.zip
kde-frameworks/kcompletion: 6.7.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kcompletion/Manifest1
-rw-r--r--kde-frameworks/kcompletion/kcompletion-6.7.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
index 14f1f044b5cc..af975c34382c 100644
--- a/kde-frameworks/kcompletion/Manifest
+++ b/kde-frameworks/kcompletion/Manifest
@@ -1,2 +1,3 @@
DIST kcompletion-5.116.0.tar.xz 2337536 BLAKE2B 9ef6fd52f69deffd9fefec25ece2b95269b3f74e055b9fd0ec677376db301d2c0ed3d4a0957b0edd7a90859ada5dd2a70d0d7961519cf94a8336c4378c2db806 SHA512 5a758b3e037f87e3b011232d0462599cfd0241f2345312a4ffb82e940aad5da023c07be68401febd556e33c38a6ff48ffff1e8ee769314acafbb3409a0c8b730
DIST kcompletion-6.6.0.tar.xz 2324280 BLAKE2B 987fe39da4b8a56afe27005d74b01367641215070d5f8b53988dce2d67ae551765f61e7d410be77ac9ebd934aa5d50d7d63a3353a26d7fa43d71f2d34b850141 SHA512 3f78e23f29dcfdf23d0d7061a8d729b77f28e27b19e8a807d9974609d9a71bd6a1d5dc3cac02acf28905b477788241fdd7d2c3c9c4a86577056db4459967ffbc
+DIST kcompletion-6.7.0.tar.xz 2324460 BLAKE2B 54a29a4e1aa5ef0c9eacd41f5a9e87e742390796ee4124407b559e8decb2c18265f042423ede8cd72322d8fc2979562a04436cb34852ee0086965156eb68b9e1 SHA512 e3ba8769c3961364cb7829212c76ddc0853fd320baafda6db260679244060e6c823a0f5b52de0a201e70f58100cd4f0dadfec60d253aab8933b5e1a4b190eb5e
diff --git a/kde-frameworks/kcompletion/kcompletion-6.7.0.ebuild b/kde-frameworks/kcompletion/kcompletion-6.7.0.ebuild
new file mode 100644
index 000000000000..74670775edd9
--- /dev/null
+++ b/kde-frameworks/kcompletion/kcompletion-6.7.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 ~arm64 ~ppc64 ~riscv ~x86"
+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]"