diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-21 21:17:53 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-22 10:45:24 +0100 |
| commit | 8e00045658364dd558b7310267834737408e4c33 (patch) | |
| tree | b811a3a7e1d20a28e80591d11d8724fe9c820bc6 | |
| parent | e24c8f727aee03cbd2e0ad7f88f80d47ebf6db86 (diff) | |
| download | kde-8e00045658364dd558b7310267834737408e4c33.tar.gz kde-8e00045658364dd558b7310267834737408e4c33.tar.bz2 kde-8e00045658364dd558b7310267834737408e4c33.zip | |
kde-frameworks/sonnet: 6.0.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-6.0.0.ebuild | 41 |
2 files changed, 42 insertions, 0 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest new file mode 100644 index 00000000000..52ff77f544c --- /dev/null +++ b/kde-frameworks/sonnet/Manifest @@ -0,0 +1 @@ +DIST sonnet-6.0.0.tar.xz 2441268 BLAKE2B 94b80f7a9f30de82e37038e0160eb34ad05184c6dbcc87b7272def4a4ec1efadac76f26b13e71a4cc15a63e7292c5f63a38b82c49703c18aeb5617fd3693ce04 SHA512 3482c7b7d72023c32aebeb22dcd11a274fe9c9efcbdbedcf7ee03fbf0c209d92c8b9f72cf513f172c7260c08043812c6cbbafcb9e002b69ae9fca5d5d026cbaa diff --git a/kde-frameworks/sonnet/sonnet-6.0.0.ebuild b/kde-frameworks/sonnet/sonnet-6.0.0.ebuild new file mode 100644 index 00000000000..59dafac959a --- /dev/null +++ b/kde-frameworks/sonnet/sonnet-6.0.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_DESIGNERPLUGIN="true" +QTMIN=6.6.2 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for providing spell-checking through abstraction of popular backends" + +LICENSE="LGPL-2+ LGPL-2.1+" +KEYWORDS="~amd64" +IUSE="aspell +hunspell qml" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] + aspell? ( app-text/aspell ) + hunspell? ( app-text/hunspell:= ) + qml? ( >=dev-qt/qtdeclarative-${QTMIN}:6 ) +" +RDEPEND="${DEPEND}" +BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]" + +CMAKE_SKIP_TESTS=( + # bug 779994 + sonnet-test_autodetect + # bug 680032 + sonnet-test_settings + sonnet-test_highlighter +) + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package aspell ASPELL) + $(cmake_use_find_package hunspell HUNSPELL) + -DSONNET_USE_QML=$(usex qml) + ) + + ecm_src_configure +} |
