[ooo-build-commit] .: 2 commits - bin/build-ooo doc/localization.txt
Cédric Bosdonnat
cbosdo at kemper.freedesktop.org
Mon Oct 4 00:49:31 PDT 2010
bin/build-ooo | 10 +++++++++-
doc/localization.txt | 4 ++--
2 files changed, 11 insertions(+), 3 deletions(-)
New commits:
commit 35e674270d63c8598ed6b09b244a179f7749ddd3
Author: William Briand <william.briand at laposte.net>
Date: Mon Oct 4 09:46:26 2010 +0200
Succefully built ascii art
diff --git a/bin/build-ooo b/bin/build-ooo
index cfeb2fa..985b741 100755
--- a/bin/build-ooo
+++ b/bin/build-ooo
@@ -160,6 +160,14 @@ perl $SOLARENV/bin/build.pl --all $EXTRA_BUILD_FLAGS $EXTRA_DMAKE_FLAGS || exit
OOO_REBUILD_NEEDED="no"
fi # !PIECE
-echo "Build succeeded ...!"
+ echo " __________ ____"
+ echo "| \ \..|"
+ echo "| \ \.|"
+ echo "| \ \|"
+ echo "| \ "
+ echo "| | Congratulation ! You succefully built"
+ echo "| | ( ) ( )( ,)( ,) ( _) / \( _)( _)( )/ _)( _)"
+ echo "| | )(__ )( ) ,\ ) \ ) _) ( () )) _) ) _) )(( (_ ) _)"
+ echo "|______________| (____)(__)(___/(_)\_)(___) \__/(_) (_) (__)\__)(___)"
exit 0;
commit 08efb7eb8d3fff9f04f924af27ba78c1ceec7b87
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date: Fri Oct 1 16:59:51 2010 +0200
updated some bits in the localization doc
diff --git a/doc/localization.txt b/doc/localization.txt
index fc0a391..a232de4 100644
--- a/doc/localization.txt
+++ b/doc/localization.txt
@@ -15,13 +15,13 @@ Prerequisite:
1. do plain build (without patches)
+ ./configure --with-distro=PlainLinux
- + enough to build transex3
+ + enough to build l10ntools
2. get upstream strings
+ cd ooo-build/bin
+ ./extract-gsi -d en-US GSI-upstream-en-US.sdf
3. do patched build
+ FIXME: --with-distro=SUSE or apply patches in the plain build
- + again enough to build transex3
+ + again enough to build l10ntools
4.get ooo-build strings
./extract-gsi -d en-US GSI-ooo-build-en-US.sdf
5. get ooo-build-specific strings
More information about the ooo-build-commit
mailing list