diff options
Diffstat (limited to 'kde-frameworks/sonnet/sonnet-9999.ebuild')
| -rw-r--r-- | kde-frameworks/sonnet/sonnet-9999.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/kde-frameworks/sonnet/sonnet-9999.ebuild b/kde-frameworks/sonnet/sonnet-9999.ebuild new file mode 100644 index 00000000000..c958177d71a --- /dev/null +++ b/kde-frameworks/sonnet/sonnet-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +FRAMEWORKS_DOXYGEN="true" +FRAMEWORKS_TYPE="tier1" +inherit kde-frameworks + +DESCRIPTION="Multilingual language processing architecture" +LICENSE="LGPL-2.1+" +KEYWORDS="" +IUSE="spell" + +RDEPEND=" + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + spell? ( app-text/enchant ) +" +DEPEND="${RDEPEND} + test? ( dev-qt/qtxml:5 ) +" + +DOCS=( README ) + +src_configure() { + # The features provided by aspell, hspell, and hunspell + # are all available via enchant. + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_ASPELL=true + -DCMAKE_DISABLE_FIND_PACKAGE_HSPELL=true + -DCMAKE_DISABLE_FIND_PACKAGE_HUNSPELL=true + $(cmake-utils_use_find_package spell ENCHANT) + ) + + kde-frameworks_src_configure +} |
