aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-08 17:57:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-08 17:57:55 +0200
commitc1bdf0bca75d0430f5cd8cbe8adc5b413ed205a0 (patch)
treea07556cd470f712f95356bbcca4dd8044f513d5b /kde-frameworks/kcompletion
parentDocumentation: Add KDE Frameworks 5.51.0 (diff)
downloadkde-c1bdf0bca75d0430f5cd8cbe8adc5b413ed205a0.tar.gz
kde-c1bdf0bca75d0430f5cd8cbe8adc5b413ed205a0.tar.bz2
kde-c1bdf0bca75d0430f5cd8cbe8adc5b413ed205a0.zip
kde-frameworks: Add KDE Frameworks 5.51.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/kcompletion')
-rw-r--r--kde-frameworks/kcompletion/Manifest1
-rw-r--r--kde-frameworks/kcompletion/kcompletion-5.51.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..47db41674b
--- /dev/null
+++ b/kde-frameworks/kcompletion/Manifest
@@ -0,0 +1 @@
+DIST kcompletion-5.51.0.tar.xz 115612 BLAKE2B 800db25858eb3d87fc265b9ed31431c28ee779f0f77fd7d8908aaf76dfb81205a1079ad7594a73a19cba6c434d4844ba2d37f8d384355a5e70073b1b3a770d4d SHA512 b70a3e6bee33a24b5659023c496c2dba0637b4b4a130704cba428f47c63625a847365dd4cb2bebfba94b0897ace9a6361aa536d05f1ed1574f934a56d65e1a83
diff --git a/kde-frameworks/kcompletion/kcompletion-5.51.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.51.0.ebuild
new file mode 100644
index 0000000000..111e8578b5
--- /dev/null
+++ b/kde-frameworks/kcompletion/kcompletion-5.51.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Authors
+# 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) )
+"