Author: pescetti
Date: Wed Sep 21 21:26:22 2016
New Revision: 1761815
URL: http://svn.apache.org/viewvc?rev=1761815&view=rev
Log:
Copy build script from 4.1.2
Added:
openoffice/devtools/build-scripts/4.1.3/unxlngix6/
openoffice/devtools/build-scripts/4.1.3/unxlngix6/build_aoo64bit_on_centos5.sh
Added:
openoffice/devtools/build-scripts/4.1.3/unxlngix6/build_aoo64bit_on_centos5.sh
URL:
http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.3/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1761815&view=auto
==============================================================================
---
openoffice/devtools/build-scripts/4.1.3/unxlngix6/build_aoo64bit_on_centos5.sh
(added)
+++
openoffice/devtools/build-scripts/4.1.3/unxlngix6/build_aoo64bit_on_centos5.sh
Wed Sep 21 21:26:22 2016
@@ -0,0 +1,37 @@
+#! /bin/bash
+
+if [ ! -d ../main -o ! -d sal ] ; then
+ echo "CHDIR into AOO's main/ directory first!"
+ exit 1
+fi
+
+wget -O external/unowinreg/unowinreg.dll
http://www.openoffice.org/tools/unowinreg_prebuild/680/unowinreg.dll
+
+LANGS="ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he hi
hu it ja kid km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW"
+
+autoconf && ./configure \
+ --with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
+ --enable-verbose \
+ --with-system-stdlibs \
+ --enable-crashdump=yes \
+ --enable-category-b \
+ --enable-wiki-publisher \
+ --enable-bundled-dictionaries \
+ --enable-opengl \
+ --enable-dbus \
+ --enable-gstreamer \
+ --with-package-format="rpm deb" \
+ --with-lang="${LANGS}" \
+
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
\
+
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz
+
+source ./LinuxX86-64Env.Set.sh || exit 1
+./bootstrap || exit 1
+cd instsetoo_native
+time perl "$SOLARENV/bin/build.pl" --all -P2 -- -P2 || exit 1
+cd util
+dmake ooolanguagepack || exit 1
+dmake sdkoo_en-US || exit 1
+
+date "+Build ended at %H:%M:%S"
+