diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-04 21:30:15 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-04 23:43:59 +0200 |
| commit | 1f3db7ed515a43e7583edb92802abd1fce37c995 (patch) | |
| tree | de4db6f77725c785197aa8d01408cb2db7225bc2 | |
| parent | 54f0629dec09882ec19b6a96755d84e4aa4813e3 (diff) | |
| download | kde-1f3db7ed515a43e7583edb92802abd1fce37c995.tar.gz kde-1f3db7ed515a43e7583edb92802abd1fce37c995.tar.bz2 kde-1f3db7ed515a43e7583edb92802abd1fce37c995.zip | |
kde-frameworks/sonnet: 5.72.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-frameworks/sonnet/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/sonnet/sonnet-5.72.0.ebuild | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest new file mode 100644 index 00000000000..fd6bd6f974e --- /dev/null +++ b/kde-frameworks/sonnet/Manifest @@ -0,0 +1 @@ +DIST sonnet-5.72.0.tar.xz 295040 BLAKE2B 978844750dcbad7f9f6bf9fed2f1c9b11302b0d46baa6238484e870315dc42e874a8b8b23b0939a8617e0ca290cbfb1ff967af179a77a1c057205ad97170c31c SHA512 8c5f552d9676d9be3cef0c69e986fbdd8b523d343e2a71e866a745ff555e5bb83829ab7a0ef7c1460104f91395ac912308c14c8c29da79e5d021d0401ce211d4 diff --git a/kde-frameworks/sonnet/sonnet-5.72.0.ebuild b/kde-frameworks/sonnet/sonnet-5.72.0.ebuild new file mode 100644 index 00000000000..f5798c21f8c --- /dev/null +++ b/kde-frameworks/sonnet/sonnet-5.72.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_DESIGNERPLUGIN="true" +QTMIN=5.14.2 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="Framework for providing spell-checking through abstraction of popular backends" +LICENSE="LGPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="aspell +hunspell nls" + +BDEPEND=" + nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) +" +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + aspell? ( app-text/aspell ) + hunspell? ( app-text/hunspell:= ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package aspell ASPELL) + $(cmake_use_find_package hunspell HUNSPELL) + ) + + ecm_src_configure +} + +src_test() { + # bugs: 680032 + local myctestargs=( + -E "(sonnet-test_settings|sonnet-test_highlighter)" + ) + + ecm_src_test +} |
