hunspell-fr_FR: depends on bdic layout
This commit is contained in:
parent
f97741bcd2
commit
1e551d9eea
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'hunspell-fr_FR'
|
||||
pkgname=hunspell-fr_FR
|
||||
version=7.0
|
||||
revision=4
|
||||
revision=5
|
||||
short_desc="French dictionary for hunspell"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="MPL-1.1"
|
||||
|
@ -26,7 +26,7 @@ else
|
|||
fi
|
||||
|
||||
if [ "$build_option_bdic" ]; then
|
||||
depends="libreoffice-qtwebengine-dict"
|
||||
depends="hunspell-qtwebengine-dict"
|
||||
fi
|
||||
|
||||
_vinstall_variant() {
|
||||
|
@ -69,7 +69,7 @@ do_install() {
|
|||
hunspell-fr_FR-reforme1990_package() {
|
||||
short_desc+=" - Reforme 1990 Variant"
|
||||
if [ "$build_option_bdic" ]; then
|
||||
depends="libreoffice-qtwebengine-dict"
|
||||
depends="hunspell-qtwebengine-dict"
|
||||
fi
|
||||
provides="${sourcepkg}-${version}_${revision}"
|
||||
replaces="${sourcepkg}>=0"
|
||||
|
@ -82,7 +82,7 @@ hunspell-fr_FR-reforme1990_package() {
|
|||
hunspell-fr_FR-toutesvariantes_package() {
|
||||
short_desc+=" - All variant in one file"
|
||||
if [ "$build_option_bdic" ]; then
|
||||
depends="libreoffice-qtwebengine-dict"
|
||||
depends="hunspell-qtwebengine-dict"
|
||||
fi
|
||||
provides="${sourcepkg}-${version}_${revision}"
|
||||
replaces="${sourcepkg}>=0"
|
||||
|
|
Loading…
Reference in New Issue