mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-dicts/myspell-uk: add 6.7.5
Closes: https://bugs.gentoo.org/970669 Signed-off-by: Alexander Kurakin <kuraga333@mail.ru> Part-of: https://codeberg.org/gentoo/gentoo/pulls/165 Merges: https://codeberg.org/gentoo/gentoo/pulls/165 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
de578bd13d
commit
437a456bfa
@@ -1 +1,2 @@
|
||||
DIST dict-uk_UA-6.6.1.oxt 1851083 BLAKE2B d5a02dbe4639e36d609385551ad0c748b7fdc546c2cc8f693d7601f4ce48c5a152a5405b5a8ea389f3c7fb0f32e01c30476c6e715f8502b53f78b8cc25d9f076 SHA512 14acbf228a8a90ae4cae1cf905ebb86a72486c7b8ee4ac13bb0eacea973f875ad1b3e5017071fd2440db879f292de8d29662ceb9ca8e8f0c1709a25a1c840196
|
||||
DIST dict-uk_UA-6.7.5.oxt 1898382 BLAKE2B b2fd27773af6715416517b8ae72aada451d78f620e094a84e639f82287ccf0036d9431726e0b7c8f798cc5e2b1e8bfa779633c03efb07e14eaa75e3f6e79e848 SHA512 16a251494e5b34f39ef3b7cce8ac9450bbfd9195b33bdad2327300a1475443c17cefc34eca248a23de56c95644db2b13bad0dadb8748a0d4031e969bffc425e1
|
||||
|
||||
28
app-dicts/myspell-uk/myspell-uk-6.7.5.ebuild
Normal file
28
app-dicts/myspell-uk/myspell-uk-6.7.5.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2026 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/1771259766/dict-uk_UA-6.7.5.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"
|
||||
Reference in New Issue
Block a user