diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-06 22:15:01 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-06 22:19:20 +0100 |
| commit | cf1c061f9b13936d117b662568e77c3e5f4e3f69 (patch) | |
| tree | 5b777be51ad9de45d175e1005177643664f1ea15 | |
| parent | bc46b0efef0b959cac9e63fa07d481b5cdaebe60 (diff) | |
| download | kde-cf1c061f9b13936d117b662568e77c3e5f4e3f69.tar.gz kde-cf1c061f9b13936d117b662568e77c3e5f4e3f69.tar.bz2 kde-cf1c061f9b13936d117b662568e77c3e5f4e3f69.zip | |
kde-frameworks/sonnet: 5.100.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.100.0.ebuild | 47 |
2 files changed, 48 insertions, 0 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest new file mode 100644 index 00000000000..0287d0e3674 --- /dev/null +++ b/kde-frameworks/sonnet/Manifest @@ -0,0 +1 @@ +DIST sonnet-5.100.0.tar.xz 2463748 BLAKE2B 1a050aa64121438390a0e617f48ec7813955c703c5902331c26c73fff6e112b41886a92720b69970074ea81f9d23fad4cc4e39eca462fc515a31b893ae1d80f7 SHA512 760a95122f41da4ac8842d1869d96d1fd6ae2d92a93e33c89088fee08050b7bd5f9e4668987d47c86556281f97f54d8b13973e18629cde7af13cf1a0b9510cb8 diff --git a/kde-frameworks/sonnet/sonnet-5.100.0.ebuild b/kde-frameworks/sonnet/sonnet-5.100.0.ebuild new file mode 100644 index 00000000000..6a624120445 --- /dev/null +++ b/kde-frameworks/sonnet/sonnet-5.100.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_DESIGNERPLUGIN="true" +QTMIN=5.15.5 +VIRTUALX_REQUIRED="test" +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 nls 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=" + nls? ( >=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 +} |
