commit: a44b2ad935d46929bdbcd716fde20e67edf62d59 Author: Alexander Kurakin <kuraga333 <AT> mail <DOT> ru> AuthorDate: Tue May 6 08:54:06 2025 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue May 6 12:55:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44b2ad9
app-dicts/myspell-uk: add 6.6.1 Closes: https://bugs.gentoo.org/955500 Signed-off-by: Alexander Kurakin <kuraga333 <AT> mail.ru> Closes: https://github.com/gentoo/gentoo/pull/41954 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-dicts/myspell-uk/Manifest | 1 + app-dicts/myspell-uk/myspell-uk-6.6.1.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/app-dicts/myspell-uk/Manifest b/app-dicts/myspell-uk/Manifest index 4505f8312669..0979ccbf73e1 100644 --- a/app-dicts/myspell-uk/Manifest +++ b/app-dicts/myspell-uk/Manifest @@ -1 +1,2 @@ DIST dict-uk_UA-6.5.4.oxt 1842692 BLAKE2B 6e5bf572d5e70e567c1ffabdd449aa4fd5d346ed1a1c45e29361be64b0ddf2b7590a56736ea5e311bc5448d4bd1c3f835cdd1609586d0aa130fe4d6178d030c5 SHA512 48f5e694f7824e81ac81a3653d07a3121cac34f5979ece3890a780dc4a0deac64dcd754569b4c82d3198de178395354cb6eec2b0dfa811bb29d623e65332a345 +DIST dict-uk_UA-6.6.1.oxt 1851083 BLAKE2B d5a02dbe4639e36d609385551ad0c748b7fdc546c2cc8f693d7601f4ce48c5a152a5405b5a8ea389f3c7fb0f32e01c30476c6e715f8502b53f78b8cc25d9f076 SHA512 14acbf228a8a90ae4cae1cf905ebb86a72486c7b8ee4ac13bb0eacea973f875ad1b3e5017071fd2440db879f292de8d29662ceb9ca8e8f0c1709a25a1c840196 diff --git a/app-dicts/myspell-uk/myspell-uk-6.6.1.ebuild b/app-dicts/myspell-uk/myspell-uk-6.6.1.ebuild new file mode 100644 index 000000000000..c70247ebb1df --- /dev/null +++ b/app-dicts/myspell-uk/myspell-uk-6.6.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2025 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/1745595219/dict-uk_UA-6.6.1.oxt" + +LICENSE="GPL-3 LGPL-2.1 MPL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
