aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-02 16:59:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-02 16:59:17 +0100
commit179b38573e3f7385503cb193bccbb6a39a7a19b7 (patch)
treefd4732bf2144e5670519e24a0d14186353e55bf2 /kde-frameworks/kcompletion
parentprofiles: Add kde-frameworks-5.56 package.mask (diff)
downloadkde-179b38573e3f7385503cb193bccbb6a39a7a19b7.tar.gz
kde-179b38573e3f7385503cb193bccbb6a39a7a19b7.tar.bz2
kde-179b38573e3f7385503cb193bccbb6a39a7a19b7.zip
kde-frameworks: Add KDE Frameworks 5.56.0
Package-Manager: Portage-2.3.62, Repoman-2.3.12 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.56.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
new file mode 100644
index 0000000000..3069fc5f4c
--- /dev/null
+++ b/kde-frameworks/kcompletion/Manifest
@@ -0,0 +1 @@
+DIST kcompletion-5.56.0.tar.xz 115644 BLAKE2B b78239084f0a3b243126effea0d9ae8b7dbed43bf814239af1fa2769bdfc48580e1cbc6a81380cef436af435243f65cf954503588c19166787ec2adc862e87e0 SHA512 a074341b82a2ea25f50e5bacf90aee50c0a6c2a85d8e476d75815520bc27105ff36dfaf8f183c218b1f0bd44205fc804fe9433719bb3ba9db21a964a51300d15
diff --git a/kde-frameworks/kcompletion/kcompletion-5.56.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.56.0.ebuild
new file mode 100644
index 0000000000..6c229fd627
--- /dev/null
+++ b/kde-frameworks/kcompletion/kcompletion-5.56.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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}"