]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Jul 2004 16:02:25 +0000 (16:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openoffice-apply.patch -> 1.2
    openoffice-bashizm.patch -> 1.3
    openoffice-pld-config.patch -> 1.2
    openoffice-setup.patch -> 1.7

openoffice-apply.patch [deleted file]
openoffice-bashizm.patch [deleted file]
openoffice-pld-config.patch [deleted file]
openoffice-setup.patch [deleted file]

diff --git a/openoffice-apply.patch b/openoffice-apply.patch
deleted file mode 100644 (file)
index aa3ce05..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urN ooo-build-1.1.61.org/patches/OOO_1_1_2/apply ooo-build-1.1.61/patches/OOO_1_1_2/apply
---- ooo-build-1.1.61.org/patches/OOO_1_1_2/apply       2004-07-06 13:21:38.283310176 +0200
-+++ ooo-build-1.1.61/patches/OOO_1_1_2/apply   2004-07-06 13:22:31.649197328 +0200
-@@ -777,7 +777,6 @@
- #######################################################
- [ NativeWidgets ]
--non-existant.diff
- # Native Widget Framework
- nativewidgets-config_office.diff
- nativewidgets-vcl.diff
diff --git a/openoffice-bashizm.patch b/openoffice-bashizm.patch
deleted file mode 100644 (file)
index 4be2d87..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-Index: bin/build-ooo
-===================================================================
-RCS file: /cvs/gnome/ooo-build/bin/build-ooo,v
-retrieving revision 1.87
-retrieving revision 1.88
-diff -u -u -r1.87 -r1.88
---- openoffice/bin/build-ooo   21 Jun 2004 15:39:16 -0000      1.87
-+++ openoffice/bin/build-ooo   7 Jul 2004 09:57:30 -0000       1.88
-@@ -85,7 +85,7 @@
- # build vcl module for the non-default widget sets if any
--if test "${OOO_WIDGET_SETS/*,*/comma}" = "comma" ; then
-+if (echo "${OOO_WIDGET_SETS}" | grep -q ",") ; then
-     echo 'Builiding support for the non-default native widget sets'
-@@ -104,7 +104,8 @@
-           # configure
-           IFS="$IFS_saved"
-           cd $OOBUILDDIR/config_office
--          ./configure $CONFIGURE_OPTIONS --with-widgetset="${widgetset/original/}" || exit 1;
-+          ./configure $CONFIGURE_OPTIONS \
-+              `[ "${widgetset}" != "original" ] && echo "--with-widgetset=\"${widgetset}\""` || exit 1;
-           # import the updated OO.o environment
-           if test "z$DISTRO" = "zWin32"; then
-diff -u -u -r1.30 -r1.31
---- openoffice/bin/package-ooo 6 Jul 2004 13:37:53 -0000       1.30
-+++ openoffice/bin/package-ooo 7 Jul 2004 23:24:25 -0000       1.31
-@@ -155,7 +155,7 @@
- echo "Done";
- # install vcl module for more widget sets if needed
--if test "${OOO_WIDGET_SETS/*,*/comma}" = "comma" ; then
-+if (echo "${OOO_WIDGET_SETS}" | grep -q ",") ; then
-     IFS_saved="$IFS"
-     IFS=","
-     for widgetset in ${OOO_WIDGET_SETS} ; do
diff --git a/openoffice-pld-config.patch b/openoffice-pld-config.patch
deleted file mode 100644 (file)
index 67aa629..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -urN ooo-build-1.1.54.org/bin/ooo-wrapper.in ooo-build-1.1.54/bin/ooo-wrapper.in
---- ooo-build-1.1.54.org/bin/ooo-wrapper.in    2004-04-30 02:50:19.000000000 +0200
-+++ ooo-build-1.1.54/bin/ooo-wrapper.in        2004-05-04 11:46:33.758758960 +0200
-@@ -57,13 +57,8 @@
- my ($UserInstallDir, $SetupConfig);
--if ( $VendorName eq "RedHat" ) {
--    # Define user installation directory
--    $UserInstallDir = "$ENV{HOME}/.rhopenoffice$ConfigSuffix";
--} else {
--    # Define user installation directory
--    $UserInstallDir = "$ENV{HOME}/.xopenoffice$ConfigSuffix";
--}
-+# Define user installation directory
-+$UserInstallDir = "$ENV{HOME}/.openoffice";
- # Define setup autoresponse file for user installation
- $SetupConfig = "/etc/openoffice/autoresponse$BinSuffix.conf";
-
diff --git a/openoffice-setup.patch b/openoffice-setup.patch
deleted file mode 100644 (file)
index dce1e17..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-Index: bin/setup.in
-===================================================================
-RCS file: /cvs/gnome/ooo-build/bin/setup.in,v
-retrieving revision 1.66
-retrieving revision 1.68
-diff -u -u -r1.66 -r1.68
---- openoffice/bin/setup.in    3 Jul 2004 02:14:36 -0000       1.66
-+++ openoffice/bin/setup.in    7 Jul 2004 17:26:23 -0000       1.68
-@@ -72,13 +72,19 @@
- else
-     if test "z$CONFIGURE_OPTIONS" = "z"; then
--      CONFIGURE_OPTIONS="--with-lang=$LANGS \
--                     --enable-libart --enable-libsn --enable-crashdump=no \
--                     --without-fonts --disable-rpath \
--                     --with-system-zlib --enable-fontconfig \
--                     --with-system-freetype --disable-mozilla \
--                     --with-widget-sets=original,kde,gtk";
-+      if [ -s ./setup.configure ]; then
-+              . ./setup.configure
-+              echo "Using configure options from the ./setup.configure file";
-+      else
-+              CONFIGURE_OPTIONS="--with-lang=$LANGS \
-+                             --enable-libart --enable-libsn --enable-crashdump=no \
-+                             --without-fonts --disable-rpath \
-+                             --with-system-zlib --enable-fontconfig \
-+                             --with-system-freetype --disable-mozilla \
-+                             --with-widget-sets=original,kde,gtk";
-+      fi
-     else
-+      echo "CONFIGURE_OPTIONS=\"`echo \"$CONFIGURE_OPTIONS\" | xargs`\"" > ./setup.configure
-       echo "Using configure options from the environment";
-     fi
- fi
---- openoffice/dev/null        1970-01-01 01:00:00.000000000 +0100
-+++ openoffice/bin/install-dictionaries        2004-07-06 02:28:20.471312936 +0200
-@@ -0,0 +1,88 @@
-+#!/bin/sh
-+
-+
-+DICTDIR=$OOINSTDIR/share/dict/ooo
-+
-+if (! test -d $DICTDIR); then
-+    echo "Cannot find $DICTDIR; make sure you installed OOo first"
-+    exit 1;
-+fi
-+
-+
-+# the available dictionaries
-+DICTS="hyph_cs_CZ
-+      hyph_es_ES
-+      hyph_fi_FI
-+      hyph_fr_FR
-+      hyph_ga_IE
-+      hyph_hu_HU
-+      hyph_is_IS
-+      hyph_it_IT
-+      hyph_lt_LT
-+      hyph_nl_NL
-+      hyph_pl_PL
-+      hyph_pt_PT
-+      hyph_sk_SK
-+      hyph_sv_SE
-+      hyph_uk_UA
-+      thes_de_DE"
-+
-+for DICT in $DICTS ; do
-+  if test -f $SRCDIR/$DICT.tar.bz2 ; then
-+    echo "Unpacking $DICT dictionary..."
-+    mkdir -m 755 -p $DOCDIR/dictionaries
-+    TMPDIR=`mktemp -d /tmp/ooo-build.dict.XXXXXX`
-+    tar -xjf $SRCDIR/$DICT.tar.bz2 -C $TMPDIR || exit 1;
-+    chmod 644 $TMPDIR/*.* || exit 1;
-+    
-+    DICTNAME=${DICT/thes/th}
-+
-+    test -f $TMPDIR/$DICTNAME.dic && mv $TMPDIR/$DICTNAME.dic $DICTDIR/
-+    test -f $TMPDIR/$DICTNAME.dat && mv $TMPDIR/$DICTNAME.dat $DICTDIR/
-+    test -f $TMPDIR/$DICTNAME.idx && mv $TMPDIR/$DICTNAME.idx $DICTDIR/
-+    mv $TMPDIR/*.* $DOCDIR/dictionaries || exit 1;
-+    rmdir $TMPDIR || exit 1; 
-+  else
-+    echo "Warning: $DICT dictionary is not available..."
-+  fi
-+done
-+
-+echo "Creating dictionary.lst..."
-+cd $DICTDIR
-+> dictionary.lst
-+
-+# Dictionaries
-+for i in *.aff; do
-+    # does any exist?
-+    if test "z$i" != 'z*.aff' ; then
-+      LANGUAGE=`echo $i | cut -b1-2`
-+      COUNTRY=`echo $i | cut -b4-5`
-+      FULL=`echo $i | cut -b1-5`
-+
-+      echo "DICT $LANGUAGE $COUNTRY $FULL" >> dictionary.lst
-+    fi
-+done
-+
-+# Hyphenation tables
-+for i in hyph*.dic; do
-+    # does any exist?
-+    if test "z$i" != 'zhyph*.dic' ; then
-+      LANGUAGE=`echo $i | cut -b6-7`
-+      COUNTRY=`echo $i | cut -b9-10`
-+      FULL=`echo $i | cut -b6-10`
-+
-+      echo "HYPH $LANGUAGE $COUNTRY $FULL" >> dictionary.lst
-+    fi
-+done
-+
-+# Thesauruses
-+for i in th*.dat; do
-+    # does any exist?
-+    if test "z$i" != 'zth*.dat' ; then
-+      LANGUAGE=`echo $i | cut -b4-5`
-+      COUNTRY=`echo $i | cut -b7-8`
-+      FULL=`echo $i | cut -b1-8`
-+
-+      echo "THES $LANGUAGE $COUNTRY $FULL" >> dictionary.lst
-+    fi
-+done
This page took 1.411408 seconds and 4 git commands to generate.