From 655520c3e62b8d2e137d8f692b5b9c248c3382ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 25 Feb 2025 13:35:57 +0700 Subject: [PATCH] libreoffice-draw: depends on -impress --- srcpkgs/libreoffice/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index 82c0e7561c2..db16f91498b 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -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 }