app-text/qtspell - 1.0.2 (benzene-overlay)

Search

Package Information

Description:
Spell checking for Qt text widgets
Homepage:
https://github.com/manisandro/qtspell
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.0.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake flag-o-matic

DESCRIPTION="Spell checking for Qt text widgets"
HOMEPAGE="https://github.com/manisandro/qtspell"
SRC_URI="https://github.com/manisandro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="qt5 +qt6"
REQUIRED_USE="^^ ( qt5 qt6 )"

RDEPEND="app-text/enchant:2
	app-text/iso-codes
"
DEPEND="${RDEPEND}"
BDEPEND="qt5? ( dev-qt/linguist-tools:5 )
	qt6? ( dev-qt/qttools:6[linguist] )
"

src_prepare() {
	filter-flags '-flto*' '-fuse-linker-plugin' '-emit-llvm'
	cmake_src_prepare
}

src_configure() {
	use qt5 && local mycmakeargs=( -DQT_VER=5 )
	use qt6 && local mycmakeargs=( -DQT_VER=6 )
	cmake_src_configure
}

USE Flags

qt5
qt6
Default: Enabled (+)

Dependencies

DEPEND

app-text/enchant:2
	app-text/iso-codes

RDEPEND

app-text/enchant:2
	app-text/iso-codes

BDEPEND

qt5? ( dev-qt/linguist-tools:5 )
	qt6? ( dev-qt/qttools:6[linguist] )

Manifest for 1.0.2

Type File Size Source URLs
DIST qtspell-1.0.2.tar.gz 59734 bytes https://github.com/manisandro/qtspell/archive/1.0.2.tar.gz