aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-08 10:29:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-08 10:29:59 +0200
commit987d9e17428410b55c2151ae884c81d52ea54891 (patch)
tree5e30b1901a5da1827947e313bf913b5d9ceefe93 /kde-frameworks/kcompletion
parentDocumentation: Add KDE Frameworks 5.62.0 (diff)
downloadkde-987d9e17428410b55c2151ae884c81d52ea54891.tar.gz
kde-987d9e17428410b55c2151ae884c81d52ea54891.tar.bz2
kde-987d9e17428410b55c2151ae884c81d52ea54891.zip
kde-frameworks: Add KDE Frameworks 5.62.0
Package-Manager: Portage-2.3.75, Repoman-2.3.17 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.62.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
new file mode 100644
index 0000000000..5e7fec1c5a
--- /dev/null
+++ b/kde-frameworks/kcompletion/Manifest
@@ -0,0 +1 @@
+DIST kcompletion-5.62.0.tar.xz 119356 BLAKE2B babb141bec0dc6895efc4a7400bd5cacdd56c908fc8528346f40301c87bf29bfb8355766f25b47a13d69b4555d8bb19018fe49437a492c643d150a67bd996357 SHA512 b7511dea047e3c458d2a9912446752ce89245b4aed97b44beb180e7a79751d257f7d35b184531957cabb0d94db50f224523a0300276c006b7c1e888c570a6daa
diff --git a/kde-frameworks/kcompletion/kcompletion-5.62.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.62.0.ebuild
new file mode 100644
index 0000000000..1bbbdb1c25
--- /dev/null
+++ b/kde-frameworks/kcompletion/kcompletion-5.62.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_DESIGNERPLUGIN="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework for common completion tasks such as filename or URL completion"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="nls"
+
+BDEPEND="
+ nls? ( $(add_qt_dep linguist-tools) )
+"
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}"