summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-10-19 16:31:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-10-19 17:10:46 +0200
commit0a345d769045914ff6be8bfbf3d48b9a156b50f8 (patch)
tree72c1151b2068ec29cc3a518bdae0f7b5c6c40c5e /kde-frameworks/kcompletion
parentkde-frameworks/kauth: 5.111.0 version bump (diff)
downloadgentoo-0a345d769045914ff6be8bfbf3d48b9a156b50f8.tar.gz
gentoo-0a345d769045914ff6be8bfbf3d48b9a156b50f8.tar.bz2
gentoo-0a345d769045914ff6be8bfbf3d48b9a156b50f8.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
index 0319ae66835e..d5501f37efbe 100644
--- a/kde-frameworks/kcompletion/Manifest
+++ b/kde-frameworks/kcompletion/Manifest
@@ -1 +1,2 @@
DIST kcompletion-5.110.0.tar.xz 2337804 BLAKE2B e025bf432855b9d737c1d87e4c1bc956cfd12acada42ef5542b95d9c393a0d85b88b66239853c5c79d6389aa36332b92c495716830297b345d4db1802ed51282 SHA512 da37b9280da5494637b7cc71a5f63d781ef90282818002c96f4866965d628f784b6290b56aa4d95f95051e340702789255ad7768603395671906729c19197e66
+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 000000000000..49f7ccd50ddc
--- /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"