Hi Petr,

> Petr Mladek píše v Čt 24. 03. 2011 v 21:38 +0100:
> Worked well, so I have just pushed it.

Here is the patch of the build repository (master). It is enough not to
call localize-ooo.

I went through localize-ooo and I found that it was deprecated.

* merge localizations - not needed any more, we will migrate all
localizations to the translations module
* fix broken image in help, i#99165 - I pushed it today
* workaround for i#56622, n#210797 - solved long time ago
* copy help auxiliary files if they are missing but the localized
strings are available - I pushed it today
* add all missing en-GB strings; it is a workaround for i#66919,
n#231678 - these bugs were fixed long time ago

Best regards,
Andras
From 71ef7aaf45731e2e6906e4bf245f2e4907ed930c Mon Sep 17 00:00:00 2001
From: Andras Timar <ti...@fsf.hu>
Date: Fri, 25 Mar 2011 20:22:48 +0100
Subject: [PATCH] do not run deprecated localize-ooo

---
 bin/build-ooo |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/bin/build-ooo b/bin/build-ooo
index c3b2248..9484645 100755
--- a/bin/build-ooo
+++ b/bin/build-ooo
@@ -149,13 +149,6 @@ if test "z$PIECE" != "z"; then
        . $TOOLSDIR/bin/piece/build-$PIECE
 else
 
-# update localizations from external sources
-# FIXME temporary hack to merge the GSI files
-cd $TOOLSDIR/bin
-export EXTRA_BUILD_FLAGS EXTRA_DMAKE_FLAGS
-./localize-ooo || exit 1;
-cd -
-
 echo 'Commencing main build'
 
 cd $OOBUILDDIR/instsetoo_native || exit 1;
-- 
1.7.0.4

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to