From 93eedadb5b4ead2c590ab4296aa9c0a4136ee05b Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 17 Jun 2017 22:32:48 +0200 Subject: the new config is a jenkins config Change-Id: I652dacfbdf9499608d80819fa6810d6e1eae2723 --- .../Jenkins/LibreOfficeLinuxUpdater.conf | 35 ++++++++++++++++++++++ distro-configs/LibreOfficeLinuxUpdater.conf | 35 ---------------------- 2 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf delete mode 100644 distro-configs/LibreOfficeLinuxUpdater.conf diff --git a/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf b/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf new file mode 100644 index 000000000000..57565b2abdac --- /dev/null +++ b/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf @@ -0,0 +1,35 @@ +--with-system-dicts +--with-myspell-dicts +--with-system-zlib +--without-system-poppler +--without-system-openssl +--without-system-libpng +--without-system-libxml +--without-system-jpeg +--without-system-jars +--without-system-postgresql +--without-junit +--with-linker-hash-style=both +--with-fonts +--with-external-thes-dir=/usr/share/mythes +--with-external-hyph-dir=/usr/share/hyphen +--with-external-dict-dir=/usr/share/hunspell +--enable-dbus +--enable-extension-integration +--enable-kde4 +--disable-gtk3 +# --enable-gstreamer-0-10 +--enable-gstreamer-1-0 +--enable-evolution2 +--enable-gio +--enable-scripting-beanshell +--enable-scripting-javascript +--enable-ext-wiki-publisher +--enable-ext-nlpsolver +--enable-epm +--enable-python=internal +--enable-online-update=mar +--disable-dconf +--with-lang=de es fr +--with-package-format=archive +--with-update-config=~/updater.ini diff --git a/distro-configs/LibreOfficeLinuxUpdater.conf b/distro-configs/LibreOfficeLinuxUpdater.conf deleted file mode 100644 index 57565b2abdac..000000000000 --- a/distro-configs/LibreOfficeLinuxUpdater.conf +++ /dev/null @@ -1,35 +0,0 @@ ---with-system-dicts ---with-myspell-dicts ---with-system-zlib ---without-system-poppler ---without-system-openssl ---without-system-libpng ---without-system-libxml ---without-system-jpeg ---without-system-jars ---without-system-postgresql ---without-junit ---with-linker-hash-style=both ---with-fonts ---with-external-thes-dir=/usr/share/mythes ---with-external-hyph-dir=/usr/share/hyphen ---with-external-dict-dir=/usr/share/hunspell ---enable-dbus ---enable-extension-integration ---enable-kde4 ---disable-gtk3 -# --enable-gstreamer-0-10 ---enable-gstreamer-1-0 ---enable-evolution2 ---enable-gio ---enable-scripting-beanshell ---enable-scripting-javascript ---enable-ext-wiki-publisher ---enable-ext-nlpsolver ---enable-epm ---enable-python=internal ---enable-online-update=mar ---disable-dconf ---with-lang=de es fr ---with-package-format=archive ---with-update-config=~/updater.ini -- cgit