app-text/mythes - 1.2.6 (gentoo)

Search

Install

Install this version:

emerge -a =app-text/mythes-1.2.6

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-text/mythes-1.2.6

Or alternatively:

emerge --autounmask-write -a =app-text/mythes-1.2.6

Package Information

Description:
Simple thesaurus for LibreOffice
Homepage:
https://github.com/hunspell/mythes
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.2.6 9 ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

DESCRIPTION="Simple thesaurus for LibreOffice"
HOMEPAGE="https://github.com/hunspell/mythes"
SRC_URI="https://github.com/hunspell/${PN}/releases/download/v${PV}/${P}.tar.xz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="debug"

RDEPEND="app-text/hunspell:="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_configure() {
	local myeconfargs=(
		--disable-werror
		$(use_enable debug)
	)
	econf "${myeconfargs[@]}"
}

src_install() {
	default
	find "${ED}" -type f -name '*.la' -delete || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-text/mythes | euse -E <flag> -p app-text/mythes | euse -D <flag> -p app-text/mythes

Global/Standard Flags

Dependencies

DEPEND

app-text/hunspell:=

RDEPEND

app-text/hunspell:=

BDEPEND

virtual/pkgconfig

Manifest for 1.2.6

Type File Size Source URLs
DIST mythes-1.2.6.tar.xz 2883800 bytes https://github.com/hunspell/mythes/releases/download/v1.2.6/mythes-1.2.6.tar.xz