[Libreoffice-commits] online.git: docker/l10n-docker-nightly.sh

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 12 07:37:04 UTC 2019


 docker/l10n-docker-nightly.sh |   56 ------------------------------------------
 1 file changed, 1 insertion(+), 55 deletions(-)

New commits:
commit 0a243e0924d44c951c270f89d0e1a72431b1fc81
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Tue Jun 11 10:27:53 2019 +0200
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Wed Jun 12 09:36:45 2019 +0200

    Move build options to distro-config
    
    Change-Id: I41963698fafd9d75732c015761d065712e45b40f
    Reviewed-on: https://gerrit.libreoffice.org/73804
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/docker/l10n-docker-nightly.sh b/docker/l10n-docker-nightly.sh
index 96d78cd49..72b0f1eb9 100755
--- a/docker/l10n-docker-nightly.sh
+++ b/docker/l10n-docker-nightly.sh
@@ -70,61 +70,7 @@ fi
 ##### LibreOffice #####
 
 # build LibreOffice
-cat > libreoffice/autogen.input << EOF
---disable-cups
---disable-dbus
---disable-dconf
---disable-epm
---disable-evolution2
---disable-ext-nlpsolver
---disable-ext-wiki-publisher
---disable-firebird-sdbc
---disable-gio
---disable-gstreamer-1-0
---disable-gtk
---disable-gtk3
---disable-qt5
---disable-kde5
---disable-odk
---disable-online-update
---enable-pdfimport
---disable-postgresql-sdbc
---disable-report-builder
---disable-scripting-beanshell
---disable-scripting-javascript
---disable-sdremote
---disable-sdremote-bluetooth
---enable-extension-integration
---enable-mergelibs
---enable-python=internal
---enable-release-build
---with-external-dict-dir=/usr/share/hunspell
---with-external-hyph-dir=/usr/share/hyphen
---with-external-thes-dir=/usr/share/mythes
---with-fonts
---with-galleries=no
---with-lang=ALL
---with-linker-hash-style=both
---with-system-dicts
---with-system-zlib
---with-theme=colibre
---without-branding
---without-help
---without-java
---without-junit
---with-myspell-dicts
---without-package-format
---without-system-cairo
---without-system-jars
---without-system-jpeg
---without-system-libpng
---without-system-libxml
---without-system-openssl
---disable-poppler
---without-system-postgresql
-EOF
-
-( cd libreoffice && ./autogen.sh ) || exit 1
+( cd libreoffice && ./autogen.sh --with-distro=LibreOfficeOnline) || exit 1
 ( cd libreoffice && make $LIBREOFFICE_BUILD_TARGET ) || exit 1
 
 # copy stuff


More information about the Libreoffice-commits mailing list