mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 10:33:06 +02:00
libreoffice-dictionaries: workaround for i686
This commit is contained in:
parent
c77fb2a413
commit
4bbebe06a7
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue