summaryrefslogtreecommitdiff
blob: 06041dd698cc7d9757d6077104ccfb891f6e9763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MYSPELL_DICT=(
	"fr-classique.aff"
	"fr-classique.dic"
	"fr-moderne.aff"
	"fr-moderne.dic"
	"fr-reforme1990.aff"
	"fr-reforme1990.dic"
	"fr-toutesvariantes.aff"
	"fr-toutesvariantes.dic"
)

MYSPELL_HYPH=(
	"hyph_fr.dic"
	"hyph_fr.iso8859-1.dic"
)

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

inherit myspell-r2

DESCRIPTION="French dictionaries for myspell/hunspell"
HOMEPAGE="https://extensions.libreoffice.org/extension-center/dictionnaires-francais"
SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/lo-oo-ressources-linguistiques-fr-v5-7.oxt"

LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x86-linux"

DOCS=( package-description.txt README_dict_fr.txt README_hyph_fr-2.9.txt README_hyph_fr-3.0.txt README_thes_fr.txt )

src_prepare() {
	default
	rm -r french_flag_16.bmp french_flag.png || die
}