]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- obsolete (merged)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 29 Jul 2004 11:25:01 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openoffice-build.patch -> 1.3

openoffice-build.patch [deleted file]

diff --git a/openoffice-build.patch b/openoffice-build.patch
deleted file mode 100644 (file)
index b747912..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
---- ooo-build-1.3.0/bin/install-help.orig      2004-07-14 10:22:38.000000000 +0200
-+++ ooo-build-1.3.0/bin/install-help   2004-07-24 16:09:52.000000000 +0200
-@@ -7,24 +7,27 @@
-     exit 1;
- fi
--# the available extra localizations
--LANGNUMS="07 33 34 36 39 42 43 46 49 81 82 86 88"
-+# the tested localizations
-+LANGNUMS=`./openoffice-xlate-lang -p all`
- for LANGNUM in $LANGNUMS ; do
-   LANGCODE=`$TOOLSDIR/bin/openoffice-xlate-lang -i $LANGNUM`
-   install -m 755 -d $HELPDIR/$LANGCODE || exit 1;
--  if test -f $SRCDIR/helpcontent_${LANGNUM}_unix.tar.bz2 ; then
-+  if test -f $SRCDIR/helpcontent_${LANGNUM}_unix.tar.bz2 -o -f $SRCDIR/helpcontent_${LANGNUM}_unix.tgz ; then
-     echo "Unpacking $LANGCODE help content..."
--    tar -xjf $SRCDIR/helpcontent_${LANGNUM}_unix.tar.bz2 -C $HELPDIR/$LANGCODE || exit 1;
--  
--    pushd $HELPDIR/$LANGCODE
-+    if test -f $SRCDIR/helpcontent_${LANGNUM}_unix.tar.bz2 ; then
-+      tar -xjf $SRCDIR/helpcontent_${LANGNUM}_unix.tar.bz2 -C $HELPDIR/$LANGCODE || exit 1;
-+    else
-+      tar -xzf $SRCDIR/helpcontent_${LANGNUM}_unix.tgz -C $HELPDIR/$LANGCODE || exit 1;
-+    fi
-+    cd $HELPDIR/$LANGCODE
-     for arch in *.zip ; do
-       if test "z$arch" != "zhelpxsl.zip" ; then
-         unzip -o $arch
-       fi
-       rm $arch
-     done
--    popd
-+    cd -
-     # fix or add highcontrast*.css
-     for config in custom.css default.css \
---- ooo-build-1.3.0/bin/package-ooo.orig       2004-07-21 20:30:10.000000000 +0200
-+++ ooo-build-1.3.0/bin/package-ooo    2004-07-24 16:13:24.000000000 +0200
-@@ -49,7 +49,7 @@
-       chmod +x $PREFIX/bin/ooo-wrapper$BINSUFFIX
-       for app in calc draw fromtemplate impress html math web writer ffice; do
-               ln -sf ooo-wrapper${BINSUFFIX} $PREFIX/bin/oo${app}${BINSUFFIX}
--              if test "z$VENDORNAME" = "zNovell" -o "z$VENDORNAME" = "zSUSE" ; then
-+              if test "z$VENDORNAME" = "zNovell" -o "z$VENDORNAME" = "zSUSE" -o "z$VENDORNAME" = "zPLD"; then
-                       echo ".so man1/openoffice$BINSUFFIX.1" >| $MANDIR/man1/oo${app}$BINSUFFIX.1;
-               fi
-       done
---- ooo-build-1.3.0/bin/openoffice-xlate-lang.orig     2004-07-27 00:33:10.000000000 +0200
-+++ ooo-build-1.3.0/bin/openoffice-xlate-lang  2004-07-27 00:33:33.000000000 +0200
-@@ -109,10 +109,10 @@
- 1;
- __DATA__
--01:en:english_us
-+01:en:english
- 03:pt:portuguese
- 07:ru:russian
--26:ns:northern_sotho
-+26:ns:northernsotho
- 27:af:afrikaans
- 28:zu:zulu
- 30:el:greek
-@@ -127,13 +127,14 @@
- 43:sk:slovak
- 45:da:danish
- 46:sv:swedish
--47:nb:norwegian_bokmal
-+47:nb:norwegian
- 48:pl:polish
- 49:de:german
- 50:sl:slovenian
- 53:cy:welsh
-+55:pt-BR:portuguese_brazilian
- 77:et:estonian
--79:nn:nowegian_nynorsk
-+79:nn:norwegian_nynorsk
- 81:ja:japanese
- 82:ko:korean
- 86:zh-CN:chinese_simplified
This page took 0.039183 seconds and 4 git commands to generate.