diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 7 | ||||
-rw-r--r-- | math/gnumeric/files/md5 | 4 | ||||
-rw-r--r-- | math/gnumeric/files/patch-sum | 6 | ||||
-rw-r--r-- | math/gnumeric/patches/patch-aa | 14 | ||||
-rw-r--r-- | math/gnumeric/patches/patch-ab | 28 | ||||
-rw-r--r-- | math/gnumeric/pkg/PLIST | 1091 |
6 files changed, 565 insertions, 585 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index ce0f077a671..daf639da37f 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2000/06/01 12:07:58 rh Exp $ +# $NetBSD: Makefile,v 1.20 2000/06/26 21:55:47 rh Exp $ # -DISTNAME= gnumeric-0.54 +DISTNAME= gnumeric-0.56 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/} @@ -11,8 +11,9 @@ HOMEPAGE= http://www.gnome.org/gnumeric/ BUILD_DEPENDS+= ${LOCALBASE}/bin/python:../../lang/python DEPENDS+= gnome-core-*:../../x11/gnome-core DEPENDS+= gnome-print>=0.20:../../print/gnome-print -DEPENDS+= libxml>=1.8.5:../../textproc/libxml +DEPENDS+= libxml>=1.8.7:../../textproc/libxml DEPENDS+= libglade>=0.13:../../devel/libglade +DEPENDS+= libole2>=0.1.5:../../devel/libole2 GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/math/gnumeric/files/md5 b/math/gnumeric/files/md5 index 04b10836e7f..92e97c9918f 100644 --- a/math/gnumeric/files/md5 +++ b/math/gnumeric/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.10 2000/06/01 12:07:59 rh Exp $ +$NetBSD: md5,v 1.11 2000/06/26 21:55:48 rh Exp $ -MD5 (gnumeric-0.54.tar.gz) = 3a323d6d301d0e0acb908798e9875a17 +MD5 (gnumeric-0.56.tar.gz) = 674581cf58fc5b5158fb5103327955be diff --git a/math/gnumeric/files/patch-sum b/math/gnumeric/files/patch-sum index fabde911705..136d2242ecb 100644 --- a/math/gnumeric/files/patch-sum +++ b/math/gnumeric/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.9 2000/06/01 12:07:59 rh Exp $ +$NetBSD: patch-sum,v 1.10 2000/06/26 21:55:49 rh Exp $ -MD5 (patch-aa) = 6d0e0c44cf66860806cff45ce15905bb -MD5 (patch-ab) = 68a2a0bf957929888e08a05fa241dbcd +MD5 (patch-aa) = 924fbac922c081d2956491fda9a21c03 +MD5 (patch-ab) = 27dded2423bab4880f320794918b88ca diff --git a/math/gnumeric/patches/patch-aa b/math/gnumeric/patches/patch-aa index 28195d16fdc..5f4fcf4459a 100644 --- a/math/gnumeric/patches/patch-aa +++ b/math/gnumeric/patches/patch-aa @@ -1,17 +1,17 @@ -$NetBSD: patch-aa,v 1.7 2000/05/30 09:16:10 rh Exp $ +$NetBSD: patch-aa,v 1.8 2000/06/26 21:55:49 rh Exp $ ---- configure.orig Wed May 10 03:50:13 2000 -+++ configure Fri May 19 17:55:45 2000 -@@ -3070,7 +3070,7 @@ +--- configure.orig Tue Jun 20 04:00:38 2000 ++++ configure Mon Jun 26 22:40:08 2000 +@@ -3055,7 +3055,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lxml `$GNOME_CONFIG --libs xml` $LIBS" -+LIBS="`xml-config --libs` ${LIBS}" ++LIBS="`xml-config --libs` $LIBS" cat > conftest.$ac_ext <<EOF - #line 3076 "configure" + #line 3061 "configure" #include "confdefs.h" -@@ -3100,7 +3100,7 @@ +@@ -3085,7 +3085,7 @@ echo "$ac_t""yes" 1>&6 diff --git a/math/gnumeric/patches/patch-ab b/math/gnumeric/patches/patch-ab index 7f76c14981d..8b0424844ec 100644 --- a/math/gnumeric/patches/patch-ab +++ b/math/gnumeric/patches/patch-ab @@ -1,13 +1,17 @@ -$NetBSD: patch-ab,v 1.3 2000/06/01 12:08:00 rh Exp $ +$NetBSD: patch-ab,v 1.4 2000/06/26 21:55:50 rh Exp $ ---- libole2/doc/Makefile.in.orig Sun May 21 08:26:49 2000 -+++ libole2/doc/Makefile.in Wed May 31 20:59:55 2000 -@@ -272,8 +272,6 @@ - echo '-- Installing '$$i ; \ - $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ - done; \ -- echo '-- Installing $(srcdir)/html/index.sgml' ; \ -- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ - echo '-- Fixing Crossreferences' ; \ - gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR)|| true; \ - fi) +--- src/plugin.c.orig Sat May 27 04:18:47 2000 ++++ src/plugin.c Mon Jun 26 22:42:10 2000 +@@ -206,10 +206,10 @@ + len = strlen (e->d_name); + /* + * Install all files in the directory with the name +- * gnum_*.so ++ * libgnum_*.so + */ + if (len > 8 && +- strncmp (e->d_name, "gnum_", 3) == 0 && ++ strncmp (e->d_name, "libgnum_", 8) == 0 && + strncmp (e->d_name + len - 3, ".so", 3) == 0){ + char *plugin_name; + diff --git a/math/gnumeric/pkg/PLIST b/math/gnumeric/pkg/PLIST index f28507605c0..0c6a72d7dbb 100644 --- a/math/gnumeric/pkg/PLIST +++ b/math/gnumeric/pkg/PLIST @@ -1,59 +1,517 @@ -@comment $NetBSD: PLIST,v 1.11 2000/06/01 12:08:02 rh Exp $ -bin/libole2-config +@comment $NetBSD: PLIST,v 1.12 2000/06/26 21:55:50 rh Exp $ bin/gnumeric etc/CORBA/servers/gnumeric.gnorba etc/CORBA/servers/graph.gnorba -include/libole2/libole2.h -include/libole2/ms-ole.h -include/libole2/ms-ole-summary.h -include/libole2/ms-ole-vba.h -lib/libole2.a +lib/gnumeric/0.56/plugins/gnum_csv.la +lib/gnumeric/0.56/plugins/gnum_dif.la +lib/gnumeric/0.56/plugins/gnum_html.la +lib/gnumeric/0.56/plugins/gnum_lotus.la +lib/gnumeric/0.56/plugins/gnum_numtheory.la +lib/gnumeric/0.56/plugins/gnum_oleo.la +lib/gnumeric/0.56/plugins/gnum_sample.la +lib/gnumeric/0.56/plugins/gnum_sc.la +lib/gnumeric/0.56/plugins/gnum_sylk.la +lib/gnumeric/0.56/plugins/gnum_text.la +lib/gnumeric/0.56/plugins/gnum_xbase.la +lib/gnumeric/0.56/plugins/libgnum_csv.a +lib/gnumeric/0.56/plugins/libgnum_csv.so.0.0 +lib/gnumeric/0.56/plugins/libgnum_dif.a +lib/gnumeric/0.56/plugins/libgnum_dif.so.0.0 +lib/gnumeric/0.56/plugins/libgnum_html.a +lib/gnumeric/0.56/plugins/libgnum_html.so.0.0 +lib/gnumeric/0.56/plugins/libgnum_lotus.a +lib/gnumeric/0.56/plugins/libgnum_lotus.so.0.0 +lib/gnumeric/0.56/plugins/libgnum_numtheory.a +lib/gnumeric/0.56/plugins/libgnum_numtheory.so.0.0 +lib/gnumeric/0.56/plugins/libgnum_oleo.a +lib/gnumeric/0.56/plugins/libgnum_oleo.so.0.0 +lib/gnumeric/0.56/plugins/libgnum_sample.a +lib/gnumeric/0.56/plugins/libgnum_sample.so.0.0 +lib/gnumeric/0.56/plugins/libgnum_sc.a +lib/gnumeric/0.56/plugins/libgnum_sc.so.0.0 +lib/gnumeric/0.56/plugins/libgnum_sylk.a +lib/gnumeric/0.56/plugins/libgnum_sylk.so.0.0 +lib/gnumeric/0.56/plugins/libgnum_text.a +lib/gnumeric/0.56/plugins/libgnum_text.so.0.0 +lib/gnumeric/0.56/plugins/libgnum_xbase.a +lib/gnumeric/0.56/plugins/libgnum_xbase.so.0.0 lib/gnumericConf.sh -lib/libole2.so.0.0 -lib/libole2.la -lib/libole2Conf.sh -lib/gnumeric/0.54/plugins/libgnum_lotus.so.0.0 -lib/gnumeric/0.54/plugins/gnum_lotus.la -lib/gnumeric/0.54/plugins/libgnum_lotus.a -lib/gnumeric/0.54/plugins/libgnum_oleo.so.0.0 -lib/gnumeric/0.54/plugins/gnum_oleo.la -lib/gnumeric/0.54/plugins/libgnum_oleo.a -lib/gnumeric/0.54/plugins/libgnum_sc.so.0.0 -lib/gnumeric/0.54/plugins/gnum_sc.la -lib/gnumeric/0.54/plugins/libgnum_sc.a -lib/gnumeric/0.54/plugins/libgnum_sylk.so.0.0 -lib/gnumeric/0.54/plugins/gnum_sylk.la -lib/gnumeric/0.54/plugins/libgnum_sylk.a -lib/gnumeric/0.54/plugins/libgnum_text.so.0.0 -lib/gnumeric/0.54/plugins/gnum_text.la -lib/gnumeric/0.54/plugins/libgnum_text.a -lib/gnumeric/0.54/plugins/libgnum_csv.so.0.0 -lib/gnumeric/0.54/plugins/gnum_csv.la -lib/gnumeric/0.54/plugins/libgnum_csv.a -lib/gnumeric/0.54/plugins/libgnum_xbase.so.0.0 -lib/gnumeric/0.54/plugins/gnum_xbase.la -lib/gnumeric/0.54/plugins/libgnum_xbase.a -lib/gnumeric/0.54/plugins/libgnum_html.so.0.0 -lib/gnumeric/0.54/plugins/gnum_dif.la -lib/gnumeric/0.54/plugins/gnum_html.la -lib/gnumeric/0.54/plugins/libgnum_html.a -lib/gnumeric/0.54/plugins/libgnum_dif.so.0.0 -lib/gnumeric/0.54/plugins/libgnum_dif.a -lib/gnumeric/0.54/plugins/libgnum_sample.so.0.0 -lib/gnumeric/0.54/plugins/gnum_sample.la -lib/gnumeric/0.54/plugins/libgnum_sample.a -lib/gnumeric/0.54/plugins/libgnum_numtheory.so.0.0 -lib/gnumeric/0.54/plugins/gnum_numtheory.la -lib/gnumeric/0.54/plugins/libgnum_numtheory.a +share/gnome/apps/Applications/gnumeric.desktop +share/gnome/help/gnumeric/C/analysis-tools.html +share/gnome/help/gnumeric/C/autofill.html +share/gnome/help/gnumeric/C/cell-elements.html +share/gnome/help/gnumeric/C/cell-referencing.html +share/gnome/help/gnumeric/C/docbook.css +share/gnome/help/gnumeric/C/editing-selections.html +share/gnome/help/gnumeric/C/editing.html +share/gnome/help/gnumeric/C/files.html +share/gnome/help/gnumeric/C/formatting.html +share/gnome/help/gnumeric/C/formulas.html +share/gnome/help/gnumeric/C/function-reference.html +share/gnome/help/gnumeric/C/gnumeric.html +share/gnome/help/gnumeric/C/images/align-center.gif +share/gnome/help/gnumeric/C/images/align-left.gif +share/gnome/help/gnumeric/C/images/align-right.gif +share/gnome/help/gnumeric/C/images/arrow.gif +share/gnome/help/gnumeric/C/images/autofill-1.jpg +share/gnome/help/gnumeric/C/images/autofill-10.jpg +share/gnome/help/gnumeric/C/images/autofill-2.jpg +share/gnome/help/gnumeric/C/images/autofill-3.jpg +share/gnome/help/gnumeric/C/images/autofill-4.jpg +share/gnome/help/gnumeric/C/images/autofill-5.jpg +share/gnome/help/gnumeric/C/images/autofill-6.jpg +share/gnome/help/gnumeric/C/images/autofill-7.jpg +share/gnome/help/gnumeric/C/images/autofill-8.jpg +share/gnome/help/gnumeric/C/images/autofill-9.jpg +share/gnome/help/gnumeric/C/images/bold.gif +share/gnome/help/gnumeric/C/images/cells-1.jpg +share/gnome/help/gnumeric/C/images/cells-2.jpg +share/gnome/help/gnumeric/C/images/cursor_cross.gif +share/gnome/help/gnumeric/C/images/dndselection-1.jpg +share/gnome/help/gnumeric/C/images/editing-1.jpg +share/gnome/help/gnumeric/C/images/editing-cell-selection-1.jpg +share/gnome/help/gnumeric/C/images/italic.gif +share/gnome/help/gnumeric/C/images/line.gif +share/gnome/help/gnumeric/C/images/number-format-buttonbar.jpg +share/gnome/help/gnumeric/C/images/number-format-color-dialog.jpg +share/gnome/help/gnumeric/C/images/number-format-dialog.jpg +share/gnome/help/gnumeric/C/images/number-format-font-dialog.jpg +share/gnome/help/gnumeric/C/images/number-format-justification-dialog-2.jpg +share/gnome/help/gnumeric/C/images/number-format-justification-dialog.jpg +share/gnome/help/gnumeric/C/images/number-format-justification.jpg +share/gnome/help/gnumeric/C/images/oval.gif +share/gnome/help/gnumeric/C/images/rect.gif +share/gnome/help/gnumeric/C/images/selection-1.jpg +share/gnome/help/gnumeric/C/images/selection-10.jpg +share/gnome/help/gnumeric/C/images/selection-2.jpg +share/gnome/help/gnumeric/C/images/selection-3.jpg +share/gnome/help/gnumeric/C/images/selection-4.jpg +share/gnome/help/gnumeric/C/images/selection-5.jpg +share/gnome/help/gnumeric/C/images/selection-6.jpg +share/gnome/help/gnumeric/C/images/selection-7.jpg +share/gnome/help/gnumeric/C/images/selection-8.jpg +share/gnome/help/gnumeric/C/images/selection-9.jpg +share/gnome/help/gnumeric/C/images/solver-01.jpg +share/gnome/help/gnumeric/C/images/solver-02.jpg +share/gnome/help/gnumeric/C/images/solver-03.jpg +share/gnome/help/gnumeric/C/images/solver-04.jpg +share/gnome/help/gnumeric/C/images/solver-05.jpg +share/gnome/help/gnumeric/C/images/stock_copy.gif +share/gnome/help/gnumeric/C/images/stock_cut.gif +share/gnome/help/gnumeric/C/images/stock_new.gif +share/gnome/help/gnumeric/C/images/stock_open.gif +share/gnome/help/gnumeric/C/images/stock_paste.gif +share/gnome/help/gnumeric/C/images/stock_save.gif +share/gnome/help/gnumeric/C/images/worksheet-all-1.jpg +share/gnome/help/gnumeric/C/images/worksheet-cols-1.jpg +share/gnome/help/gnumeric/C/images/worksheet-data-1.jpg +share/gnome/help/gnumeric/C/images/worksheet-data-2.jpg +share/gnome/help/gnumeric/C/images/worksheet-data-3.jpg +share/gnome/help/gnumeric/C/images/worksheet-data-4.jpg +share/gnome/help/gnumeric/C/images/worksheet-info-1.jpg +share/gnome/help/gnumeric/C/images/worksheet-rows-1.jpg +share/gnome/help/gnumeric/C/images/worksheet-running-calc-1.jpg +share/gnome/help/gnumeric/C/images/worksheet-zoomin-1.jpg +share/gnome/help/gnumeric/C/images/worksheet-zoomout-1.jpg +share/gnome/help/gnumeric/C/ln20.html +share/gnome/help/gnumeric/C/printing.html +share/gnome/help/gnumeric/C/r10007.html +share/gnome/help/gnumeric/C/r10031.html +share/gnome/help/gnumeric/C/r10057.html +share/gnome/help/gnumeric/C/r10079.html +share/gnome/help/gnumeric/C/r10104.html +share/gnome/help/gnumeric/C/r10127.html +share/gnome/help/gnumeric/C/r10149.html +share/gnome/help/gnumeric/C/r10178.html +share/gnome/help/gnumeric/C/r10199.html +share/gnome/help/gnumeric/C/r10222.html +share/gnome/help/gnumeric/C/r10244.html +share/gnome/help/gnumeric/C/r10271.html +share/gnome/help/gnumeric/C/r10291.html +share/gnome/help/gnumeric/C/r10317.html +share/gnome/help/gnumeric/C/r10342.html +share/gnome/help/gnumeric/C/r10365.html +share/gnome/help/gnumeric/C/r10388.html +share/gnome/help/gnumeric/C/r10409.html +share/gnome/help/gnumeric/C/r10434.html +share/gnome/help/gnumeric/C/r10458.html +share/gnome/help/gnumeric/C/r10480.html +share/gnome/help/gnumeric/C/r10500.html +share/gnome/help/gnumeric/C/r10520.html +share/gnome/help/gnumeric/C/r10544.html +share/gnome/help/gnumeric/C/r2201.html +share/gnome/help/gnumeric/C/r2225.html +share/gnome/help/gnumeric/C/r2254.html +share/gnome/help/gnumeric/C/r2275.html +share/gnome/help/gnumeric/C/r2299.html +share/gnome/help/gnumeric/C/r2329.html +share/gnome/help/gnumeric/C/r2349.html +share/gnome/help/gnumeric/C/r2371.html +share/gnome/help/gnumeric/C/r2394.html +share/gnome/help/gnumeric/C/r2422.html +share/gnome/help/gnumeric/C/r2443.html +share/gnome/help/gnumeric/C/r2473.html +share/gnome/help/gnumeric/C/r2493.html +share/gnome/help/gnumeric/C/r2517.html +share/gnome/help/gnumeric/C/r2539.html +share/gnome/help/gnumeric/C/r2578.html +share/gnome/help/gnumeric/C/r2601.html +share/gnome/help/gnumeric/C/r2622.html +share/gnome/help/gnumeric/C/r2652.html +share/gnome/help/gnumeric/C/r2692.html +share/gnome/help/gnumeric/C/r2715.html +share/gnome/help/gnumeric/C/r2739.html +share/gnome/help/gnumeric/C/r2763.html +share/gnome/help/gnumeric/C/r2788.html +share/gnome/help/gnumeric/C/r2812.html +share/gnome/help/gnumeric/C/r2835.html +share/gnome/help/gnumeric/C/r2857.html +share/gnome/help/gnumeric/C/r2880.html +share/gnome/help/gnumeric/C/r2909.html +share/gnome/help/gnumeric/C/r2933.html +share/gnome/help/gnumeric/C/r2960.html +share/gnome/help/gnumeric/C/r2984.html +share/gnome/help/gnumeric/C/r3009.html +share/gnome/help/gnumeric/C/r3036.html +share/gnome/help/gnumeric/C/r3060.html +share/gnome/help/gnumeric/C/r3080.html +share/gnome/help/gnumeric/C/r3102.html +share/gnome/help/gnumeric/C/r3126.html +share/gnome/help/gnumeric/C/r3151.html +share/gnome/help/gnumeric/C/r3174.html +share/gnome/help/gnumeric/C/r3202.html +share/gnome/help/gnumeric/C/r3225.html +share/gnome/help/gnumeric/C/r3245.html +share/gnome/help/gnumeric/C/r3267.html +share/gnome/help/gnumeric/C/r3294.html +share/gnome/help/gnumeric/C/r3317.html +share/gnome/help/gnumeric/C/r3337.html +share/gnome/help/gnumeric/C/r3448.html +share/gnome/help/gnumeric/C/r3473.html +share/gnome/help/gnumeric/C/r3497.html +share/gnome/help/gnumeric/C/r3520.html +share/gnome/help/gnumeric/C/r3549.html +share/gnome/help/gnumeric/C/r3572.html +share/gnome/help/gnumeric/C/r3595.html +share/gnome/help/gnumeric/C/r3622.html +share/gnome/help/gnumeric/C/r3643.html +share/gnome/help/gnumeric/C/r3667.html +share/gnome/help/gnumeric/C/r3696.html +share/gnome/help/gnumeric/C/r3717.html +share/gnome/help/gnumeric/C/r3740.html +share/gnome/help/gnumeric/C/r3762.html +share/gnome/help/gnumeric/C/r3783.html +share/gnome/help/gnumeric/C/r3806.html +share/gnome/help/gnumeric/C/r3826.html +share/gnome/help/gnumeric/C/r3851.html +share/gnome/help/gnumeric/C/r3874.html +share/gnome/help/gnumeric/C/r3898.html +share/gnome/help/gnumeric/C/r3921.html +share/gnome/help/gnumeric/C/r3941.html +share/gnome/help/gnumeric/C/r3964.html +share/gnome/help/gnumeric/C/r3992.html +share/gnome/help/gnumeric/C/r4016.html +share/gnome/help/gnumeric/C/r4036.html +share/gnome/help/gnumeric/C/r4059.html +share/gnome/help/gnumeric/C/r4085.html +share/gnome/help/gnumeric/C/r4110.html +share/gnome/help/gnumeric/C/r4139.html +share/gnome/help/gnumeric/C/r4162.html +share/gnome/help/gnumeric/C/r4189.html +share/gnome/help/gnumeric/C/r4216.html +share/gnome/help/gnumeric/C/r4238.html +share/gnome/help/gnumeric/C/r4260.html +share/gnome/help/gnumeric/C/r4284.html +share/gnome/help/gnumeric/C/r4309.html +share/gnome/help/gnumeric/C/r4332.html +share/gnome/help/gnumeric/C/r4355.html +share/gnome/help/gnumeric/C/r4377.html +share/gnome/help/gnumeric/C/r4402.html +share/gnome/help/gnumeric/C/r4426.html +share/gnome/help/gnumeric/C/r4450.html +share/gnome/help/gnumeric/C/r4491.html +share/gnome/help/gnumeric/C/r4512.html +share/gnome/help/gnumeric/C/r4533.html +share/gnome/help/gnumeric/C/r4557.html +share/gnome/help/gnumeric/C/r4583.html +share/gnome/help/gnumeric/C/r4603.html +share/gnome/help/gnumeric/C/r4627.html +share/gnome/help/gnumeric/C/r4649.html +share/gnome/help/gnumeric/C/r4671.html +share/gnome/help/gnumeric/C/r4694.html +share/gnome/help/gnumeric/C/r4719.html +share/gnome/help/gnumeric/C/r4746.html +share/gnome/help/gnumeric/C/r4767.html +share/gnome/help/gnumeric/C/r4789.html +share/gnome/help/gnumeric/C/r4812.html +share/gnome/help/gnumeric/C/r4836.html +share/gnome/help/gnumeric/C/r4877.html +share/gnome/help/gnumeric/C/r4897.html +share/gnome/help/gnumeric/C/r4925.html +share/gnome/help/gnumeric/C/r4949.html +share/gnome/help/gnumeric/C/r4973.html +share/gnome/help/gnumeric/C/r5000.html +share/gnome/help/gnumeric/C/r5025.html +share/gnome/help/gnumeric/C/r5045.html +share/gnome/help/gnumeric/C/r5065.html +share/gnome/help/gnumeric/C/r5089.html +share/gnome/help/gnumeric/C/r5114.html +share/gnome/help/gnumeric/C/r5138.html +share/gnome/help/gnumeric/C/r5163.html +share/gnome/help/gnumeric/C/r5187.html +share/gnome/help/gnumeric/C/r5215.html +share/gnome/help/gnumeric/C/r5238.html +share/gnome/help/gnumeric/C/r5265.html +share/gnome/help/gnumeric/C/r5289.html +share/gnome/help/gnumeric/C/r5309.html +share/gnome/help/gnumeric/C/r5332.html +share/gnome/help/gnumeric/C/r5356.html +share/gnome/help/gnumeric/C/r5396.html +share/gnome/help/gnumeric/C/r5419.html +share/gnome/help/gnumeric/C/r5442.html +share/gnome/help/gnumeric/C/r5467.html +share/gnome/help/gnumeric/C/r5492.html +share/gnome/help/gnumeric/C/r5515.html +share/gnome/help/gnumeric/C/r5538.html +share/gnome/help/gnumeric/C/r5561.html +share/gnome/help/gnumeric/C/r5589.html +share/gnome/help/gnumeric/C/r5609.html +share/gnome/help/gnumeric/C/r5632.html +share/gnome/help/gnumeric/C/r5654.html +share/gnome/help/gnumeric/C/r5694.html +share/gnome/help/gnumeric/C/r5719.html +share/gnome/help/gnumeric/C/r5741.html +share/gnome/help/gnumeric/C/r5762.html +share/gnome/help/gnumeric/C/r5787.html +share/gnome/help/gnumeric/C/r5809.html +share/gnome/help/gnumeric/C/r5838.html +share/gnome/help/gnumeric/C/r5862.html +share/gnome/help/gnumeric/C/r5885.html +share/gnome/help/gnumeric/C/r5909.html +share/gnome/help/gnumeric/C/r5936.html +share/gnome/help/gnumeric/C/r5958.html +share/gnome/help/gnumeric/C/r5980.html +share/gnome/help/gnumeric/C/r6006.html +share/gnome/help/gnumeric/C/r6030.html +share/gnome/help/gnumeric/C/r6050.html +share/gnome/help/gnumeric/C/r6077.html +share/gnome/help/gnumeric/C/r6102.html +share/gnome/help/gnumeric/C/r6126.html +share/gnome/help/gnumeric/C/r6149.html +share/gnome/help/gnumeric/C/r6174.html +share/gnome/help/gnumeric/C/r6196.html +share/gnome/help/gnumeric/C/r6219.html +share/gnome/help/gnumeric/C/r6241.html +share/gnome/help/gnumeric/C/r6283.html +share/gnome/help/gnumeric/C/r6306.html +share/gnome/help/gnumeric/C/r6329.html +share/gnome/help/gnumeric/C/r6350.html +share/gnome/help/gnumeric/C/r6382.html +share/gnome/help/gnumeric/C/r6407.html +share/gnome/help/gnumeric/C/r6432.html +share/gnome/help/gnumeric/C/r6452.html +share/gnome/help/gnumeric/C/r6475.html +share/gnome/help/gnumeric/C/r6500.html +share/gnome/help/gnumeric/C/r6524.html +share/gnome/help/gnumeric/C/r6545.html +share/gnome/help/gnumeric/C/r6568.html +share/gnome/help/gnumeric/C/r6593.html +share/gnome/help/gnumeric/C/r6616.html +share/gnome/help/gnumeric/C/r6645.html +share/gnome/help/gnumeric/C/r6669.html +share/gnome/help/gnumeric/C/r6691.html +share/gnome/help/gnumeric/C/r6718.html +share/gnome/help/gnumeric/C/r6740.html +share/gnome/help/gnumeric/C/r6767.html +share/gnome/help/gnumeric/C/r6787.html +share/gnome/help/gnumeric/C/r6813.html +share/gnome/help/gnumeric/C/r6838.html +share/gnome/help/gnumeric/C/r6863.html +share/gnome/help/gnumeric/C/r6887.html +share/gnome/help/gnumeric/C/r6914.html +share/gnome/help/gnumeric/C/r6954.html +share/gnome/help/gnumeric/C/r6977.html +share/gnome/help/gnumeric/C/r6999.html +share/gnome/help/gnumeric/C/r7022.html +share/gnome/help/gnumeric/C/r7044.html +share/gnome/help/gnumeric/C/r7064.html +share/gnome/help/gnumeric/C/r7089.html +share/gnome/help/gnumeric/C/r7111.html +share/gnome/help/gnumeric/C/r7137.html +share/gnome/help/gnumeric/C/r7160.html +share/gnome/help/gnumeric/C/r7185.html +share/gnome/help/gnumeric/C/r7213.html +share/gnome/help/gnumeric/C/r7243.html +share/gnome/help/gnumeric/C/r7267.html +share/gnome/help/gnumeric/C/r7293.html +share/gnome/help/gnumeric/C/r7313.html +share/gnome/help/gnumeric/C/r7349.html +share/gnome/help/gnumeric/C/r7366.html +share/gnome/help/gnumeric/C/r7388.html +share/gnome/help/gnumeric/C/r7413.html +share/gnome/help/gnumeric/C/r7438.html +share/gnome/help/gnumeric/C/r7462.html +share/gnome/help/gnumeric/C/r7485.html +share/gnome/help/gnumeric/C/r7508.html +share/gnome/help/gnumeric/C/r7531.html +share/gnome/help/gnumeric/C/r7564.html +share/gnome/help/gnumeric/C/r7586.html +share/gnome/help/gnumeric/C/r7613.html +share/gnome/help/gnumeric/C/r7633.html +share/gnome/help/gnumeric/C/r7673.html +share/gnome/help/gnumeric/C/r7696.html +share/gnome/help/gnumeric/C/r7719.html +share/gnome/help/gnumeric/C/r7742.html +share/gnome/help/gnumeric/C/r7766.html +share/gnome/help/gnumeric/C/r7790.html +share/gnome/help/gnumeric/C/r7816.html +share/gnome/help/gnumeric/C/r7838.html +share/gnome/help/gnumeric/C/r7862.html +share/gnome/help/gnumeric/C/r7890.html +share/gnome/help/gnumeric/C/r7912.html +share/gnome/help/gnumeric/C/r7932.html +share/gnome/help/gnumeric/C/r7954.html +share/gnome/help/gnumeric/C/r7981.html +share/gnome/help/gnumeric/C/r8004.html +share/gnome/help/gnumeric/C/r8026.html +share/gnome/help/gnumeric/C/r8050.html +share/gnome/help/gnumeric/C/r8083.html +share/gnome/help/gnumeric/C/r8111.html +share/gnome/help/gnumeric/C/r8135.html +share/gnome/help/gnumeric/C/r8157.html +share/gnome/help/gnumeric/C/r8185.html +share/gnome/help/gnumeric/C/r8211.html +share/gnome/help/gnumeric/C/r8234.html +share/gnome/help/gnumeric/C/r8257.html +share/gnome/help/gnumeric/C/r8285.html +share/gnome/help/gnumeric/C/r8309.html +share/gnome/help/gnumeric/C/r8334.html +share/gnome/help/gnumeric/C/r8362.html +share/gnome/help/gnumeric/C/r8389.html +share/gnome/help/gnumeric/C/r8407.html +share/gnome/help/gnumeric/C/r8431.html +share/gnome/help/gnumeric/C/r8459.html +share/gnome/help/gnumeric/C/r8487.html +share/gnome/help/gnumeric/C/r8510.html +share/gnome/help/gnumeric/C/r8532.html +share/gnome/help/gnumeric/C/r8555.html +share/gnome/help/gnumeric/C/r8583.html +share/gnome/help/gnumeric/C/r8604.html +share/gnome/help/gnumeric/C/r8627.html +share/gnome/help/gnumeric/C/r8651.html +share/gnome/help/gnumeric/C/r8675.html +share/gnome/help/gnumeric/C/r8703.html +share/gnome/help/gnumeric/C/r8726.html +share/gnome/help/gnumeric/C/r8755.html +share/gnome/help/gnumeric/C/r8777.html +share/gnome/help/gnumeric/C/r8801.html +share/gnome/help/gnumeric/C/r8822.html +share/gnome/help/gnumeric/C/r8846.html +share/gnome/help/gnumeric/C/r8869.html +share/gnome/help/gnumeric/C/r8894.html +share/gnome/help/gnumeric/C/r8917.html +share/gnome/help/gnumeric/C/r8937.html +share/gnome/help/gnumeric/C/r8958.html +share/gnome/help/gnumeric/C/r8983.html +share/gnome/help/gnumeric/C/r9012.html +share/gnome/help/gnumeric/C/r9037.html +share/gnome/help/gnumeric/C/r9057.html +share/gnome/help/gnumeric/C/r9077.html +share/gnome/help/gnumeric/C/r9099.html +share/gnome/help/gnumeric/C/r9121.html +share/gnome/help/gnumeric/C/r9145.html +share/gnome/help/gnumeric/C/r9171.html +share/gnome/help/gnumeric/C/r9192.html +share/gnome/help/gnumeric/C/r9233.html +share/gnome/help/gnumeric/C/r9261.html +share/gnome/help/gnumeric/C/r9281.html +share/gnome/help/gnumeric/C/r9321.html +share/gnome/help/gnumeric/C/r9342.html +share/gnome/help/gnumeric/C/r9365.html +share/gnome/help/gnumeric/C/r9406.html +share/gnome/help/gnumeric/C/r9432.html +share/gnome/help/gnumeric/C/r9456.html +share/gnome/help/gnumeric/C/r9484.html +share/gnome/help/gnumeric/C/r9504.html +share/gnome/help/gnumeric/C/r9527.html +share/gnome/help/gnumeric/C/r9551.html +share/gnome/help/gnumeric/C/r9579.html +share/gnome/help/gnumeric/C/r9600.html +share/gnome/help/gnumeric/C/r9620.html +share/gnome/help/gnumeric/C/r9647.html +share/gnome/help/gnumeric/C/r9687.html +share/gnome/help/gnumeric/C/r9712.html +share/gnome/help/gnumeric/C/r9741.html +share/gnome/help/gnumeric/C/r9763.html +share/gnome/help/gnumeric/C/r9786.html +share/gnome/help/gnumeric/C/r9813.html +share/gnome/help/gnumeric/C/r9839.html +share/gnome/help/gnumeric/C/r9867.html +share/gnome/help/gnumeric/C/r9887.html +share/gnome/help/gnumeric/C/r9912.html +share/gnome/help/gnumeric/C/r9935.html +share/gnome/help/gnumeric/C/r9959.html +share/gnome/help/gnumeric/C/r9985.html +share/gnome/help/gnumeric/C/style.html +share/gnome/help/gnumeric/C/topic.dat +share/gnome/help/gnumeric/C/tutorials.html +share/gnome/help/gnumeric/C/worksheet.html +share/gnome/help/gnumeric/C/x176.html +share/gnome/help/gnumeric/C/x222.html +share/gnome/help/gnumeric/C/x669.html +share/gnome/help/gnumeric/C/x683.html +share/gnumeric/0.56/glade/advanced-filter.glade +share/gnumeric/0.56/glade/analysis-tools.glade +share/gnumeric/0.56/glade/autocorrect-exceptions.glade +share/gnumeric/0.56/glade/autocorrect.glade +share/gnumeric/0.56/glade/autosave-prompt.glade +share/gnumeric/0.56/glade/autosave.glade +share/gnumeric/0.56/glade/cell-format.glade +share/gnumeric/0.56/glade/cell-sort.glade +share/gnumeric/0.56/glade/col-width.glade +share/gnumeric/0.56/glade/delete-cells.glade +share/gnumeric/0.56/glade/dialog-stf-export.glade +share/gnumeric/0.56/glade/dialog-stf.glade +share/gnumeric/0.56/glade/dialog-zoom.glade +share/gnumeric/0.56/glade/font-sel.glade +share/gnumeric/0.56/glade/formula-guru.glade +share/gnumeric/0.56/glade/function-select.glade +share/gnumeric/0.56/glade/graphics.glade +share/gnumeric/0.56/glade/hf-config.glade +share/gnumeric/0.56/glade/import.glade +share/gnumeric/0.56/glade/insert-cells.glade +share/gnumeric/0.56/glade/names.glade +share/gnumeric/0.56/glade/plugin-manager.glade +share/gnumeric/0.56/glade/print.glade +share/gnumeric/0.56/glade/row-height.glade +share/gnumeric/0.56/glade/sheet-order.glade +share/gnumeric/0.56/glade/sheet-rename.glade +share/gnumeric/0.56/glade/solver-options.glade +share/gnumeric/0.56/glade/solver.glade +share/gnumeric/0.56/glade/summary.glade +share/gnumeric/0.56/glade/workbook-attr.glade +share/gnumeric/0.56/python/gnumeric_defs.py +share/gnumeric/0.56/python/gnumeric_startup.py +share/idl/Gnumeric.idl +share/idl/Graph.idl share/locale/cs/LC_MESSAGES/gnumeric.mo share/locale/da/LC_MESSAGES/gnumeric.mo share/locale/de/LC_MESSAGES/gnumeric.mo share/locale/el/LC_MESSAGES/gnumeric.mo +share/locale/en_GB/LC_MESSAGES/gnumeric.mo share/locale/es/LC_MESSAGES/gnumeric.mo +share/locale/es_DO/LC_MESSAGES/gnumeric.mo +share/locale/es_GT/LC_MESSAGES/gnumeric.mo +share/locale/es_HN/LC_MESSAGES/gnumeric.mo +share/locale/es_MX/LC_MESSAGES/gnumeric.mo +share/locale/es_PA/LC_MESSAGES/gnumeric.mo +share/locale/es_PE/LC_MESSAGES/gnumeric.mo +share/locale/es_SV/LC_MESSAGES/gnumeric.mo share/locale/et/LC_MESSAGES/gnumeric.mo share/locale/fi/LC_MESSAGES/gnumeric.mo share/locale/fr/LC_MESSAGES/gnumeric.mo share/locale/ga/LC_MESSAGES/gnumeric.mo +share/locale/gl/LC_MESSAGES/gnumeric.mo share/locale/hr/LC_MESSAGES/gnumeric.mo share/locale/hu/LC_MESSAGES/gnumeric.mo share/locale/it/LC_MESSAGES/gnumeric.mo @@ -68,26 +526,17 @@ share/locale/ru/LC_MESSAGES/gnumeric.mo share/locale/sk/LC_MESSAGES/gnumeric.mo share/locale/sv/LC_MESSAGES/gnumeric.mo share/locale/uk/LC_MESSAGES/gnumeric.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo -share/locale/en_GB/LC_MESSAGES/gnumeric.mo -share/locale/gl/LC_MESSAGES/gnumeric.mo -share/locale/es_DO/LC_MESSAGES/gnumeric.mo -share/locale/es_GT/LC_MESSAGES/gnumeric.mo -share/locale/es_HN/LC_MESSAGES/gnumeric.mo -share/locale/es_MX/LC_MESSAGES/gnumeric.mo -share/locale/es_PA/LC_MESSAGES/gnumeric.mo -share/locale/es_PE/LC_MESSAGES/gnumeric.mo -share/locale/es_SV/LC_MESSAGES/gnumeric.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gnumeric.mo -share/aclocal/libole2.m4 -share/aclocal/gnome-libole2.m4 -share/pixmaps/gnome-gnumeric.png +share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo +share/mc/templates/gnumeric.desktop +share/mime-info/gnumeric.keys +share/mime-info/gnumeric.mime +share/oaf/gnumeric.oafinfo +share/oaf/graph.oafinfo share/pixmaps/gnome-application-x-gnumeric.png share/pixmaps/gnome-application-x-xls.png -share/pixmaps/gnumeric/orient-horizontal.png -share/pixmaps/gnumeric/orient-vertical.png -share/pixmaps/gnumeric/right-down.png -share/pixmaps/gnumeric/down-right.png +share/pixmaps/gnome-gnumeric.png +share/pixmaps/gnumeric/bottom_border share/pixmaps/gnumeric/chart_area_1_1.png share/pixmaps/gnumeric/chart_area_1_2.png share/pixmaps/gnumeric/chart_area_1_3.png @@ -150,10 +599,10 @@ share/pixmaps/gnumeric/chart_radar_1_2.png share/pixmaps/gnumeric/chart_radar_1_3.png share/pixmaps/gnumeric/chart_scatter_1_1.png share/pixmaps/gnumeric/chart_scatter_2_1.png -share/pixmaps/gnumeric/chart_stock_1_1.png share/pixmaps/gnumeric/chart_scatter_2_2.png share/pixmaps/gnumeric/chart_scatter_3_1.png share/pixmaps/gnumeric/chart_scatter_3_2.png +share/pixmaps/gnumeric/chart_stock_1_1.png share/pixmaps/gnumeric/chart_stock_1_2.png share/pixmaps/gnumeric/chart_stock_2_1.png share/pixmaps/gnumeric/chart_stock_2_2.png @@ -161,16 +610,24 @@ share/pixmaps/gnumeric/chart_surface_1_1.png share/pixmaps/gnumeric/chart_surface_1_2.png share/pixmaps/gnumeric/chart_surface_2_1.png share/pixmaps/gnumeric/chart_surface_2_2.png +share/pixmaps/gnumeric/diag_border +share/pixmaps/gnumeric/down-right.png share/pixmaps/gnumeric/gp_125grey share/pixmaps/gnumeric/gp_25grey share/pixmaps/gnumeric/gp_50grey share/pixmaps/gnumeric/gp_625grey share/pixmaps/gnumeric/gp_75grey +share/pixmaps/gnumeric/gp_bricks share/pixmaps/gnumeric/gp_diag share/pixmaps/gnumeric/gp_diag_cross +share/pixmaps/gnumeric/gp_foreground_solid share/pixmaps/gnumeric/gp_horiz +share/pixmaps/gnumeric/gp_large_circles share/pixmaps/gnumeric/gp_rev_diag +share/pixmaps/gnumeric/gp_semi_circle +share/pixmaps/gnumeric/gp_small_circle share/pixmaps/gnumeric/gp_solid +share/pixmaps/gnumeric/gp_thatch share/pixmaps/gnumeric/gp_thick_diag_cross share/pixmaps/gnumeric/gp_thin_diag share/pixmaps/gnumeric/gp_thin_diag_cross @@ -179,12 +636,10 @@ share/pixmaps/gnumeric/gp_thin_horiz_cross share/pixmaps/gnumeric/gp_thin_rev_diag share/pixmaps/gnumeric/gp_thin_vert share/pixmaps/gnumeric/gp_vert -share/pixmaps/gnumeric/gp_foreground_solid -share/pixmaps/gnumeric/gp_small_circle -share/pixmaps/gnumeric/gp_semi_circle -share/pixmaps/gnumeric/gp_thatch -share/pixmaps/gnumeric/gp_large_circles -share/pixmaps/gnumeric/gp_bricks +share/pixmaps/gnumeric/inside_border +share/pixmaps/gnumeric/inside_horiz_border +share/pixmaps/gnumeric/inside_vert_border +share/pixmaps/gnumeric/left_border share/pixmaps/gnumeric/line_pattern_dash_dot share/pixmaps/gnumeric/line_pattern_dash_dot_dot share/pixmaps/gnumeric/line_pattern_dashed @@ -198,506 +653,26 @@ share/pixmaps/gnumeric/line_pattern_medium_dash_dot_dot share/pixmaps/gnumeric/line_pattern_slant share/pixmaps/gnumeric/line_pattern_thick share/pixmaps/gnumeric/line_pattern_thin -share/pixmaps/gnumeric/bottom_border -share/pixmaps/gnumeric/diag_border -share/pixmaps/gnumeric/left_border +share/pixmaps/gnumeric/no_border +share/pixmaps/gnumeric/orient-horizontal.png +share/pixmaps/gnumeric/orient-vertical.png +share/pixmaps/gnumeric/outline_border share/pixmaps/gnumeric/rev_diag_border +share/pixmaps/gnumeric/right-down.png share/pixmaps/gnumeric/right_border -share/pixmaps/gnumeric/top_border -share/pixmaps/gnumeric/inside_horiz_border -share/pixmaps/gnumeric/inside_vert_border -share/pixmaps/gnumeric/inside_border -share/pixmaps/gnumeric/outline_border -share/pixmaps/gnumeric/no_border share/pixmaps/gnumeric/stf-druid.png -share/idl/Graph.idl -share/idl/Gnumeric.idl -share/gnome/help/gnumeric/C/gnumeric.html -share/gnome/help/gnumeric/C/topic.dat -share/gnome/help/gnumeric/C/images/autofill-1.jpg -share/gnome/help/gnumeric/C/images/autofill-10.jpg -share/gnome/help/gnumeric/C/images/autofill-2.jpg -share/gnome/help/gnumeric/C/images/autofill-3.jpg -share/gnome/help/gnumeric/C/images/autofill-4.jpg -share/gnome/help/gnumeric/C/images/autofill-5.jpg -share/gnome/help/gnumeric/C/images/autofill-6.jpg -share/gnome/help/gnumeric/C/images/autofill-7.jpg -share/gnome/help/gnumeric/C/images/autofill-8.jpg -share/gnome/help/gnumeric/C/images/autofill-9.jpg -share/gnome/help/gnumeric/C/images/cells-1.jpg -share/gnome/help/gnumeric/C/images/cells-2.jpg -share/gnome/help/gnumeric/C/images/dndselection-1.jpg -share/gnome/help/gnumeric/C/images/editing-1.jpg -share/gnome/help/gnumeric/C/images/editing-cell-selection-1.jpg -share/gnome/help/gnumeric/C/images/number-format-buttonbar.jpg -share/gnome/help/gnumeric/C/images/number-format-color-dialog.jpg -share/gnome/help/gnumeric/C/images/number-format-dialog.jpg -share/gnome/help/gnumeric/C/images/number-format-font-dialog.jpg -share/gnome/help/gnumeric/C/images/number-format-justification-dialog-2.jpg -share/gnome/help/gnumeric/C/images/number-format-justification-dialog.jpg -share/gnome/help/gnumeric/C/images/number-format-justification.jpg -share/gnome/help/gnumeric/C/images/selection-1.jpg -share/gnome/help/gnumeric/C/images/selection-10.jpg -share/gnome/help/gnumeric/C/images/selection-2.jpg -share/gnome/help/gnumeric/C/images/selection-3.jpg -share/gnome/help/gnumeric/C/images/selection-4.jpg -share/gnome/help/gnumeric/C/images/selection-5.jpg -share/gnome/help/gnumeric/C/images/selection-6.jpg -share/gnome/help/gnumeric/C/images/selection-7.jpg -share/gnome/help/gnumeric/C/images/selection-8.jpg -share/gnome/help/gnumeric/C/images/selection-9.jpg -share/gnome/help/gnumeric/C/images/solver-01.jpg -share/gnome/help/gnumeric/C/images/solver-02.jpg -share/gnome/help/gnumeric/C/images/solver-03.jpg -share/gnome/help/gnumeric/C/images/solver-04.jpg -share/gnome/help/gnumeric/C/images/solver-05.jpg -share/gnome/help/gnumeric/C/images/worksheet-all-1.jpg -share/gnome/help/gnumeric/C/images/worksheet-cols-1.jpg -share/gnome/help/gnumeric/C/images/worksheet-data-1.jpg -share/gnome/help/gnumeric/C/images/worksheet-data-2.jpg -share/gnome/help/gnumeric/C/images/worksheet-data-3.jpg -share/gnome/help/gnumeric/C/images/worksheet-data-4.jpg -share/gnome/help/gnumeric/C/images/worksheet-info-1.jpg -share/gnome/help/gnumeric/C/images/worksheet-rows-1.jpg -share/gnome/help/gnumeric/C/images/worksheet-running-calc-1.jpg -share/gnome/help/gnumeric/C/images/worksheet-zoomin-1.jpg -share/gnome/help/gnumeric/C/images/worksheet-zoomout-1.jpg -share/gnome/help/gnumeric/C/images/align-center.gif -share/gnome/help/gnumeric/C/images/align-left.gif -share/gnome/help/gnumeric/C/images/align-right.gif -share/gnome/help/gnumeric/C/images/arrow.gif -share/gnome/help/gnumeric/C/images/bold.gif -share/gnome/help/gnumeric/C/images/cursor_cross.gif -share/gnome/help/gnumeric/C/images/italic.gif -share/gnome/help/gnumeric/C/images/line.gif -share/gnome/help/gnumeric/C/images/oval.gif -share/gnome/help/gnumeric/C/images/rect.gif -share/gnome/help/gnumeric/C/images/stock_copy.gif -share/gnome/help/gnumeric/C/images/stock_cut.gif -share/gnome/help/gnumeric/C/images/stock_new.gif -share/gnome/help/gnumeric/C/images/stock_open.gif -share/gnome/help/gnumeric/C/images/stock_paste.gif -share/gnome/help/gnumeric/C/images/stock_save.gif -share/gnome/help/gnumeric/C/analysis-tools.html -share/gnome/help/gnumeric/C/autofill.html -share/gnome/help/gnumeric/C/cell-elements.html -share/gnome/help/gnumeric/C/cell-referencing.html -share/gnome/help/gnumeric/C/editing-selections.html -share/gnome/help/gnumeric/C/editing.html -share/gnome/help/gnumeric/C/files.html -share/gnome/help/gnumeric/C/formatting.html -share/gnome/help/gnumeric/C/formulas.html -share/gnome/help/gnumeric/C/function-reference.html -share/gnome/help/gnumeric/C/ln20.html -share/gnome/help/gnumeric/C/printing.html -share/gnome/help/gnumeric/C/r10008.html -share/gnome/help/gnumeric/C/r10032.html -share/gnome/help/gnumeric/C/r10058.html -share/gnome/help/gnumeric/C/r10080.html -share/gnome/help/gnumeric/C/r10105.html -share/gnome/help/gnumeric/C/r10128.html -share/gnome/help/gnumeric/C/r10150.html -share/gnome/help/gnumeric/C/r10179.html -share/gnome/help/gnumeric/C/r10200.html -share/gnome/help/gnumeric/C/r10223.html -share/gnome/help/gnumeric/C/r10245.html -share/gnome/help/gnumeric/C/r10272.html -share/gnome/help/gnumeric/C/r10292.html -share/gnome/help/gnumeric/C/r10318.html -share/gnome/help/gnumeric/C/r10341.html -share/gnome/help/gnumeric/C/r10366.html -share/gnome/help/gnumeric/C/r10389.html -share/gnome/help/gnumeric/C/r10410.html -share/gnome/help/gnumeric/C/r10435.html -share/gnome/help/gnumeric/C/r10459.html -share/gnome/help/gnumeric/C/r10481.html -share/gnome/help/gnumeric/C/r10501.html -share/gnome/help/gnumeric/C/r10521.html -share/gnome/help/gnumeric/C/r10545.html -share/gnome/help/gnumeric/C/r2201.html -share/gnome/help/gnumeric/C/r2225.html -share/gnome/help/gnumeric/C/r2254.html -share/gnome/help/gnumeric/C/r2275.html -share/gnome/help/gnumeric/C/r2299.html -share/gnome/help/gnumeric/C/r2329.html -share/gnome/help/gnumeric/C/r2349.html -share/gnome/help/gnumeric/C/r2371.html -share/gnome/help/gnumeric/C/r2394.html -share/gnome/help/gnumeric/C/r2422.html -share/gnome/help/gnumeric/C/r2443.html -share/gnome/help/gnumeric/C/r2473.html -share/gnome/help/gnumeric/C/r2493.html -share/gnome/help/gnumeric/C/r2517.html -share/gnome/help/gnumeric/C/r2539.html -share/gnome/help/gnumeric/C/r2578.html -share/gnome/help/gnumeric/C/r2601.html -share/gnome/help/gnumeric/C/r2622.html -share/gnome/help/gnumeric/C/r2652.html -share/gnome/help/gnumeric/C/r2692.html -share/gnome/help/gnumeric/C/r2715.html -share/gnome/help/gnumeric/C/r2739.html -share/gnome/help/gnumeric/C/r2763.html -share/gnome/help/gnumeric/C/r2788.html -share/gnome/help/gnumeric/C/r2812.html -share/gnome/help/gnumeric/C/r2835.html -share/gnome/help/gnumeric/C/r2857.html -share/gnome/help/gnumeric/C/r2880.html -share/gnome/help/gnumeric/C/r2909.html -share/gnome/help/gnumeric/C/r2933.html -share/gnome/help/gnumeric/C/r2960.html -share/gnome/help/gnumeric/C/r2984.html -share/gnome/help/gnumeric/C/r3009.html -share/gnome/help/gnumeric/C/r3034.html -share/gnome/help/gnumeric/C/r3058.html -share/gnome/help/gnumeric/C/r3078.html -share/gnome/help/gnumeric/C/r3100.html -share/gnome/help/gnumeric/C/r3124.html -share/gnome/help/gnumeric/C/r3149.html -share/gnome/help/gnumeric/C/r3172.html -share/gnome/help/gnumeric/C/r3200.html -share/gnome/help/gnumeric/C/r3223.html -share/gnome/help/gnumeric/C/r3243.html -share/gnome/help/gnumeric/C/r3265.html -share/gnome/help/gnumeric/C/r3292.html -share/gnome/help/gnumeric/C/r3315.html -share/gnome/help/gnumeric/C/r3335.html -share/gnome/help/gnumeric/C/r3446.html -share/gnome/help/gnumeric/C/r3471.html -share/gnome/help/gnumeric/C/r3495.html -share/gnome/help/gnumeric/C/r3518.html -share/gnome/help/gnumeric/C/r3547.html -share/gnome/help/gnumeric/C/r3570.html -share/gnome/help/gnumeric/C/r3593.html -share/gnome/help/gnumeric/C/r3620.html -share/gnome/help/gnumeric/C/r3641.html -share/gnome/help/gnumeric/C/r3665.html -share/gnome/help/gnumeric/C/r3694.html -share/gnome/help/gnumeric/C/r3715.html -share/gnome/help/gnumeric/C/r3738.html -share/gnome/help/gnumeric/C/r3760.html -share/gnome/help/gnumeric/C/r3781.html -share/gnome/help/gnumeric/C/r3804.html -share/gnome/help/gnumeric/C/r3824.html -share/gnome/help/gnumeric/C/r3849.html -share/gnome/help/gnumeric/C/r3872.html -share/gnome/help/gnumeric/C/r3896.html -share/gnome/help/gnumeric/C/r3919.html -share/gnome/help/gnumeric/C/r3939.html -share/gnome/help/gnumeric/C/r3962.html -share/gnome/help/gnumeric/C/r3990.html -share/gnome/help/gnumeric/C/r4014.html -share/gnome/help/gnumeric/C/r4034.html -share/gnome/help/gnumeric/C/r4057.html -share/gnome/help/gnumeric/C/r4083.html -share/gnome/help/gnumeric/C/r4108.html -share/gnome/help/gnumeric/C/r4137.html -share/gnome/help/gnumeric/C/r4160.html -share/gnome/help/gnumeric/C/r4187.html -share/gnome/help/gnumeric/C/r4214.html -share/gnome/help/gnumeric/C/r4236.html -share/gnome/help/gnumeric/C/r4258.html -share/gnome/help/gnumeric/C/r4282.html -share/gnome/help/gnumeric/C/r4306.html -share/gnome/help/gnumeric/C/r4329.html -share/gnome/help/gnumeric/C/r4352.html -share/gnome/help/gnumeric/C/r4374.html -share/gnome/help/gnumeric/C/r4399.html -share/gnome/help/gnumeric/C/r4423.html -share/gnome/help/gnumeric/C/r4447.html -share/gnome/help/gnumeric/C/r4488.html -share/gnome/help/gnumeric/C/r4509.html -share/gnome/help/gnumeric/C/r4530.html -share/gnome/help/gnumeric/C/r4554.html -share/gnome/help/gnumeric/C/r4580.html -share/gnome/help/gnumeric/C/r4600.html -share/gnome/help/gnumeric/C/r4624.html -share/gnome/help/gnumeric/C/r4646.html -share/gnome/help/gnumeric/C/r4668.html -share/gnome/help/gnumeric/C/r4691.html -share/gnome/help/gnumeric/C/r4716.html -share/gnome/help/gnumeric/C/r4743.html -share/gnome/help/gnumeric/C/r4764.html -share/gnome/help/gnumeric/C/r4786.html -share/gnome/help/gnumeric/C/r4809.html -share/gnome/help/gnumeric/C/r4833.html -share/gnome/help/gnumeric/C/r4874.html -share/gnome/help/gnumeric/C/r4894.html -share/gnome/help/gnumeric/C/r4922.html -share/gnome/help/gnumeric/C/r4946.html -share/gnome/help/gnumeric/C/r4970.html -share/gnome/help/gnumeric/C/r4997.html -share/gnome/help/gnumeric/C/r5022.html -share/gnome/help/gnumeric/C/r5042.html -share/gnome/help/gnumeric/C/r5062.html -share/gnome/help/gnumeric/C/r5086.html -share/gnome/help/gnumeric/C/r5111.html -share/gnome/help/gnumeric/C/r5135.html -share/gnome/help/gnumeric/C/r5160.html -share/gnome/help/gnumeric/C/r5184.html -share/gnome/help/gnumeric/C/r5212.html -share/gnome/help/gnumeric/C/r5235.html -share/gnome/help/gnumeric/C/r5262.html -share/gnome/help/gnumeric/C/r5286.html -share/gnome/help/gnumeric/C/r5306.html -share/gnome/help/gnumeric/C/r5329.html -share/gnome/help/gnumeric/C/r5353.html -share/gnome/help/gnumeric/C/r5393.html -share/gnome/help/gnumeric/C/r5416.html -share/gnome/help/gnumeric/C/r5439.html -share/gnome/help/gnumeric/C/r5464.html -share/gnome/help/gnumeric/C/r5489.html -share/gnome/help/gnumeric/C/r5512.html -share/gnome/help/gnumeric/C/r5535.html -share/gnome/help/gnumeric/C/r5558.html -share/gnome/help/gnumeric/C/r5586.html -share/gnome/help/gnumeric/C/r5606.html -share/gnome/help/gnumeric/C/r5629.html -share/gnome/help/gnumeric/C/r5651.html -share/gnome/help/gnumeric/C/r5691.html -share/gnome/help/gnumeric/C/r5716.html -share/gnome/help/gnumeric/C/r5738.html -share/gnome/help/gnumeric/C/r5759.html -share/gnome/help/gnumeric/C/r5784.html -share/gnome/help/gnumeric/C/r5806.html -share/gnome/help/gnumeric/C/r5835.html -share/gnome/help/gnumeric/C/r5859.html -share/gnome/help/gnumeric/C/r5882.html -share/gnome/help/gnumeric/C/r5906.html -share/gnome/help/gnumeric/C/r5933.html -share/gnome/help/gnumeric/C/r5955.html -share/gnome/help/gnumeric/C/r5977.html -share/gnome/help/gnumeric/C/r6003.html -share/gnome/help/gnumeric/C/r6027.html -share/gnome/help/gnumeric/C/r6047.html -share/gnome/help/gnumeric/C/r6074.html -share/gnome/help/gnumeric/C/r6099.html -share/gnome/help/gnumeric/C/r6123.html -share/gnome/help/gnumeric/C/r6146.html -share/gnome/help/gnumeric/C/r6171.html -share/gnome/help/gnumeric/C/r6193.html -share/gnome/help/gnumeric/C/r6216.html -share/gnome/help/gnumeric/C/r6238.html -share/gnome/help/gnumeric/C/r6280.html -share/gnome/help/gnumeric/C/r6303.html -share/gnome/help/gnumeric/C/r6326.html -share/gnome/help/gnumeric/C/r6347.html -share/gnome/help/gnumeric/C/r6379.html -share/gnome/help/gnumeric/C/r6404.html -share/gnome/help/gnumeric/C/r6429.html -share/gnome/help/gnumeric/C/r6449.html -share/gnome/help/gnumeric/C/r6472.html -share/gnome/help/gnumeric/C/r6497.html -share/gnome/help/gnumeric/C/r6521.html -share/gnome/help/gnumeric/C/r6542.html -share/gnome/help/gnumeric/C/r6565.html -share/gnome/help/gnumeric/C/r6590.html -share/gnome/help/gnumeric/C/r6613.html -share/gnome/help/gnumeric/C/r6642.html -share/gnome/help/gnumeric/C/r6666.html -share/gnome/help/gnumeric/C/r6688.html -share/gnome/help/gnumeric/C/r6715.html -share/gnome/help/gnumeric/C/r6737.html -share/gnome/help/gnumeric/C/r6764.html -share/gnome/help/gnumeric/C/r6784.html -share/gnome/help/gnumeric/C/r6810.html -share/gnome/help/gnumeric/C/r6835.html -share/gnome/help/gnumeric/C/r6860.html -share/gnome/help/gnumeric/C/r6884.html -share/gnome/help/gnumeric/C/r6911.html -share/gnome/help/gnumeric/C/r6951.html -share/gnome/help/gnumeric/C/r6974.html -share/gnome/help/gnumeric/C/r6996.html -share/gnome/help/gnumeric/C/r7019.html -share/gnome/help/gnumeric/C/r7041.html -share/gnome/help/gnumeric/C/r7061.html -share/gnome/help/gnumeric/C/r7086.html -share/gnome/help/gnumeric/C/r7108.html -share/gnome/help/gnumeric/C/r7134.html -share/gnome/help/gnumeric/C/r7157.html -share/gnome/help/gnumeric/C/r7182.html -share/gnome/help/gnumeric/C/r7210.html -share/gnome/help/gnumeric/C/r7241.html -share/gnome/help/gnumeric/C/r7265.html -share/gnome/help/gnumeric/C/r7291.html -share/gnome/help/gnumeric/C/r7311.html -share/gnome/help/gnumeric/C/r7347.html -share/gnome/help/gnumeric/C/r7364.html -share/gnome/help/gnumeric/C/r7386.html -share/gnome/help/gnumeric/C/r7411.html -share/gnome/help/gnumeric/C/r7436.html -share/gnome/help/gnumeric/C/r7460.html -share/gnome/help/gnumeric/C/r7483.html -share/gnome/help/gnumeric/C/r7506.html -share/gnome/help/gnumeric/C/r7529.html -share/gnome/help/gnumeric/C/r7562.html -share/gnome/help/gnumeric/C/r7584.html -share/gnome/help/gnumeric/C/r7611.html -share/gnome/help/gnumeric/C/r7631.html -share/gnome/help/gnumeric/C/r7671.html -share/gnome/help/gnumeric/C/r7694.html -share/gnome/help/gnumeric/C/r7717.html -share/gnome/help/gnumeric/C/r7740.html -share/gnome/help/gnumeric/C/r7764.html -share/gnome/help/gnumeric/C/r7788.html -share/gnome/help/gnumeric/C/r7814.html -share/gnome/help/gnumeric/C/r7836.html -share/gnome/help/gnumeric/C/r7860.html -share/gnome/help/gnumeric/C/r7888.html -share/gnome/help/gnumeric/C/r7910.html -share/gnome/help/gnumeric/C/r7930.html -share/gnome/help/gnumeric/C/r7952.html -share/gnome/help/gnumeric/C/r7979.html -share/gnome/help/gnumeric/C/r8002.html -share/gnome/help/gnumeric/C/r8024.html -share/gnome/help/gnumeric/C/r8048.html -share/gnome/help/gnumeric/C/r8081.html -share/gnome/help/gnumeric/C/r8109.html -share/gnome/help/gnumeric/C/r8133.html -share/gnome/help/gnumeric/C/r8155.html -share/gnome/help/gnumeric/C/r8183.html -share/gnome/help/gnumeric/C/r8209.html -share/gnome/help/gnumeric/C/r8232.html -share/gnome/help/gnumeric/C/r8255.html -share/gnome/help/gnumeric/C/r8283.html -share/gnome/help/gnumeric/C/r8307.html -share/gnome/help/gnumeric/C/r8332.html -share/gnome/help/gnumeric/C/r8360.html -share/gnome/help/gnumeric/C/r8387.html -share/gnome/help/gnumeric/C/r8408.html -share/gnome/help/gnumeric/C/r8432.html -share/gnome/help/gnumeric/C/r8460.html -share/gnome/help/gnumeric/C/r8488.html -share/gnome/help/gnumeric/C/r8511.html -share/gnome/help/gnumeric/C/r8533.html -share/gnome/help/gnumeric/C/r8556.html -share/gnome/help/gnumeric/C/r8584.html -share/gnome/help/gnumeric/C/r8605.html -share/gnome/help/gnumeric/C/r8628.html -share/gnome/help/gnumeric/C/r8652.html -share/gnome/help/gnumeric/C/r8676.html -share/gnome/help/gnumeric/C/r8704.html -share/gnome/help/gnumeric/C/r8727.html -share/gnome/help/gnumeric/C/r8756.html -share/gnome/help/gnumeric/C/r8778.html -share/gnome/help/gnumeric/C/r8802.html -share/gnome/help/gnumeric/C/r8823.html -share/gnome/help/gnumeric/C/r8847.html -share/gnome/help/gnumeric/C/r8870.html -share/gnome/help/gnumeric/C/r8895.html -share/gnome/help/gnumeric/C/r8918.html -share/gnome/help/gnumeric/C/r8938.html -share/gnome/help/gnumeric/C/r8959.html -share/gnome/help/gnumeric/C/r8984.html -share/gnome/help/gnumeric/C/r9013.html -share/gnome/help/gnumeric/C/r9038.html -share/gnome/help/gnumeric/C/r9058.html -share/gnome/help/gnumeric/C/r9078.html -share/gnome/help/gnumeric/C/r9100.html -share/gnome/help/gnumeric/C/r9122.html -share/gnome/help/gnumeric/C/r9146.html -share/gnome/help/gnumeric/C/r9172.html -share/gnome/help/gnumeric/C/r9193.html -share/gnome/help/gnumeric/C/r9234.html -share/gnome/help/gnumeric/C/r9262.html -share/gnome/help/gnumeric/C/r9282.html -share/gnome/help/gnumeric/C/r9322.html -share/gnome/help/gnumeric/C/r9343.html -share/gnome/help/gnumeric/C/r9366.html -share/gnome/help/gnumeric/C/r9407.html -share/gnome/help/gnumeric/C/r9433.html -share/gnome/help/gnumeric/C/r9457.html -share/gnome/help/gnumeric/C/r9485.html -share/gnome/help/gnumeric/C/r9505.html -share/gnome/help/gnumeric/C/r9528.html -share/gnome/help/gnumeric/C/r9552.html -share/gnome/help/gnumeric/C/r9580.html -share/gnome/help/gnumeric/C/r9601.html -share/gnome/help/gnumeric/C/r9621.html -share/gnome/help/gnumeric/C/r9648.html -share/gnome/help/gnumeric/C/r9688.html -share/gnome/help/gnumeric/C/r9713.html -share/gnome/help/gnumeric/C/r9742.html -share/gnome/help/gnumeric/C/r9764.html -share/gnome/help/gnumeric/C/r9787.html -share/gnome/help/gnumeric/C/r9814.html -share/gnome/help/gnumeric/C/r9840.html -share/gnome/help/gnumeric/C/r9868.html -share/gnome/help/gnumeric/C/r9888.html -share/gnome/help/gnumeric/C/r9913.html -share/gnome/help/gnumeric/C/r9936.html -share/gnome/help/gnumeric/C/r9960.html -share/gnome/help/gnumeric/C/r9986.html -share/gnome/help/gnumeric/C/style.html -share/gnome/help/gnumeric/C/tutorials.html -share/gnome/help/gnumeric/C/worksheet.html -share/gnome/help/gnumeric/C/x176.html -share/gnome/help/gnumeric/C/x222.html -share/gnome/help/gnumeric/C/x669.html -share/gnome/help/gnumeric/C/x683.html -share/gnome/help/gnumeric/C/docbook.css -share/gnome/apps/Applications/gnumeric.desktop -share/mime-info/gnumeric.keys -share/mime-info/gnumeric.mime -share/mc/templates/gnumeric.desktop -share/libole2/html/libole2.html -share/libole2/html/libole2-decl.txt -share/libole2/html/libole2-sections.txt -share/libole2/html/libole2/index.html -share/libole2/html/libole2/libole2-common.html -share/libole2/html/libole2/libole2-miscellaneous.html -share/libole2/html/libole2/libole2-msole.html -share/libole2/html/libole2/libole2-msolestream.html -share/libole2/html/libole2/libole2-msolesummary.html -share/libole2/html/libole2/r14.html -share/libole2/html/libole2/r19.html -share/gnumeric/0.54/python/gnumeric_startup.py -share/gnumeric/0.54/python/gnumeric_defs.py -share/gnumeric/0.54/glade/graphics.glade -share/gnumeric/0.54/glade/advanced-filter.glade -share/gnumeric/0.54/glade/analysis-tools.glade -share/gnumeric/0.54/glade/autocorrect.glade -share/gnumeric/0.54/glade/autocorrect-exceptions.glade -share/gnumeric/0.54/glade/autosave.glade -share/gnumeric/0.54/glade/autosave-prompt.glade -share/gnumeric/0.54/glade/col-width.glade -share/gnumeric/0.54/glade/font-sel.glade -share/gnumeric/0.54/glade/hf-config.glade -share/gnumeric/0.54/glade/import.glade -share/gnumeric/0.54/glade/names.glade -share/gnumeric/0.54/glade/print.glade -share/gnumeric/0.54/glade/row-height.glade -share/gnumeric/0.54/glade/sheet-order.glade -share/gnumeric/0.54/glade/sheet-rename.glade -share/gnumeric/0.54/glade/solver.glade -share/gnumeric/0.54/glade/solver-options.glade -share/gnumeric/0.54/glade/summary.glade -share/gnumeric/0.54/glade/dialog-zoom.glade -share/gnumeric/0.54/glade/insert-cells.glade -share/gnumeric/0.54/glade/delete-cells.glade -share/gnumeric/0.54/glade/cell-format.glade -share/gnumeric/0.54/glade/cell-sort.glade -share/gnumeric/0.54/glade/dialog-stf.glade -share/gnumeric/0.54/glade/dialog-stf-export.glade -share/gnumeric/0.54/glade/plugin-manager.glade -share/gnumeric/0.54/glade/function-select.glade -share/gnumeric/0.54/glade/workbook-attr.glade -share/oaf/gnumeric.oafinfo -share/oaf/graph.oafinfo -@dirrm lib/gnumeric/0.54/plugins -@dirrm lib/gnumeric/0.54 +share/pixmaps/gnumeric/top_border +@dirrm lib/gnumeric/0.56/plugins +@dirrm lib/gnumeric/0.56 @dirrm lib/gnumeric -@dirrm include/libole2 -@dirrm share/libole2/html/libole2 -@dirrm share/libole2/html -@dirrm share/libole2 @dirrm share/oaf @dirrm share/pixmaps/gnumeric @dirrm share/gnome/help/gnumeric/C/images @dirrm share/gnome/help/gnumeric/C @dirrm share/gnome/help/gnumeric -@dirrm share/gnumeric/0.54/glade -@dirrm share/gnumeric/0.54/python -@dirrm share/gnumeric/0.54 +@dirrm share/gnumeric/0.56/glade +@dirrm share/gnumeric/0.56/python +@dirrm share/gnumeric/0.56 @dirrm share/gnumeric @unexec rmdir %D/share/mc/templates 2>/dev/null || true @unexec rmdir %D/share/mc 2>/dev/null || true |