diff options
author | Alexander Kurakin <kuraga333@mail.ru> | 2024-03-29 18:23:56 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-05-09 15:57:35 +0300 |
commit | b33ad27c0aa8e5e9621edf1dc0642fa2368ea145 (patch) | |
tree | fc9270501beafe0de2b2bb5aee5678974d5a7d76 /app-dicts | |
parent | media-gfx/opencsg: drop dependency on Qt 5 (diff) | |
download | gentoo-b33ad27c0aa8e5e9621edf1dc0642fa2368ea145.tar.gz gentoo-b33ad27c0aa8e5e9621edf1dc0642fa2368ea145.tar.bz2 gentoo-b33ad27c0aa8e5e9621edf1dc0642fa2368ea145.zip |
app-dicts/myspell-uk: add 6.4.4
Closes: https://bugs.gentoo.org/928129
Signed-off-by: Alexander Kurakin <kuraga333@mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/35986
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-uk/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-uk/myspell-uk-6.4.4.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-dicts/myspell-uk/Manifest b/app-dicts/myspell-uk/Manifest index 7474b82882bc..7ad622c01003 100644 --- a/app-dicts/myspell-uk/Manifest +++ b/app-dicts/myspell-uk/Manifest @@ -1 +1,2 @@ DIST dict-uk_UA-6.3.1.oxt 1829530 BLAKE2B effd7477006d05f2eb7f09bc7548150d97b1457430bf3159df191981089dbbc6955ce205b4ea1455c58d84b3b8da57dd63bf5d4c0a30e38d36d6c644bc93c27f SHA512 cc8a6725fc184662b56fd9a766a6763bd8b34d86d88eeed063241a6339aabffdca524845abc6133602de61df37fa80259de6e9bc8a98b39689c2d407889458d8 +DIST dict-uk_UA-6.4.4.oxt 1835796 BLAKE2B c50b977c59e675c6e99548ba2de8cb6c94f34238d45e1fb872059898a22dc2a03bd8b19a5b880e37fcdc9cb6950a363df34afdb8b5236580ab178b9031f2acba SHA512 24225e6668a0cb12c35f3bd6ff9a3da4a23c4f527721d3ef3e9a61e4046a2b50a857060ddb8c6a6fdb75407a33f53e069cb8e47fdd58efd9d76b5485d40381d7 diff --git a/app-dicts/myspell-uk/myspell-uk-6.4.4.ebuild b/app-dicts/myspell-uk/myspell-uk-6.4.4.ebuild new file mode 100644 index 000000000000..3a45fe23889f --- /dev/null +++ b/app-dicts/myspell-uk/myspell-uk-6.4.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MYSPELL_DICT=( + "uk_UA.aff" + "uk_UA.dic" +) + +MYSPELL_HYPH=( + "hyph_uk_UA.dic" +) + +MYSPELL_THES=( + "th_uk_UA.dat" + "th_uk_UA.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Ukrainian dictionaries for myspell/hunspell" +HOMEPAGE="https://extensions.libreoffice.org/extension-center/ukrainian-spelling-dictionary-and-thesaurus" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/521/1711493602/dict-uk_UA-6.4.4.oxt" + +LICENSE="GPL-3 LGPL-2.1 MPL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |