aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-04 19:54:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-04 19:55:27 +0100
commit8a0e267e520b86de5cb90852c935ed9bf0b1112e (patch)
treec37c4a594cf475f5fc08fb7fcfd802d82f5294f9 /kde-frameworks/kcompletion
parentDocumentation: Add KDE Frameworks 5.66 (diff)
downloadkde-8a0e267e520b86de5cb90852c935ed9bf0b1112e.tar.gz
kde-8a0e267e520b86de5cb90852c935ed9bf0b1112e.tar.bz2
kde-8a0e267e520b86de5cb90852c935ed9bf0b1112e.zip
kde-frameworks: Add KDE Frameworks 5.66.0
Package-Manager: Portage-2.3.84, Repoman-2.3.20 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.66.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
new file mode 100644
index 0000000000..1aff55d535
--- /dev/null
+++ b/kde-frameworks/kcompletion/Manifest
@@ -0,0 +1 @@
+DIST kcompletion-5.66.0.tar.xz 120448 BLAKE2B 4025daed5836313f25e1aee7ca24f39b7b395329b64f08e592459e3df3901749ad9a484f38a54598e434ae2c7482750e214243df161cfe8de47468615cd738d4 SHA512 8adec48d62f5e8051e7f3c5b52c55a52a7a66d041536649fd7424d51ae9ee8ed16e4eae9070e9258fdd7797761af3be3550a4fba1e04090d251f676c91f59136
diff --git a/kde-frameworks/kcompletion/kcompletion-5.66.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.66.0.ebuild
new file mode 100644
index 0000000000..641d4836c7
--- /dev/null
+++ b/kde-frameworks/kcompletion/kcompletion-5.66.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for common completion tasks such as filename or URL completion"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="nls"
+
+BDEPEND="
+ nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
+DEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"