[ooo-build-commit] .: Branch 'ooo-build-3-2' - patches/dev300
Kalman "" Szalai
kami911 at kemper.freedesktop.org
Mon Feb 1 02:40:01 PST 2010
patches/dev300/apply | 2 ++
patches/dev300/localizefix.diff | 16 ++++++++++++++++
2 files changed, 18 insertions(+)
New commits:
commit 4f62261e24612bf88de69c34d03eeb0c2e5880bb
Author: Kalman Szalai - KAMI <kami911 at gmail.com>
Date: Mon Feb 1 11:38:22 2010 +0100
I had problem with localize under Windows maybe it fixes it
* patches/dev300/apply:
* patches/dev300/localizefix.diff:
diff --git a/patches/dev300/apply b/patches/dev300/apply
index b5f9a76..3185b44 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -2724,6 +2724,8 @@ toolbars_sw.diff
always_default_iconset.diff
#Always create backup files
always-create-backups.diff
+#I had problem with localize under Windows maybe it fixes it
+localizefix.diff
[ OxygenOfficeExtras ]
# Adding new items to extras module
diff --git a/patches/dev300/localizefix.diff b/patches/dev300/localizefix.diff
new file mode 100644
index 0000000..8bbc7f5
--- /dev/null
+++ b/patches/dev300/localizefix.diff
@@ -0,0 +1,16 @@
+--- transex3/scripts/localize.pl.old 2010-01-29 18:34:30.000000000 +0100
++++ transex3/scripts/localize.pl 2010-01-30 14:02:06.558804800 +0100
+@@ -401,12 +401,7 @@
+ my $command = '';
+ my ( $TMPHANDLE , $tmpfile ) = File::Temp::tempfile();
+ close ( $TMPHANDLE );
+-
+- if( $ENV{WRAPCMD} ){
+- $command = "$ENV{WRAPCMD} gsicheck";
+- }else{
+- $command = "gsicheck";
+- }
++ $command = "$ENV{SOLARVER}/$ENV{INPATH}/bin/gsicheck";
+ my $errfile = $sdffile.".err";
+ $command .= " -k -c -wcf $tmpfile -wef ".fix_cygwin_path($errfile)." -l \"\" ".fix_cygwin_path($sdffile);
+ #my $rc = system( $command );
More information about the ooo-build-commit
mailing list