libreoffice-draw: depends on -impress

This commit is contained in:
Đoàn Trần Công Danh 2025-02-25 13:35:57 +07:00
parent a5f1ab433f
commit 655520c3e6

View file

@ -162,6 +162,7 @@ case "$XBPS_TARGET_MACHINE" in
CXXFLAGS+=" -DDISABLE_CVE_TESTS=1"
;;
x86_64*|ppc64*) build_options_default="java" ;;
# aarch64*) build_options_default="java" ;;
armv[56]*) broken="untested" ;;
esac
@ -485,6 +486,7 @@ do_configure() {
bopts+=" --without-system-libfixmath"
opts+=" --without-myspell-dicts"
opts+=" --without-system-java-websocket"
bopts+=" --without-system-java-websocket"
# finish configuring build
opts+=" --with-external-dict-dir=/usr/share/hunspell"
opts+=" --with-external-hyph-dir=/usr/share/hyphen"
@ -563,7 +565,7 @@ libreoffice-calc_package() {
libreoffice-draw_package() {
short_desc+=" - Drawing application"
depends="sane libreoffice-writer>=${version}_${revision}"
depends="sane libreoffice-impress>=${version}_${revision}"
pkg_install() {
_split draw
}