mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
hunspell-en_GB-ize: depends on bdic layout
This commit is contained in:
parent
1e551d9eea
commit
52ab64b38a
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue