libreoffice-dictionaries: workaround for i686

This commit is contained in:
Đoàn Trần Công Danh 2025-08-22 14:31:05 +07:00
parent c77fb2a413
commit 4bbebe06a7

View file

@ -120,7 +120,10 @@ _build_bdic() {
_drop_long_dic gl_ES 111 gl
_drop_long_dic gu_IN 45
_drop_long_dic ko_KR 173
_drop_long_dic sa_IN 50
_drop_long_dic ta_IN 50
_drop_long_dic th_TH 45
# convert-dict not understand IGNORE
grep -l IGNORE dictionaries/*/*.aff |
while read file; do
@ -131,6 +134,7 @@ _build_bdic() {
done
find dictionaries -name '*.aff' |
grep -v sa_IN |
while read file; do
base="${file%.aff}"
lang="${base##*/}"
@ -1276,6 +1280,7 @@ hunspell-sa_package() {
depends="hunspell-qtwebengine-dict"
license="LGPL-3.0-or-later"
pkg_install() {
build_option_bdic=
_vhunspell sa_IN
}
}