diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-10 17:44:47 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-10 17:50:25 +0100 |
| commit | 0c0a7220fed0584deb22a71442b8183c244d69fc (patch) | |
| tree | 43b7231b0ba28c3ae38e4299d66ec488fbe4db69 /kde-frameworks | |
| parent | b1dc83664fee54dbddd4ea3f61a53edb6d2743ba (diff) | |
| download | kde-0c0a7220fed0584deb22a71442b8183c244d69fc.tar.gz kde-0c0a7220fed0584deb22a71442b8183c244d69fc.tar.bz2 kde-0c0a7220fed0584deb22a71442b8183c244d69fc.zip | |
kde-frameworks/sonnet: 5.92.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
| -rw-r--r-- | kde-frameworks/sonnet/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/sonnet/sonnet-5.92.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..d4cc56b3b75 --- /dev/null +++ b/kde-frameworks/sonnet/Manifest @@ -0,0 +1 @@ +DIST sonnet-5.92.0.tar.xz 308336 BLAKE2B 7c75b962e3fec264a00bce96f8fd98641a8b5f4870daaf49ec77d204aaa2d977e097771e580bcc25ce3eb233d9e7b3e800ece698b9473e9acf6f3c676ff5cf33 SHA512 7e6fedd0c244daf6e1b94eba2dfa7124fc6496a89ca5ed8931c9527603d1fcaabd834207bcffc8abded1e9db53ee0a737eca2ba455de705f821a944d08e931b0 diff --git a/kde-frameworks/sonnet/sonnet-5.92.0.ebuild b/kde-frameworks/sonnet/sonnet-5.92.0.ebuild new file mode 100644 index 00000000000..61222f127af --- /dev/null +++ b/kde-frameworks/sonnet/sonnet-5.92.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.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 ~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 +} |
