kde-frameworks/sonnet: drop 5.113.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2024-03-02 09:43:34 +01:00
parent 2c0a1de693
commit d263d1fc09
No known key found for this signature in database
GPG Key ID: C5D682DFAEFD8888
2 changed files with 0 additions and 43 deletions

View File

@ -1,3 +1,2 @@
DIST sonnet-5.113.0.tar.xz 2437896 BLAKE2B 41fa3ecb2d2e3d83f25365ba4bbbb4d5f186750f3a4379ca73bca2f5b988bd7122eb32e9b0ea082deb9d422811659d107eb80343ec8c8b661b50a94141bb987c SHA512 db1e6ef5b768ce9796292fd776a98758c3a3c2481ae64ca97e28b3978764cddd2586c2ee92862f97d20e427ff76ea160837b87837894395a881ffc1a272100a2
DIST sonnet-5.115.0.tar.xz 2438396 BLAKE2B f0cd760a8b873502f517836d36904b83b5cde11383264827879048d7f02b2a2f26d9682f7f2b46b4c7c723cb1f35f1be4a221e5d56d87ae5a97f8c2b7489a727 SHA512 ee95bd4be8fb97eb284f9f7f6dedbf4b8eb9d105cc95f0a489c2acbc52b447e138ce70a4dc8aca4ebb8f90f328ab7c87dda4ce66b9026cf303479f1455b55c7c
DIST sonnet-6.0.0.tar.xz 2441268 BLAKE2B 94b80f7a9f30de82e37038e0160eb34ad05184c6dbcc87b7272def4a4ec1efadac76f26b13e71a4cc15a63e7292c5f63a38b82c49703c18aeb5617fd3693ce04 SHA512 3482c7b7d72023c32aebeb22dcd11a274fe9c9efcbdbedcf7ee03fbf0c209d92c8b9f72cf513f172c7260c08043812c6cbbafcb9e002b69ae9fca5d5d026cbaa

View File

@ -1,42 +0,0 @@
# Copyright 1999-2024 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"
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
}