summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-14 23:32:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-15 10:32:38 +0200
commit8a7b369d7e0dc99db041038c236d463c552c6315 (patch)
tree20b4631f1efedc6dc72e862a8e49bc3dcf032328 /kde-frameworks/kcompletion
parentapp-admin/sysstat: Old. (diff)
downloadgentoo-8a7b369d7e0dc99db041038c236d463c552c6315.tar.gz
gentoo-8a7b369d7e0dc99db041038c236d463c552c6315.tar.bz2
gentoo-8a7b369d7e0dc99db041038c236d463c552c6315.zip
kde-frameworks: Add KDE Frameworks 5.51.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, 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
index 5f32ba6c1a59..453f93584e6b 100644
--- a/kde-frameworks/kcompletion/Manifest
+++ b/kde-frameworks/kcompletion/Manifest
@@ -1 +1,2 @@
DIST kcompletion-5.50.0.tar.xz 115588 BLAKE2B 8bc0bebcf126da6e7b0e3fe4563fff5956e3987d2bbf6bdd4488df1ad46834dcb603ba82de9f45741899b11d7d566c01565afcb7b5ad6fddf6499268eeffdbae SHA512 27db7af56d4cafada863ae8f30a87c4d1974717ee2b3f537b235a6f1353c3976932c27308b4f9fe1a6386b0d395c22ffefb2f4c273a496a0785a34a494451c4c
+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 000000000000..111e8578b542
--- /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) )
+"