From 89b88e2e198e9310313799a8cb945aec2a670f5e Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 14 Sep 2019 16:40:21 +0200 Subject: kde-frameworks: Add KDE Frameworks 5.62.0 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner --- .../kcompletion/kcompletion-5.62.0.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kde-frameworks/kcompletion/kcompletion-5.62.0.ebuild (limited to 'kde-frameworks/kcompletion/kcompletion-5.62.0.ebuild') 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 000000000000..1bbbdb1c257b --- /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}" -- cgit v1.2.3-18-g5258