diff options
author | 2020-03-29 16:51:59 +0200 | |
---|---|---|
committer | 2020-04-01 17:37:34 +0300 | |
commit | e7f5fbef1f78e44862c5587b83c432b21f6bb382 (patch) | |
tree | 29fcfe0f88a6c54bef41bc80767bde8d4e7f124c /app-dicts/myspell-cs/myspell-cs-20181003.ebuild | |
parent | www-client/luakit: update live ebuild (diff) | |
download | gentoo-e7f5fbef1f78e44862c5587b83c432b21f6bb382.tar.gz gentoo-e7f5fbef1f78e44862c5587b83c432b21f6bb382.tar.bz2 gentoo-e7f5fbef1f78e44862c5587b83c432b21f6bb382.zip |
app-dicts/myspell-cs: switch from old OOO to modern LO dict
Original dictionary is from OpenOffice, very old.
Modern is more than 2 MB bigger and it's actually used.
Tested with nuspell and hunspell.
Closes: https://bugs.gentoo.org/674760
Signed-off-by: David Heidelberg <david@ixit.cz>
Closes: https://github.com/gentoo/gentoo/pull/15162
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-dicts/myspell-cs/myspell-cs-20181003.ebuild')
-rw-r--r-- | app-dicts/myspell-cs/myspell-cs-20181003.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-dicts/myspell-cs/myspell-cs-20181003.ebuild b/app-dicts/myspell-cs/myspell-cs-20181003.ebuild new file mode 100644 index 000000000000..3a445bb876a6 --- /dev/null +++ b/app-dicts/myspell-cs/myspell-cs-20181003.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MYSPELL_DICT=( + "cs_CZ.aff" + "cs_CZ.dic" +) + +MYSPELL_HYPH=( + "hyph_cs_CZ.dic" +) + +MYSPELL_THES=( + "thes_cs_CZ.dat" +) + +inherit myspell-r2 + +DESCRIPTION="Czech dictionaries for myspell/hunspell" +HOMEPAGE="https://extensions.libreoffice.org/extensions/czech-dictionaries" +SRC_URI="https://extensions.libreoffice.org/extensions/czech-dictionaries/2018.10/@@download/file/czech-dictionaries.oxt -> ${P}.zip" + +LICENSE="GPL-2 MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" |