diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-06-17 04:06:31 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-06-17 04:06:31 +1000 |
commit | 3aeb2ab2e8ec5540dc6226edade0e41a9f873493 (patch) | |
tree | 2ef75eb4db388f368b2bc9e9164bc55106b1e57f /kde-frameworks/kcompletion/kcompletion-5.23.0.ebuild | |
parent | kde5.eclass: >=Plasma-5.7 depends on >=Frameworks-5.23 (diff) | |
download | gentoo-3aeb2ab2e8ec5540dc6226edade0e41a9f873493.tar.gz gentoo-3aeb2ab2e8ec5540dc6226edade0e41a9f873493.tar.bz2 gentoo-3aeb2ab2e8ec5540dc6226edade0e41a9f873493.zip |
kde-frameworks: version bump 5.23.0
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'kde-frameworks/kcompletion/kcompletion-5.23.0.ebuild')
-rw-r--r-- | kde-frameworks/kcompletion/kcompletion-5.23.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kcompletion/kcompletion-5.23.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.23.0.ebuild new file mode 100644 index 000000000000..db8454dd3ebc --- /dev/null +++ b/kde-frameworks/kcompletion/kcompletion-5.23.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework for common completion tasks such as filename or URL completion" +KEYWORDS="~amd64 ~arm ~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) ) +" |