diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-10-11 19:49:41 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-10-11 19:50:59 +1100 |
commit | 0308c404932dec82a6a974cbc2c83c9198d1602f (patch) | |
tree | 9b441ac896ae0a25c1796bcd03ea47d2abccfab1 /kde-frameworks/ktextwidgets/ktextwidgets-5.15.0.ebuild | |
parent | games.eclass: use group 0 to fix building on BSD systems #562262 (diff) | |
download | gentoo-0308c404932dec82a6a974cbc2c83c9198d1602f.tar.gz gentoo-0308c404932dec82a6a974cbc2c83c9198d1602f.tar.bz2 gentoo-0308c404932dec82a6a974cbc2c83c9198d1602f.zip |
kde-frameworks: version bump 5.15.0
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-frameworks/ktextwidgets/ktextwidgets-5.15.0.ebuild')
-rw-r--r-- | kde-frameworks/ktextwidgets/ktextwidgets-5.15.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/kde-frameworks/ktextwidgets/ktextwidgets-5.15.0.ebuild b/kde-frameworks/ktextwidgets/ktextwidgets-5.15.0.ebuild new file mode 100644 index 000000000000..1ff3959c0655 --- /dev/null +++ b/kde-frameworks/ktextwidgets/ktextwidgets-5.15.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework providing an assortment of widgets for displaying and editing text" +LICENSE="LGPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep sonnet) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +DEPEND="${RDEPEND}" |