summaryrefslogtreecommitdiff
path: root/kde-frameworks/kcompletion
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kcompletion')
-rw-r--r--kde-frameworks/kcompletion/Manifest1
-rw-r--r--kde-frameworks/kcompletion/kcompletion-5.41.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
new file mode 100644
index 00000000000..4f4f9715128
--- /dev/null
+++ b/kde-frameworks/kcompletion/Manifest
@@ -0,0 +1 @@
+DIST kcompletion-5.41.0.tar.xz 118648 BLAKE2B d4a7578c2214bd08963b3a9a232e8145c27e58f5369ddd9a1c277aabf770101e8e1e2459fbc8dc54f0ddfcf24f8942e00023d4c0aec5d16ddff6be47bb66ed7c SHA512 3e023dc200b211a382bd3220b5e5281ae04e2e1ab2d022a7c1087d1b7ded3214bfea0dda1dda5d90a4abca1a8519ca9dd7c540afc1da3b5c44e95ec454753d17
diff --git a/kde-frameworks/kcompletion/kcompletion-5.41.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.41.0.ebuild
new file mode 100644
index 00000000000..ccc50ad4d14
--- /dev/null
+++ b/kde-frameworks/kcompletion/kcompletion-5.41.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework for common completion tasks such as filename or URL completion"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="nls"
+
+RDEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+DEPEND="${RDEPEND}
+ nls? ( $(add_qt_dep linguist-tools) )
+"