Author: jim
Date: Tue May 2 18:44:58 2017
New Revision: 1793571
URL: http://svn.apache.org/viewvc?rev=1793571&view=rev
Log:
Prep for 4.1.4 build scripts...
Added:
openoffice/devtools/build-scripts/4.1.4/unxlngi6/
openoffice/devtools/build-scripts/4.1.4/unxlngi6/build_aoo32bit_on_centos5.sh
(with props)
openoffice/devtools/build-scripts/4.1.4/unxlngix6/
openoffice/devtools/build-scripts/4.1.4/unxlngix6/build_aoo64bit_on_centos5.sh
Added:
openoffice/devtools/build-scripts/4.1.4/unxlngi6/build_aoo32bit_on_centos5.sh
URL:
http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.4/unxlngi6/build_aoo32bit_on_centos5.sh?rev=1793571&view=auto
==============================================================================
---
openoffice/devtools/build-scripts/4.1.4/unxlngi6/build_aoo32bit_on_centos5.sh
(added)
+++
openoffice/devtools/build-scripts/4.1.4/unxlngi6/build_aoo32bit_on_centos5.sh
Tue May 2 18:44:58 2017
@@ -0,0 +1,40 @@
+#! /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 \
+ --without-junit \
+ --without-stlport \
+ --with-ant-home=$HOME/ant \
+ --with-package-format="rpm deb" \
+ --with-lang="${LANGS}" \
+
--with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
\
+
--with-epm-url=http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
+
+source ./LinuxX86Env.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"
+
Propchange:
openoffice/devtools/build-scripts/4.1.4/unxlngi6/build_aoo32bit_on_centos5.sh
------------------------------------------------------------------------------
svn:executable = *
Added:
openoffice/devtools/build-scripts/4.1.4/unxlngix6/build_aoo64bit_on_centos5.sh
URL:
http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.4/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1793571&view=auto
==============================================================================
---
openoffice/devtools/build-scripts/4.1.4/unxlngix6/build_aoo64bit_on_centos5.sh
(added)
+++
openoffice/devtools/build-scripts/4.1.4/unxlngix6/build_aoo64bit_on_centos5.sh
Tue May 2 18:44:58 2017
@@ -0,0 +1,40 @@
+#! /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 \
+ --without-junit \
+ --without-stlport \
+ --with-ant-home=$HOME/ant \
+ --with-package-format="rpm deb" \
+ --with-lang="${LANGS}" \
+
--with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
\
+
--with-epm-url=http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.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"
+