aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-10-07 15:48:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-10-07 16:01:43 +0200
commit5a9356658bbb784d081071e978bf944c0ef4d80f (patch)
tree6903eaf4f4c977f8b7d7b5dd35e0a341196b4a97 /kde-frameworks/kcompletion
parentkde-frameworks/kauth: 5.111.0 version bump (diff)
downloadkde-5a9356658bbb784d081071e978bf944c0ef4d80f.tar.gz
kde-5a9356658bbb784d081071e978bf944c0ef4d80f.tar.bz2
kde-5a9356658bbb784d081071e978bf944c0ef4d80f.zip
kde-frameworks/kcompletion: 5.111.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcompletion')
-rw-r--r--kde-frameworks/kcompletion/Manifest1
-rw-r--r--kde-frameworks/kcompletion/kcompletion-5.111.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 0000000000..ee23b1fcc0
--- /dev/null
+++ b/kde-frameworks/kcompletion/Manifest
@@ -0,0 +1 @@
+DIST kcompletion-5.111.0.tar.xz 2337412 BLAKE2B d6a2ee8896d7c9becf3ac0bb6faf4f1fdd8b05a1f44050557dc9b2f3da58a0bbbe1aec3d9704065c0815ad111c3e96acb617562fe6c1c70b5f637181903c37bd SHA512 d058a92befdeecdfccfb6198bc0da83494150a32b1a5facbc4ccd216713b0cd4a8bdb7c26531c9a1d859c71f6e0af561b22a43f8b73f11a3ec784f9773a3a1f4
diff --git a/kde-frameworks/kcompletion/kcompletion-5.111.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.111.0.ebuild
new file mode 100644
index 0000000000..49f7ccd50d
--- /dev/null
+++ b/kde-frameworks/kcompletion/kcompletion-5.111.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for common completion tasks such as filename or URL completion"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"