diff options
author | Alexander Kurakin <kuraga333@mail.ru> | 2023-12-15 14:27:22 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-17 20:00:17 +0200 |
commit | fbc194c67f264eb5a57bc6ff89d64b93e94c90f5 (patch) | |
tree | 927a2bed95981a5b94e5a1128697cc7de9318705 /app-dicts | |
parent | dev-python/pikepdf: add 8.10.1 (diff) | |
download | gentoo-fbc194c67f264eb5a57bc6ff89d64b93e94c90f5.tar.gz gentoo-fbc194c67f264eb5a57bc6ff89d64b93e94c90f5.tar.bz2 gentoo-fbc194c67f264eb5a57bc6ff89d64b93e94c90f5.zip |
app-dicts/myspell-uk: add 6.3.1
Closes: https://bugs.gentoo.org/920025
Signed-off-by: Alexander Kurakin <kuraga333@mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/34293
Signed-off-by: Arthur Zamarin <arthurzam@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.3.1.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-dicts/myspell-uk/Manifest b/app-dicts/myspell-uk/Manifest index 333bef149c69..546c54453346 100644 --- a/app-dicts/myspell-uk/Manifest +++ b/app-dicts/myspell-uk/Manifest @@ -1,2 +1,3 @@ DIST dict-uk_UA-6.0.1.oxt 1815596 BLAKE2B a81f9bf685ee2e013363dcf24df644b9637c1862320d537301e75c12fcc3e0f120bb921c63d7ce99c2f090e7a2997819d5a890cd74af969855cda6c42907e01d SHA512 4a4c2aeee0ddf17bb7eee91d0dccc0ef2dca754c679e69e2513c9b1bdd874cca97c78ca906c9b2f35cc129c613b3461bbc3704b989ac4e08377ce46245db9ab0 DIST dict-uk_UA-6.1.0.oxt 1827656 BLAKE2B bc15fa7d0200ef7ff42836590e5b07a6073105879a89fdd5d1e772ae628d99b03291232b72de59bdf5222d43de08c78e2772b074c8fbc58c78e3f212147dcfcf SHA512 0e672c0d8279424c697c22fbbcc31a58eb48a32540cefd019d27963a4cbb83abbb09842e213df8d6d4f649730d27799b433375fbb16e9e7d8c21c09069714880 +DIST dict-uk_UA-6.3.1.oxt 1829530 BLAKE2B effd7477006d05f2eb7f09bc7548150d97b1457430bf3159df191981089dbbc6955ce205b4ea1455c58d84b3b8da57dd63bf5d4c0a30e38d36d6c644bc93c27f SHA512 cc8a6725fc184662b56fd9a766a6763bd8b34d86d88eeed063241a6339aabffdca524845abc6133602de61df37fa80259de6e9bc8a98b39689c2d407889458d8 diff --git a/app-dicts/myspell-uk/myspell-uk-6.3.1.ebuild b/app-dicts/myspell-uk/myspell-uk-6.3.1.ebuild new file mode 100644 index 000000000000..529364c78067 --- /dev/null +++ b/app-dicts/myspell-uk/myspell-uk-6.3.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 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/1702576951/dict-uk_UA-6.3.1.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" |