hunspell-en_GB-ize: depends on bdic layout

This commit is contained in:
Đoàn Trần Công Danh 2024-04-18 08:15:56 +07:00
parent 1e551d9eea
commit 52ab64b38a

View file

@ -3,7 +3,7 @@ pkgname=hunspell-en_GB-ize
_vpkgname=${pkgname%-*} _vpkgname=${pkgname%-*}
_variant=${pkgname##*-} _variant=${pkgname##*-}
version=2020.12.07 version=2020.12.07
revision=2 revision=3
short_desc="English dictionary for hunspell ${_variant} variant" short_desc="English dictionary for hunspell ${_variant} variant"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="SCOWL" # not in SPDX license="SCOWL" # not in SPDX
@ -29,7 +29,7 @@ else
fi fi
if [ "$build_option_bdic" ]; then if [ "$build_option_bdic" ]; then
depends="libreoffice-qtwebengine-dict" depends="hunspell-qtwebengine-dict"
fi fi
do_build() { do_build() {