diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-10-07 15:48:21 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-10-07 16:01:42 +0200 |
| commit | 7a91f6cedf9996dba46e9133fa2895470e0ad818 (patch) | |
| tree | 3b6ae4870356a5a07986a4b0a508a054820abea7 | |
| parent | 306836407a088c247a71c52a773e7d2e91d90739 (diff) | |
| download | kde-7a91f6cedf9996dba46e9133fa2895470e0ad818.tar.gz kde-7a91f6cedf9996dba46e9133fa2895470e0ad818.tar.bz2 kde-7a91f6cedf9996dba46e9133fa2895470e0ad818.zip | |
kde-frameworks/sonnet: 5.111.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.111.0.ebuild | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest new file mode 100644 index 00000000000..5bce4dd7c67 --- /dev/null +++ b/kde-frameworks/sonnet/Manifest @@ -0,0 +1 @@ +DIST sonnet-5.111.0.tar.xz 2438056 BLAKE2B 0f28d9cb6a8061e388166d8c21fdcc657c6581d9b21b390250e4afdbc78a09ecf5f5d0da8ba302444d25fd978db112130782635210316f30316499716ad224bd SHA512 08bb3cd2205d394b41a1dfd66aa8d937f6b1950ca33ef6f21d25a2c3cf0005a7e940488161bd3fd6d5f1f88435a622c6086931365253c5052e0d60e9e9b50c11 diff --git a/kde-frameworks/sonnet/sonnet-5.111.0.ebuild b/kde-frameworks/sonnet/sonnet-5.111.0.ebuild new file mode 100644 index 00000000000..88946dbe493 --- /dev/null +++ b/kde-frameworks/sonnet/sonnet-5.111.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_DESIGNERPLUGIN="true" +QTMIN=5.15.9 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for providing spell-checking through abstraction of popular backends" + +LICENSE="LGPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +IUSE="aspell +hunspell qml" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + aspell? ( app-text/aspell ) + hunspell? ( app-text/hunspell:= ) + qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 ) +" +RDEPEND="${DEPEND}" +BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package aspell ASPELL) + $(cmake_use_find_package hunspell HUNSPELL) + -DSONNET_USE_QML=$(usex qml) + ) + + ecm_src_configure +} + +src_test() { + # sonnet-test_settings: bug 680032 + # sonnet-test_autodetect: bug 779994 + local myctestargs=( + -E "(sonnet-test_autodetect|sonnet-test_settings|sonnet-test_highlighter)" + ) + + ecm_src_test +} |
