app-dicts/myspell-sv - 2.42 (gentoo)

Search

Package Information

Description:
Swedish dictionaries for myspell/hunspell
Homepage:
https://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan https://extensions.libreoffice.org/extension-center/swedish-hyphenation https://extensions.libreoffice.org/extension-center/swedish-thesaurus-based-on-synlex
License:
CC-BY-SA-3.0 GPL-2 LGPL-3

Ebuild Details

Version EAPI Keywords Slot
2.42 7 ~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MYSPELL_DICT=(
	"sv_FI.aff"
	"sv_FI.dic"
	"sv_SE.aff"
	"sv_SE.dic"
)

MYSPELL_HYPH=(
	"hyph_sv_SE.dic"
)

MYSPELL_THES=(
	"th_sv_SE.dat"
	"th_sv_SE.idx"
)

inherit myspell-r2

DESCRIPTION="Swedish dictionaries for myspell/hunspell"
HOMEPAGE="
	https://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan
	https://extensions.libreoffice.org/extension-center/swedish-hyphenation
	https://extensions.libreoffice.org/extension-center/swedish-thesaurus-based-on-synlex
"
SRC_URI="
	https://extensions.libreoffice.org/assets/downloads/z/ooo-swedish-dict-2-42.oxt -> ${P}-dict.oxt
	https://extensions.libreoffice.org/assets/downloads/z/hyph-sv.oxt -> ${P}-hyph.oxt
	https://extensions.libreoffice.org/assets/downloads/z/swedishthesaurus.oxt -> ${P}-thes.oxt
"

LICENSE="CC-BY-SA-3.0 GPL-2 LGPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86"

src_prepare () {
	default
	mv hyph_sv.dic hyph_sv_SE.dic || die
}

Manifest for 2.42

Type File Size Source URLs
DIST myspell-sv-2.42-dict.oxt 1466823 bytes https://extensions.libreoffice.org/assets/downloads/z/ooo-swedish-dict-2-42.oxt
DIST myspell-sv-2.42-hyph.oxt 51981 bytes https://extensions.libreoffice.org/assets/downloads/z/hyph-sv.oxt
DIST myspell-sv-2.42-thes.oxt 306542 bytes https://extensions.libreoffice.org/assets/downloads/z/swedishthesaurus.oxt