libreoffice-draw: depends on -impress
This commit is contained in:
parent
a5f1ab433f
commit
655520c3e6
1 changed files with 3 additions and 1 deletions
|
@ -162,6 +162,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
CXXFLAGS+=" -DDISABLE_CVE_TESTS=1"
|
CXXFLAGS+=" -DDISABLE_CVE_TESTS=1"
|
||||||
;;
|
;;
|
||||||
x86_64*|ppc64*) build_options_default="java" ;;
|
x86_64*|ppc64*) build_options_default="java" ;;
|
||||||
|
# aarch64*) build_options_default="java" ;;
|
||||||
armv[56]*) broken="untested" ;;
|
armv[56]*) broken="untested" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -485,6 +486,7 @@ do_configure() {
|
||||||
bopts+=" --without-system-libfixmath"
|
bopts+=" --without-system-libfixmath"
|
||||||
opts+=" --without-myspell-dicts"
|
opts+=" --without-myspell-dicts"
|
||||||
opts+=" --without-system-java-websocket"
|
opts+=" --without-system-java-websocket"
|
||||||
|
bopts+=" --without-system-java-websocket"
|
||||||
# finish configuring build
|
# finish configuring build
|
||||||
opts+=" --with-external-dict-dir=/usr/share/hunspell"
|
opts+=" --with-external-dict-dir=/usr/share/hunspell"
|
||||||
opts+=" --with-external-hyph-dir=/usr/share/hyphen"
|
opts+=" --with-external-hyph-dir=/usr/share/hyphen"
|
||||||
|
@ -563,7 +565,7 @@ libreoffice-calc_package() {
|
||||||
|
|
||||||
libreoffice-draw_package() {
|
libreoffice-draw_package() {
|
||||||
short_desc+=" - Drawing application"
|
short_desc+=" - Drawing application"
|
||||||
depends="sane libreoffice-writer>=${version}_${revision}"
|
depends="sane libreoffice-impress>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
_split draw
|
_split draw
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue