aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-07 01:23:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-07 01:23:51 +0200
commit4cc5a5205ee9db66bfc64a408af7320dd9f138e2 (patch)
tree155547da8945720f73a057317da1fcb8216ac905 /kde-frameworks/kcompletion
parentDocumentation: Add KDE Frameworks 5.49 (diff)
downloadkde-4cc5a5205ee9db66bfc64a408af7320dd9f138e2.tar.gz
kde-4cc5a5205ee9db66bfc64a408af7320dd9f138e2.tar.bz2
kde-4cc5a5205ee9db66bfc64a408af7320dd9f138e2.zip
kde-frameworks: Add KDE Frameworks 5.49.0
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'kde-frameworks/kcompletion')
-rw-r--r--kde-frameworks/kcompletion/Manifest1
-rw-r--r--kde-frameworks/kcompletion/kcompletion-5.49.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 0000000000..00da9e1c7a
--- /dev/null
+++ b/kde-frameworks/kcompletion/Manifest
@@ -0,0 +1 @@
+DIST kcompletion-5.49.0.tar.xz 115748 BLAKE2B 01184ac8bf769485c8366d159341b76e4166e4a28ff0d3ef17b2e6b1ed1a86786c67cf36bf40408a35f72534048aaaac546430841688ce2377ac7ce1fac53061 SHA512 226eac0c0a75774b4787cb39111a95494920bfb4c3c0f3f43b36a2f1d9c84f1f17b1d985c49c4578aa65140218760941c52df3415b90a98740ab3986b0a0b93a
diff --git a/kde-frameworks/kcompletion/kcompletion-5.49.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.49.0.ebuild
new file mode 100644
index 0000000000..89c636704e
--- /dev/null
+++ b/kde-frameworks/kcompletion/kcompletion-5.49.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 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) )
+"