diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-16 03:04:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-16 03:04:14 +0000 |
commit | 9300b7c32a64e4a0edc0d5aa5cd40d07ae3f75d9 (patch) | |
tree | 07c277460e6129f0e7a501f0e28ac4a1b1f84045 /math | |
parent | 5c88438e874e17f171f37a493d6ae21869989594 (diff) | |
download | ports-9300b7c32a64e4a0edc0d5aa5cd40d07ae3f75d9.tar.gz ports-9300b7c32a64e4a0edc0d5aa5cd40d07ae3f75d9.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 43 | ||||
-rw-r--r-- | math/gnumeric2/distinfo | 2 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-aa | 22 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-ba | 7 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-configure | 10 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-doc::Makefile.in | 15 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-doc::gnumeric-doc.make | 14 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-doc::sgmldocs.make | 14 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-doc_xmldocs.make | 11 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-plugins::gb::Makefile.in | 14 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-src::mathfunc.h | 9 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-src::stf-parse.c | 8 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-src_regutf8.h | 11 | ||||
-rw-r--r-- | math/gnumeric2/pkg-comment | 2 | ||||
-rw-r--r-- | math/gnumeric2/pkg-descr | 4 | ||||
-rw-r--r-- | math/gnumeric2/pkg-plist | 964 |
17 files changed, 278 insertions, 873 deletions
diff --git a/math/Makefile b/math/Makefile index d1b6fc5a508b..ea517e9f9200 100644 --- a/math/Makefile +++ b/math/Makefile @@ -41,6 +41,7 @@ SUBDIR += glove SUBDIR += glpk SUBDIR += gnumeric + SUBDIR += gnumeric2 SUBDIR += gnuplot SUBDIR += gnuplot+ SUBDIR += grace diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index ae7ea99e084c..ce88bb454317 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -1,45 +1,52 @@ -# New ports collection makefile for: gnumeric -# Date created: 08 October 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> +# New ports collection makefile for: gnumeric2 +# Date created: 26 August 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= gnumeric -PORTVERSION= 1.0.9 -CATEGORIES?= math gnome +PORTNAME= gnumeric2 +PORTVERSION= 1.1.8 +CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnumeric -DIST_SUBDIR= gnome +MASTER_SITE_SUBDIR= unstable/sources/${PORTNAME:S/2$//} +DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} +DIST_SUBDIR= gnome2 -MAINTAINER?= gnome@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gnomeole2.0:${PORTSDIR}/devel/libole2 \ - gbrun.0:${PORTSDIR}/lang/gnomebasic \ - iconv.3:${PORTSDIR}/converters/libiconv \ - psiconv.8:${PORTSDIR}/converters/psiconv -RUN_DEPENDS= guppi-gnumeric:${PORTSDIR}/math/guppi +LIB_DEPENDS= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ + gal-2-0.2:${PORTSDIR}/x11-toolkits/gal2 \ + gsf-1.4:${PORTSDIR}/devel/libgsf USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs bonobo libglade gal +USE_GNOME= gnomeprefix gnomehack gnomehier USE_PYTHON= yes USE_REINPLACE= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-evolution --without-guile +CONFIGURE_ARGS= --without-guile --with-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -lintl -liconv ${PTHREAD_LIBS}" + LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PLIST_SUB= VERSION=${PORTVERSION}-bonobo +.if defined(WITH_DATABASE_ACCESS) +LIB_DEPENDS+= gda-2.1:${PORTSDIR}/databases/libgda2 +CONFIGURE_ARGS+= --with-gda +.else +CONFIGURE_ARGS+= --without-gda +.endif + post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${FIND} ${WRKSRC}/plugins -name "plugin.xml.in" | ${XARGS} \ + ${REINPLACE_CMD} -e 's|\.la|.so|g' post-install: .for dir in share/gnome lib diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo index 376f6cf8a758..6345b6893980 100644 --- a/math/gnumeric2/distinfo +++ b/math/gnumeric2/distinfo @@ -1 +1 @@ -MD5 (gnome/gnumeric-1.0.9.tar.bz2) = f424f16f8f4853482153299ce0a81849 +MD5 (gnome2/gnumeric-1.1.8.tar.bz2) = 059b1e2a2d30549cc5cc619d6da00a13 diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa deleted file mode 100644 index 3bbcde722300..000000000000 --- a/math/gnumeric2/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Fri Jun 7 21:38:37 2002 -+++ configure Fri Jun 7 21:39:48 2002 -@@ -5913,6 +5913,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10790,7 +10791,7 @@ - if gnome-config --libs gb > /dev/null 2>&1; then - verstxt=`gnome-config --modversion gb 2>/dev/null` - vers=`echo "$verstxt" | awk -F. '{ printf "%d", $1 * 10000 + $2 * 100 + $3; }'` -- if test "$vers" -eq 000017; then -+ if test "$vers" -ge 000017; then - echo "$ac_t""$marker_ok found $verstxt" 1>&6 - cat >> confdefs.h <<\EOF - #define ENABLE_GB 1 diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba deleted file mode 100644 index 3447b30f39b5..000000000000 --- a/math/gnumeric2/files/patch-ba +++ /dev/null @@ -1,7 +0,0 @@ ---- Makefile.in.orig Mon Nov 13 19:56:19 2000 -+++ Makefile.in Tue Nov 14 15:34:05 2000 -@@ -164,3 +164,3 @@ - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gnumericConf.sh diff --git a/math/gnumeric2/files/patch-configure b/math/gnumeric2/files/patch-configure new file mode 100644 index 000000000000..86dca3320983 --- /dev/null +++ b/math/gnumeric2/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Thu Sep 12 00:39:10 2002 ++++ configure Thu Sep 12 00:39:36 2002 +@@ -8114,6 +8114,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/math/gnumeric2/files/patch-doc::Makefile.in b/math/gnumeric2/files/patch-doc::Makefile.in index f9c47f90ea95..9aac5b830efd 100644 --- a/math/gnumeric2/files/patch-doc::Makefile.in +++ b/math/gnumeric2/files/patch-doc::Makefile.in @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- doc/Makefile.in.orig Wed Mar 13 00:26:49 2002 -+++ doc/Makefile.in Wed Mar 13 00:25:45 2002 -@@ -185,7 +185,7 @@ +--- doc/Makefile.in.orig Thu Sep 12 00:44:00 2002 ++++ doc/Makefile.in Thu Sep 12 00:44:11 2002 +@@ -162,7 +162,7 @@ perl_val = @perl_val@ python_val = @python_val@ --SUBDIRS = C de es hu ja nl no pl pt ru sk sv -+SUBDIRS = C +-SUBDIRS = developer C de es hu ja nl no pl pt ru sk sv ++SUBDIRS = developer C - EXTRA_DIST = sgmldocs.make gnumeric-doc.make make-func-list.pl translating.sgml Design Future-Roadmap README saving.txt writing-functions.sgml excel-format-doc.txt linux-expo-99-gnumeric.tex linuxexpo.sty Dependencies.txt Styles.txt features.txt pref-attributes.txt guile-gnumeric.txt python-gnumeric.txt stf-export.txt stf-parser.txt + EXTRA_DIST = README xmldocs.make gnumeric-doc.make make-func-list.pl diff --git a/math/gnumeric2/files/patch-doc::gnumeric-doc.make b/math/gnumeric2/files/patch-doc::gnumeric-doc.make deleted file mode 100644 index 9ae036b7390a..000000000000 --- a/math/gnumeric2/files/patch-doc::gnumeric-doc.make +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/gnumeric-doc.make 2002/06/07 19:30:21 1.1 -+++ doc/gnumeric-doc.make 2002/06/07 19:30:33 -@@ -9,7 +9,7 @@ - gnumeric_docdir = $(top_srcdir)/doc - sgml_ents = functions.sgml - --gnumeric_helpdir = $(datadir)/gnome/help/gnumeric/$(lang) -+gnumeric_helpdir = $(datadir)/help/gnumeric/$(lang) - gnumeric_help_DATA = topic.dat - - # include generated files to simplify installation diff --git a/math/gnumeric2/files/patch-doc::sgmldocs.make b/math/gnumeric2/files/patch-doc::sgmldocs.make deleted file mode 100644 index ae102ee6a505..000000000000 --- a/math/gnumeric2/files/patch-doc::sgmldocs.make +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/sgmldocs.make 2002/06/07 19:38:15 1.1 -+++ doc/sgmldocs.make 2002/06/07 19:38:30 -@@ -32,7 +32,7 @@ - # dist-hook: app-dist-hook - # - --docdir = $(datadir)/gnome/help/$(docname)/$(lang) -+docdir = $(datadir)/help/$(docname)/$(lang) - - doc_DATA = index.html - diff --git a/math/gnumeric2/files/patch-doc_xmldocs.make b/math/gnumeric2/files/patch-doc_xmldocs.make new file mode 100644 index 000000000000..6fe92cfedfa3 --- /dev/null +++ b/math/gnumeric2/files/patch-doc_xmldocs.make @@ -0,0 +1,11 @@ +--- doc/xmldocs.make.orig Thu Sep 12 00:45:41 2002 ++++ doc/xmldocs.make Thu Sep 12 00:45:53 2002 +@@ -32,7 +32,7 @@ + # dist-hook: app-dist-hook + # + +-docdir = $(gnumeric_datadir)/gnome/help/$(docname)/$(lang) ++docdir = $(gnumeric_datadir)/help/$(docname)/$(lang) + + xml_files = $(entities) $(docname).xml + diff --git a/math/gnumeric2/files/patch-plugins::gb::Makefile.in b/math/gnumeric2/files/patch-plugins::gb::Makefile.in deleted file mode 100644 index c0207945102a..000000000000 --- a/math/gnumeric2/files/patch-plugins::gb::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins/gb/Makefile.in.orig Wed Nov 7 11:18:32 2001 -+++ plugins/gb/Makefile.in Wed Nov 7 11:19:15 2001 -@@ -194,7 +194,7 @@ - gnum_gb_la_SOURCES = common.c common.h excel-gb-application.c excel-gb-application.h excel-gb-context.c excel-gb-context.h excel-gb-interior.c excel-gb-interior.h excel-gb-range.c excel-gb-range.h excel-gb-selection.c excel-gb-selection.h excel-gb-worksheet.c excel-gb-worksheet.h excel-gb-worksheets.c excel-gb-worksheets.h excel-gb-worksheet-function.c excel-gb-worksheet-function.h plugin.c streams.h streams.c - - --gnum_gb_la_LIBADD = $(GB_LIBS) $(GNUMERIC_LIBS) -lm @GLIB_LIBS@ -lgb -lgbrun -+gnum_gb_la_LIBADD = $(GB_LIBS) $(GNUMERIC_LIBS) -lm @GLIB_LIBS@ -lgbrun - - - xml_in_files = plugin.xml.in diff --git a/math/gnumeric2/files/patch-src::mathfunc.h b/math/gnumeric2/files/patch-src::mathfunc.h deleted file mode 100644 index 5ece38afaf53..000000000000 --- a/math/gnumeric2/files/patch-src::mathfunc.h +++ /dev/null @@ -1,9 +0,0 @@ ---- src/mathfunc.h.orig Thu Apr 26 20:47:46 2001 -+++ src/mathfunc.h Mon May 21 12:08:51 2001 -@@ -7,2 +7,6 @@ - -+#ifdef __FreeBSD__ -+#define FINITE finite -+#endif -+ - #ifndef FINITE diff --git a/math/gnumeric2/files/patch-src::stf-parse.c b/math/gnumeric2/files/patch-src::stf-parse.c index b45569925e68..09b8ea27785d 100644 --- a/math/gnumeric2/files/patch-src::stf-parse.c +++ b/math/gnumeric2/files/patch-src::stf-parse.c @@ -1,6 +1,6 @@ ---- src/stf-parse.c.orig Fri Mar 1 21:03:09 2002 -+++ src/stf-parse.c Fri Mar 1 21:03:17 2002 -@@ -870,8 +870,7 @@ +--- src/stf-parse.c.orig Thu Sep 12 00:21:07 2002 ++++ src/stf-parse.c Thu Sep 12 00:21:59 2002 +@@ -876,8 +876,7 @@ if (len == -1) return (char *)s; if (len > 1) { @@ -9,4 +9,4 @@ + if (mbstowcs (&wstr, s, 1) == 1) return (char *)s; s += len; - } else { + } else diff --git a/math/gnumeric2/files/patch-src_regutf8.h b/math/gnumeric2/files/patch-src_regutf8.h new file mode 100644 index 000000000000..04040ac56405 --- /dev/null +++ b/math/gnumeric2/files/patch-src_regutf8.h @@ -0,0 +1,11 @@ +--- src/regutf8.h.orig Thu Sep 12 00:17:54 2002 ++++ src/regutf8.h Thu Sep 12 00:18:02 2002 +@@ -19,7 +19,7 @@ + #endif + + #ifndef REG_OK +-#define REG_OK REG_NOERROR ++#define REG_OK 0 + #endif + + // ---------------------------------------------------------------------------- diff --git a/math/gnumeric2/pkg-comment b/math/gnumeric2/pkg-comment index d8c5dca69649..9996a2bf692a 100644 --- a/math/gnumeric2/pkg-comment +++ b/math/gnumeric2/pkg-comment @@ -1 +1 @@ -The GNOME spreadsheet +The GNOME 2 spreadsheet diff --git a/math/gnumeric2/pkg-descr b/math/gnumeric2/pkg-descr index 17f33b3bf1bc..48e51660aa80 100644 --- a/math/gnumeric2/pkg-descr +++ b/math/gnumeric2/pkg-descr @@ -1,3 +1,3 @@ -The GNOME spreadsheet. +The GNOME 2 spreadsheet. -WWW: http://www.gnome.org/projects/gnumeric/index.shtml +WWW: http://www.gnumeric.org/ diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist index 222faf265683..98779fc3e1ff 100644 --- a/math/gnumeric2/pkg-plist +++ b/math/gnumeric2/pkg-plist @@ -1,5 +1,59 @@ bin/gnumeric -etc/gnumericConf.sh +bin/gnumeric-component +etc/gconf/gconf.xml.defaults/apps/gnumeric/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/autocorrect/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/autoformat/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/core/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/core/defaultfont/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/core/file/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/core/file/history/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/core/file/import/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/core/file/save/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/core/gui/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/core/gui/editing/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/core/gui/screen/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/core/gui/window/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/core/sort/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/core/sort/default/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/core/sort/dialog/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/core/workbook/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/core/xml/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/dialogs/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/dialogs/rs/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/file/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/file/history/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/functionselector/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/plugins/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/printing/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/printsetup/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnumeric/undo/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/autocorrect/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/autoformat/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/defaultfont/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/file/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/file/history/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/file/import/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/file/save/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/gui/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/gui/editing/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/gui/screen/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/gui/window/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/sort/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/sort/default/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/sort/dialog/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/workbook/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/xml/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/dialogs/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/dialogs/rs/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/functionselector/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/plugins/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/printing/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/printsetup/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/undo/%gconf.xml +etc/gconf/schemas/gnumeric-dialogs.schemas +etc/gconf/schemas/gnumeric-general.schemas lib/gnumeric/%%VERSION%%/plugins/applix/applix.so lib/gnumeric/%%VERSION%%/plugins/applix/plugin.xml lib/gnumeric/%%VERSION%%/plugins/derivatives/derivatives.so @@ -8,8 +62,30 @@ lib/gnumeric/%%VERSION%%/plugins/dif/dif.so lib/gnumeric/%%VERSION%%/plugins/dif/plugin.xml lib/gnumeric/%%VERSION%%/plugins/excel/excel.so lib/gnumeric/%%VERSION%%/plugins/excel/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/gb/gnum_gb.so -lib/gnumeric/%%VERSION%%/plugins/gb/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/fn-complex/plugin.so +lib/gnumeric/%%VERSION%%/plugins/fn-complex/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/fn-database/plugin.so +lib/gnumeric/%%VERSION%%/plugins/fn-database/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/fn-date/plugin.so +lib/gnumeric/%%VERSION%%/plugins/fn-date/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/fn-eng/plugin.so +lib/gnumeric/%%VERSION%%/plugins/fn-eng/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/fn-financial/plugin.so +lib/gnumeric/%%VERSION%%/plugins/fn-financial/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/fn-info/plugin.so +lib/gnumeric/%%VERSION%%/plugins/fn-info/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/fn-logical/plugin.so +lib/gnumeric/%%VERSION%%/plugins/fn-logical/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/fn-lookup/plugin.so +lib/gnumeric/%%VERSION%%/plugins/fn-lookup/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/fn-math/plugin.so +lib/gnumeric/%%VERSION%%/plugins/fn-math/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/fn-random/plugin.so +lib/gnumeric/%%VERSION%%/plugins/fn-random/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/fn-stat/plugin.so +lib/gnumeric/%%VERSION%%/plugins/fn-stat/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/fn-string/plugin.so +lib/gnumeric/%%VERSION%%/plugins/fn-string/plugin.xml lib/gnumeric/%%VERSION%%/plugins/gdaif/gdaif.so lib/gnumeric/%%VERSION%%/plugins/gdaif/plugin.xml lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/glossary-po-header @@ -26,24 +102,33 @@ lib/gnumeric/%%VERSION%%/plugins/numtheory/numtheory.so lib/gnumeric/%%VERSION%%/plugins/numtheory/plugin.xml lib/gnumeric/%%VERSION%%/plugins/oleo/oleo.so lib/gnumeric/%%VERSION%%/plugins/oleo/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/psiconv/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/psiconv/psiconv.so +lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plan_perfect.so +lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plugin.xml lib/gnumeric/%%VERSION%%/plugins/py-func/plugin.xml lib/gnumeric/%%VERSION%%/plugins/py-func/py_func.py lib/gnumeric/%%VERSION%%/plugins/py-func/py_func.pyc lib/gnumeric/%%VERSION%%/plugins/python-loader/plugin.xml lib/gnumeric/%%VERSION%%/plugins/python-loader/python_loader.so +lib/gnumeric/%%VERSION%%/plugins/python-loader/ui-console-menu.xml lib/gnumeric/%%VERSION%%/plugins/python/plugin.xml lib/gnumeric/%%VERSION%%/plugins/python/python.so +lib/gnumeric/%%VERSION%%/plugins/qpro/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/qpro/qpro.so +lib/gnumeric/%%VERSION%%/plugins/sample_datasource/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/sample_datasource/sample_datasource.so lib/gnumeric/%%VERSION%%/plugins/sc/plugin.xml lib/gnumeric/%%VERSION%%/plugins/sc/sc.so lib/gnumeric/%%VERSION%%/plugins/sylk/plugin.xml lib/gnumeric/%%VERSION%%/plugins/sylk/sylk.so +lib/gnumeric/%%VERSION%%/plugins/uihello/hello.xml +lib/gnumeric/%%VERSION%%/plugins/uihello/plugin.so +lib/gnumeric/%%VERSION%%/plugins/uihello/plugin.xml lib/gnumeric/%%VERSION%%/plugins/xbase/plugin.xml lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.so lib/gnumeric/%%VERSION%%/plugins/xml_sax/plugin.xml lib/gnumeric/%%VERSION%%/plugins/xml_sax/xml_sax.so -share/gnome/apps/Applications/gnumeric.desktop +libdata/bonobo/servers/GNOME_Gnumeric.server +share/gnome/applications/gnumeric.desktop share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/.category share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.button.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.list.xml @@ -74,13 +159,12 @@ share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.green share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.lila.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.simple.xml share/gnome/gnumeric/%%VERSION%%/glade/advanced-filter.glade -share/gnome/gnumeric/%%VERSION%%/glade/analysis-tools.glade share/gnome/gnumeric/%%VERSION%%/glade/anova-one.glade share/gnome/gnumeric/%%VERSION%%/glade/anova-two.glade share/gnome/gnumeric/%%VERSION%%/glade/autocorrect.glade share/gnome/gnumeric/%%VERSION%%/glade/autoformat.glade -share/gnome/gnumeric/%%VERSION%%/glade/autosave-prompt.glade share/gnome/gnumeric/%%VERSION%%/glade/autosave.glade +share/gnome/gnumeric/%%VERSION%%/glade/cell-comment.glade share/gnome/gnumeric/%%VERSION%%/glade/cell-format.glade share/gnome/gnumeric/%%VERSION%%/glade/cell-sort.glade share/gnome/gnumeric/%%VERSION%%/glade/col-width.glade @@ -99,14 +183,17 @@ share/gnome/gnumeric/%%VERSION%%/glade/formula-guru.glade share/gnome/gnumeric/%%VERSION%%/glade/fourier-analysis.glade share/gnome/gnumeric/%%VERSION%%/glade/function-select.glade share/gnome/gnumeric/%%VERSION%%/glade/goalseek.glade +share/gnome/gnumeric/%%VERSION%%/glade/goto.glade share/gnome/gnumeric/%%VERSION%%/glade/graph-guru.glade share/gnome/gnumeric/%%VERSION%%/glade/hf-config.glade share/gnome/gnumeric/%%VERSION%%/glade/histogram.glade share/gnome/gnumeric/%%VERSION%%/glade/insert-cells.glade share/gnome/gnumeric/%%VERSION%%/glade/mean-tests.glade +share/gnome/gnumeric/%%VERSION%%/glade/merge.glade share/gnome/gnumeric/%%VERSION%%/glade/moving-averages.glade share/gnome/gnumeric/%%VERSION%%/glade/names.glade share/gnome/gnumeric/%%VERSION%%/glade/plugin-manager.glade +share/gnome/gnumeric/%%VERSION%%/glade/preferences.glade share/gnome/gnumeric/%%VERSION%%/glade/print.glade share/gnome/gnumeric/%%VERSION%%/glade/random-generation.glade share/gnome/gnumeric/%%VERSION%%/glade/rank.glade @@ -116,13 +203,37 @@ share/gnome/gnumeric/%%VERSION%%/glade/sampling.glade share/gnome/gnumeric/%%VERSION%%/glade/search-replace.glade share/gnome/gnumeric/%%VERSION%%/glade/search.glade share/gnome/gnumeric/%%VERSION%%/glade/sheet-order.glade -share/gnome/gnumeric/%%VERSION%%/glade/sheet-rename.glade +share/gnome/gnumeric/%%VERSION%%/glade/simulation.glade +share/gnome/gnumeric/%%VERSION%%/glade/so-arrow.glade +share/gnome/gnumeric/%%VERSION%%/glade/so-checkbox.glade +share/gnome/gnumeric/%%VERSION%%/glade/so-fill.glade +share/gnome/gnumeric/%%VERSION%%/glade/so-scrollbar.glade share/gnome/gnumeric/%%VERSION%%/glade/solver.glade share/gnome/gnumeric/%%VERSION%%/glade/summary.glade share/gnome/gnumeric/%%VERSION%%/glade/tabulate.glade share/gnome/gnumeric/%%VERSION%%/glade/variance-tests.glade share/gnome/gnumeric/%%VERSION%%/glade/workbook-attr.glade -share/gnome/gnumeric/%%VERSION%%/gnome/ui/GNOME_Gnumeric.xml +share/gnome/gnumeric/%%VERSION%%/gnome-2.0/ui/GNOME_Gnumeric.xml +share/gnome/gnumeric/%%VERSION%%/gnome-2.0/ui/GNOME_Gnumeric_Component.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/analysis-tools.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/authors.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/autocorrect.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/autofill.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/autosave.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/cell_refer.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/copying-moving.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/editing.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/files.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/filter.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/formulas.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/functions.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/gnumeric.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/license.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/number-format.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/printing.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/selections.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/solver.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/worksheet.xml share/gnome/gnumeric/%%VERSION%%/idl/GNOME_Gnumeric.idl share/gnome/gnumeric/%%VERSION%%/idl/GNOME_Gnumeric_Graph.idl share/gnome/gnumeric/%%VERSION%%/python/gnumeric_defs.py @@ -133,744 +244,9 @@ share/gnome/gnumeric/%%VERSION%%/templates/invoice.gnumeric share/gnome/gnumeric/%%VERSION%%/templates/loan.gnumeric share/gnome/gnumeric/%%VERSION%%/templates/mileage.gnumeric share/gnome/gnumeric/%%VERSION%%/templates/purchase_order.gnumeric -share/gnome/help/gnumeric/C/alignmentandothertabs.html -share/gnome/help/gnumeric/C/analysis-tools.html -share/gnome/help/gnumeric/C/analysis-tools.sgml -share/gnome/help/gnumeric/C/anova.html -share/gnome/help/gnumeric/C/authors.html -share/gnome/help/gnumeric/C/authors.sgml -share/gnome/help/gnumeric/C/autocorrect-tool.html -share/gnome/help/gnumeric/C/autocorrect.sgml -share/gnome/help/gnumeric/C/autofill.html -share/gnome/help/gnumeric/C/autofill.sgml -share/gnome/help/gnumeric/C/autosave.html -share/gnome/help/gnumeric/C/autosave.sgml -share/gnome/help/gnumeric/C/cell-elements.html -share/gnome/help/gnumeric/C/cell-grid.html -share/gnome/help/gnumeric/C/cell-referencing.html -share/gnome/help/gnumeric/C/cell_refer.sgml -share/gnome/help/gnumeric/C/context-menu.html -share/gnome/help/gnumeric/C/copying-moving.html -share/gnome/help/gnumeric/C/copying-moving.sgml -share/gnome/help/gnumeric/C/correlation-tool.html -share/gnome/help/gnumeric/C/covariance-tool.html -share/gnome/help/gnumeric/C/cutandpaste.html -share/gnome/help/gnumeric/C/data-entry.html -share/gnome/help/gnumeric/C/data-menu.html -share/gnome/help/gnumeric/C/descriptive-statistics-tool.html -share/gnome/help/gnumeric/C/edit-menu.html -share/gnome/help/gnumeric/C/editing-selections.html -share/gnome/help/gnumeric/C/editing.html -share/gnome/help/gnumeric/C/editing.sgml -share/gnome/help/gnumeric/C/fdl-appendix.sgml -share/gnome/help/gnumeric/C/fdl-section1.html -share/gnome/help/gnumeric/C/fdl-section10.html -share/gnome/help/gnumeric/C/fdl-section2.html -share/gnome/help/gnumeric/C/fdl-section3.html -share/gnome/help/gnumeric/C/fdl-section4.html -share/gnome/help/gnumeric/C/fdl-section5.html -share/gnome/help/gnumeric/C/fdl-section6.html -share/gnome/help/gnumeric/C/fdl-section7.html -share/gnome/help/gnumeric/C/fdl-section8.html -share/gnome/help/gnumeric/C/fdl-section9.html -share/gnome/help/gnumeric/C/fdl-using.html -share/gnome/help/gnumeric/C/fdl.html -share/gnome/help/gnumeric/C/figures/add-decimals.png -share/gnome/help/gnumeric/C/figures/advanced-filter-1.png -share/gnome/help/gnumeric/C/figures/advanced-filter-2.png -share/gnome/help/gnumeric/C/figures/align-center.png -share/gnome/help/gnumeric/C/figures/align-left.png -share/gnome/help/gnumeric/C/figures/align-right.png -share/gnome/help/gnumeric/C/figures/analysis-tools.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-correlation.png -share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-covariance.png -share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-descstats.png -share/gnome/help/gnumeric/C/figures/analysistools-fourier-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-fourier.png -share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ftest.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-bins.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average.png -share/gnome/help/gnumeric/C/figures/analysistools-outputoptions.png -share/gnome/help/gnumeric/C/figures/analysistools-random-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-random-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-random.png -share/gnome/help/gnumeric/C/figures/analysistools-ranges.png -share/gnome/help/gnumeric/C/figures/analysistools-rank-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-rank-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-rank.png -share/gnome/help/gnumeric/C/figures/analysistools-regression-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-regression-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-regression-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-regression.png -share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-sampling.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing.png -share/gnome/help/gnumeric/C/figures/analysistools-tools.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest.png -share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ztest.png -share/gnome/help/gnumeric/C/figures/arrow.png -share/gnome/help/gnumeric/C/figures/auto-correct.png -share/gnome/help/gnumeric/C/figures/auto-save.png -share/gnome/help/gnumeric/C/figures/auto-sum.png -share/gnome/help/gnumeric/C/figures/autocorrect.png -share/gnome/help/gnumeric/C/figures/autofill-1.png -share/gnome/help/gnumeric/C/figures/autofill-10.png -share/gnome/help/gnumeric/C/figures/autofill-2.png -share/gnome/help/gnumeric/C/figures/autofill-3.png -share/gnome/help/gnumeric/C/figures/autofill-4.png -share/gnome/help/gnumeric/C/figures/autofill-5.png -share/gnome/help/gnumeric/C/figures/autofill-6.png -share/gnome/help/gnumeric/C/figures/autofill-7.png -share/gnome/help/gnumeric/C/figures/autofill-8.png -share/gnome/help/gnumeric/C/figures/autofill-9.png -share/gnome/help/gnumeric/C/figures/autosave.png -share/gnome/help/gnumeric/C/figures/bold.png -share/gnome/help/gnumeric/C/figures/border.png -share/gnome/help/gnumeric/C/figures/button-align-center.png -share/gnome/help/gnumeric/C/figures/button-align-left.png -share/gnome/help/gnumeric/C/figures/button-align-right.png -share/gnome/help/gnumeric/C/figures/button-arrow.png -share/gnome/help/gnumeric/C/figures/button-bold.png -share/gnome/help/gnumeric/C/figures/button-borders.png -share/gnome/help/gnumeric/C/figures/button-center-across-selection.png -share/gnome/help/gnumeric/C/figures/button-checkbox.png -share/gnome/help/gnumeric/C/figures/button-combo.png -share/gnome/help/gnumeric/C/figures/button-copy.png -share/gnome/help/gnumeric/C/figures/button-cut.png -share/gnome/help/gnumeric/C/figures/button-decrease-indent.png -share/gnome/help/gnumeric/C/figures/button-decrease-precision.png -share/gnome/help/gnumeric/C/figures/button-equals.png -share/gnome/help/gnumeric/C/figures/button-fill.png -share/gnome/help/gnumeric/C/figures/button-font-size.png -share/gnome/help/gnumeric/C/figures/button-font-type.png -share/gnome/help/gnumeric/C/figures/button-frame.png -share/gnome/help/gnumeric/C/figures/button-function.png -share/gnome/help/gnumeric/C/figures/button-fx.png -share/gnome/help/gnumeric/C/figures/button-graph.png -share/gnome/help/gnumeric/C/figures/button-increase-indent.png -share/gnome/help/gnumeric/C/figures/button-increase-precision.png -share/gnome/help/gnumeric/C/figures/button-insert-component.png -share/gnome/help/gnumeric/C/figures/button-insert-object.png -share/gnome/help/gnumeric/C/figures/button-italic.png -share/gnome/help/gnumeric/C/figures/button-label.png -share/gnome/help/gnumeric/C/figures/button-line.png -share/gnome/help/gnumeric/C/figures/button-list.png -share/gnome/help/gnumeric/C/figures/button-merge.png -share/gnome/help/gnumeric/C/figures/button-money.png -share/gnome/help/gnumeric/C/figures/button-new.png -share/gnome/help/gnumeric/C/figures/button-open.png -share/gnome/help/gnumeric/C/figures/button-oval.png -share/gnome/help/gnumeric/C/figures/button-paste.png -share/gnome/help/gnumeric/C/figures/button-percent.png -share/gnome/help/gnumeric/C/figures/button-preview.png -share/gnome/help/gnumeric/C/figures/button-print.png -share/gnome/help/gnumeric/C/figures/button-rectangle.png -share/gnome/help/gnumeric/C/figures/button-redo-and-history.png -share/gnome/help/gnumeric/C/figures/button-save.png -share/gnome/help/gnumeric/C/figures/button-sort-az.png -share/gnome/help/gnumeric/C/figures/button-sort-za.png -share/gnome/help/gnumeric/C/figures/button-split.png -share/gnome/help/gnumeric/C/figures/button-sum.png -share/gnome/help/gnumeric/C/figures/button-text-colour.png -share/gnome/help/gnumeric/C/figures/button-thousands.png -share/gnome/help/gnumeric/C/figures/button-underline.png -share/gnome/help/gnumeric/C/figures/button-undo-and-history.png -share/gnome/help/gnumeric/C/figures/button-zoom.png -share/gnome/help/gnumeric/C/figures/buttonGroup-bonobo.png -share/gnome/help/gnumeric/C/figures/buttonGroup-filesystem.png -share/gnome/help/gnumeric/C/figures/buttonGroup-printing.png -share/gnome/help/gnumeric/C/figures/cell-grid.png -share/gnome/help/gnumeric/C/figures/cells-1.png -share/gnome/help/gnumeric/C/figures/cells-2.png -share/gnome/help/gnumeric/C/figures/define-name.png -share/gnome/help/gnumeric/C/figures/dnd-selection-1.png -share/gnome/help/gnumeric/C/figures/dndselection-1.png -share/gnome/help/gnumeric/C/figures/drawing-toolbar.png -share/gnome/help/gnumeric/C/figures/editing-1.png -share/gnome/help/gnumeric/C/figures/editing-cell-selection-1.png -share/gnome/help/gnumeric/C/figures/file-dialog.png -share/gnome/help/gnumeric/C/figures/file-formats-import-list.png -share/gnome/help/gnumeric/C/figures/files-csv-export-ex1.png -share/gnome/help/gnumeric/C/figures/files-csv-export-ex2.png -share/gnome/help/gnumeric/C/figures/files-csv-import-ex1.png -share/gnome/help/gnumeric/C/figures/files-csv-import-ex2.png -share/gnome/help/gnumeric/C/figures/files-csv-import-ex3.png -share/gnome/help/gnumeric/C/figures/files-csv-import-ex4.png -share/gnome/help/gnumeric/C/figures/files-csv-import-ex5.png -share/gnome/help/gnumeric/C/figures/files-dvi-example.png -share/gnome/help/gnumeric/C/figures/files-formats-list.png -share/gnome/help/gnumeric/C/figures/files-html-example.png -share/gnome/help/gnumeric/C/figures/files-html32-example.png -share/gnome/help/gnumeric/C/figures/files-html40-example.png -share/gnome/help/gnumeric/C/figures/files-latex-example.png -share/gnome/help/gnumeric/C/figures/files-xml-example.png -share/gnome/help/gnumeric/C/figures/filter.png -share/gnome/help/gnumeric/C/figures/function-wizard.png -share/gnome/help/gnumeric/C/figures/function.png -share/gnome/help/gnumeric/C/figures/gnumeric-labelled.png -share/gnome/help/gnumeric/C/figures/gnumeric-rearranged.png -share/gnome/help/gnumeric/C/figures/goal-seek.png -share/gnome/help/gnumeric/C/figures/graphing.png -share/gnome/help/gnumeric/C/figures/info-area.png -share/gnome/help/gnumeric/C/figures/insert-object.png -share/gnome/help/gnumeric/C/figures/italic.png -share/gnome/help/gnumeric/C/figures/label-five.png -share/gnome/help/gnumeric/C/figures/label-four.png -share/gnome/help/gnumeric/C/figures/label-one.png -share/gnome/help/gnumeric/C/figures/label-seven.png -share/gnome/help/gnumeric/C/figures/label-six.png -share/gnome/help/gnumeric/C/figures/label-three.png -share/gnome/help/gnumeric/C/figures/label-transparent.png -share/gnome/help/gnumeric/C/figures/label-two.png -share/gnome/help/gnumeric/C/figures/line.png -share/gnome/help/gnumeric/C/figures/menu-context-col-row-header.png -share/gnome/help/gnumeric/C/figures/menu-context-grid.png -share/gnome/help/gnumeric/C/figures/menu-context-object.png -share/gnome/help/gnumeric/C/figures/menu-context-tabs.png -share/gnome/help/gnumeric/C/figures/menu-context-toolbars.png -share/gnome/help/gnumeric/C/figures/menu-data-labelled.png -share/gnome/help/gnumeric/C/figures/menu-edit-labelled.png -share/gnome/help/gnumeric/C/figures/menu-file-labelled.png -share/gnome/help/gnumeric/C/figures/menu-format-torn-off.png -share/gnome/help/gnumeric/C/figures/menu-help-torn-off.png -share/gnome/help/gnumeric/C/figures/menu-insert-labelled.png -share/gnome/help/gnumeric/C/figures/menu-tools-labelled.png -share/gnome/help/gnumeric/C/figures/menu-view-labelled.png -share/gnome/help/gnumeric/C/figures/menubar.png -share/gnome/help/gnumeric/C/figures/modify-comment.png -share/gnome/help/gnumeric/C/figures/money.png -share/gnome/help/gnumeric/C/figures/number-format-border-dialog.png -share/gnome/help/gnumeric/C/figures/number-format-buttonbar.png -share/gnome/help/gnumeric/C/figures/number-format-color-dialog.png -share/gnome/help/gnumeric/C/figures/number-format-dialog.png -share/gnome/help/gnumeric/C/figures/number-format-font-dialog.png -share/gnome/help/gnumeric/C/figures/number-format-justification-dialog-2.png -share/gnome/help/gnumeric/C/figures/number-format-justification.png -share/gnome/help/gnumeric/C/figures/number-format-protection.png -share/gnome/help/gnumeric/C/figures/number-format-validation-warning.png -share/gnome/help/gnumeric/C/figures/number-format-validation.png -share/gnome/help/gnumeric/C/figures/oval.png -share/gnome/help/gnumeric/C/figures/percentage.png -share/gnome/help/gnumeric/C/figures/plug-ins.png -share/gnome/help/gnumeric/C/figures/plugins.png -share/gnome/help/gnumeric/C/figures/preface-screenshot.png -share/gnome/help/gnumeric/C/figures/print-large.png -share/gnome/help/gnumeric/C/figures/print-preview-back.png -share/gnome/help/gnumeric/C/figures/print-preview-first.png -share/gnome/help/gnumeric/C/figures/print-preview-fit.png -share/gnome/help/gnumeric/C/figures/print-preview-fittall.png -share/gnome/help/gnumeric/C/figures/print-preview-fitwide.png -share/gnome/help/gnumeric/C/figures/print-preview-last.png -share/gnome/help/gnumeric/C/figures/print-preview-next.png -share/gnome/help/gnumeric/C/figures/print-preview-toolbar.png -share/gnome/help/gnumeric/C/figures/print-preview-zoomin.png -share/gnome/help/gnumeric/C/figures/print-preview-zoomout.png -share/gnome/help/gnumeric/C/figures/print-preview.png -share/gnome/help/gnumeric/C/figures/print-worksheet.png -share/gnome/help/gnumeric/C/figures/print.png -share/gnome/help/gnumeric/C/figures/printing-preview.png -share/gnome/help/gnumeric/C/figures/printing-setup-header-config.png -share/gnome/help/gnumeric/C/figures/printing-setup-header.png -share/gnome/help/gnumeric/C/figures/printing-setup-margins.png -share/gnome/help/gnumeric/C/figures/printing-setup-page-1.png -share/gnome/help/gnumeric/C/figures/printing-setup-page.png -share/gnome/help/gnumeric/C/figures/printing-setup-sheet.png -share/gnome/help/gnumeric/C/figures/rect.png -share/gnome/help/gnumeric/C/figures/redo.png -share/gnome/help/gnumeric/C/figures/remove-decimals.png -share/gnome/help/gnumeric/C/figures/sample_gnumeric.png -share/gnome/help/gnumeric/C/figures/selection-1.png -share/gnome/help/gnumeric/C/figures/selection-10.png -share/gnome/help/gnumeric/C/figures/selection-2.png -share/gnome/help/gnumeric/C/figures/selection-3.png -share/gnome/help/gnumeric/C/figures/selection-4.png -share/gnome/help/gnumeric/C/figures/selection-5.png -share/gnome/help/gnumeric/C/figures/selection-6.png -share/gnome/help/gnumeric/C/figures/selection-7.png -share/gnome/help/gnumeric/C/figures/selection-8.png -share/gnome/help/gnumeric/C/figures/selection-9.png -share/gnome/help/gnumeric/C/figures/sheet-indicator.png -share/gnome/help/gnumeric/C/figures/solver-01.png -share/gnome/help/gnumeric/C/figures/solver-02.png -share/gnome/help/gnumeric/C/figures/solver-03.png -share/gnome/help/gnumeric/C/figures/solver-04.png -share/gnome/help/gnumeric/C/figures/solver-05.png -share/gnome/help/gnumeric/C/figures/sort-ascending.png -share/gnome/help/gnumeric/C/figures/sort-descending.png -share/gnome/help/gnumeric/C/figures/sort.png -share/gnome/help/gnumeric/C/figures/stock-copy.png -share/gnome/help/gnumeric/C/figures/stock-cut.png -share/gnome/help/gnumeric/C/figures/stock-new.png -share/gnome/help/gnumeric/C/figures/stock-open.png -share/gnome/help/gnumeric/C/figures/stock-paste.png -share/gnome/help/gnumeric/C/figures/stock-save.png -share/gnome/help/gnumeric/C/figures/summary.png -share/gnome/help/gnumeric/C/figures/tear-off-menu.png -share/gnome/help/gnumeric/C/figures/thousands.png -share/gnome/help/gnumeric/C/figures/toolbar-format.png -share/gnome/help/gnumeric/C/figures/toolbar-object.png -share/gnome/help/gnumeric/C/figures/toolbar-standard.png -share/gnome/help/gnumeric/C/figures/toolbar.png -share/gnome/help/gnumeric/C/figures/toolbars.png -share/gnome/help/gnumeric/C/figures/underline.png -share/gnome/help/gnumeric/C/figures/undo.png -share/gnome/help/gnumeric/C/figures/worksheet-all-1.png -share/gnome/help/gnumeric/C/figures/worksheet-cols-1.png -share/gnome/help/gnumeric/C/figures/worksheet-data-1.png -share/gnome/help/gnumeric/C/figures/worksheet-data-2.png -share/gnome/help/gnumeric/C/figures/worksheet-data-3.png -share/gnome/help/gnumeric/C/figures/worksheet-data-4.png -share/gnome/help/gnumeric/C/figures/worksheet-info-1.png -share/gnome/help/gnumeric/C/figures/worksheet-rows-1.png -share/gnome/help/gnumeric/C/figures/worksheet-running-calc-1.png -share/gnome/help/gnumeric/C/figures/zoom-dialog.png -share/gnome/help/gnumeric/C/figures/zoom-toolbar.png -share/gnome/help/gnumeric/C/figures/zoom.png -share/gnome/help/gnumeric/C/file-format.html -share/gnome/help/gnumeric/C/file-menu.html -share/gnome/help/gnumeric/C/files.html -share/gnome/help/gnumeric/C/files.sgml -share/gnome/help/gnumeric/C/filter.sgml -share/gnome/help/gnumeric/C/filters.html -share/gnome/help/gnumeric/C/fmt-toolbar.html -share/gnome/help/gnumeric/C/forecasting-tools.html -share/gnome/help/gnumeric/C/format-menu.html -share/gnome/help/gnumeric/C/formatting.html -share/gnome/help/gnumeric/C/formulas.html -share/gnome/help/gnumeric/C/formulas.sgml -share/gnome/help/gnumeric/C/fourier-analysis-tool.html -share/gnome/help/gnumeric/C/ftest-two-sample-for-variances-tool.html -share/gnome/help/gnumeric/C/function-reference.html -share/gnome/help/gnumeric/C/functions.sgml -share/gnome/help/gnumeric/C/gnumeric-abs.html -share/gnome/help/gnumeric/C/gnumeric-accrint.html -share/gnome/help/gnumeric/C/gnumeric-accrintm.html -share/gnome/help/gnumeric/C/gnumeric-acos.html -share/gnome/help/gnumeric/C/gnumeric-acosh.html -share/gnome/help/gnumeric/C/gnumeric-address.html -share/gnome/help/gnumeric/C/gnumeric-amordegrc.html -share/gnome/help/gnumeric/C/gnumeric-amorlinc.html -share/gnome/help/gnumeric/C/gnumeric-and.html -share/gnome/help/gnumeric/C/gnumeric-asin.html -share/gnome/help/gnumeric/C/gnumeric-asinh.html -share/gnome/help/gnumeric/C/gnumeric-atan.html -share/gnome/help/gnumeric/C/gnumeric-atan2.html -share/gnome/help/gnumeric/C/gnumeric-atanh.html -share/gnome/help/gnumeric/C/gnumeric-avedev.html -share/gnome/help/gnumeric/C/gnumeric-average.html -share/gnome/help/gnumeric/C/gnumeric-averagea.html -share/gnome/help/gnumeric/C/gnumeric-besseli.html -share/gnome/help/gnumeric/C/gnumeric-besselj.html -share/gnome/help/gnumeric/C/gnumeric-besselk.html -share/gnome/help/gnumeric/C/gnumeric-bessely.html -share/gnome/help/gnumeric/C/gnumeric-betadist.html -share/gnome/help/gnumeric/C/gnumeric-betainv.html -share/gnome/help/gnumeric/C/gnumeric-bin2dec.html -share/gnome/help/gnumeric/C/gnumeric-bin2hex.html -share/gnome/help/gnumeric/C/gnumeric-bin2oct.html -share/gnome/help/gnumeric/C/gnumeric-binomdist.html -share/gnome/help/gnumeric/C/gnumeric-ceil.html -share/gnome/help/gnumeric/C/gnumeric-ceiling.html -share/gnome/help/gnumeric/C/gnumeric-cell.html -share/gnome/help/gnumeric/C/gnumeric-char.html -share/gnome/help/gnumeric/C/gnumeric-chidist.html -share/gnome/help/gnumeric/C/gnumeric-chiinv.html -share/gnome/help/gnumeric/C/gnumeric-chitest.html -share/gnome/help/gnumeric/C/gnumeric-choose.html -share/gnome/help/gnumeric/C/gnumeric-clean.html -share/gnome/help/gnumeric/C/gnumeric-code.html -share/gnome/help/gnumeric/C/gnumeric-column.html -share/gnome/help/gnumeric/C/gnumeric-columns.html -share/gnome/help/gnumeric/C/gnumeric-combin.html -share/gnome/help/gnumeric/C/gnumeric-complex.html -share/gnome/help/gnumeric/C/gnumeric-concatenate.html -share/gnome/help/gnumeric/C/gnumeric-confidence.html -share/gnome/help/gnumeric/C/gnumeric-convert.html -share/gnome/help/gnumeric/C/gnumeric-correl.html -share/gnome/help/gnumeric/C/gnumeric-cos.html -share/gnome/help/gnumeric/C/gnumeric-cosh.html -share/gnome/help/gnumeric/C/gnumeric-count.html -share/gnome/help/gnumeric/C/gnumeric-counta.html -share/gnome/help/gnumeric/C/gnumeric-countblank.html -share/gnome/help/gnumeric/C/gnumeric-countif.html -share/gnome/help/gnumeric/C/gnumeric-coupdaybs.html -share/gnome/help/gnumeric/C/gnumeric-coupdays.html -share/gnome/help/gnumeric/C/gnumeric-coupdaysnc.html -share/gnome/help/gnumeric/C/gnumeric-coupncd.html -share/gnome/help/gnumeric/C/gnumeric-coupnum.html -share/gnome/help/gnumeric/C/gnumeric-couppcd.html -share/gnome/help/gnumeric/C/gnumeric-covar.html -share/gnome/help/gnumeric/C/gnumeric-critbinom.html -share/gnome/help/gnumeric/C/gnumeric-cumipmt.html -share/gnome/help/gnumeric/C/gnumeric-cumprinc.html -share/gnome/help/gnumeric/C/gnumeric-date.html -share/gnome/help/gnumeric/C/gnumeric-date2unix.html -share/gnome/help/gnumeric/C/gnumeric-datedif.html -share/gnome/help/gnumeric/C/gnumeric-datevalue.html -share/gnome/help/gnumeric/C/gnumeric-daverage.html -share/gnome/help/gnumeric/C/gnumeric-day.html -share/gnome/help/gnumeric/C/gnumeric-days360.html -share/gnome/help/gnumeric/C/gnumeric-db.html -share/gnome/help/gnumeric/C/gnumeric-dcount.html -share/gnome/help/gnumeric/C/gnumeric-dcounta.html -share/gnome/help/gnumeric/C/gnumeric-ddb.html -share/gnome/help/gnumeric/C/gnumeric-dec2bin.html -share/gnome/help/gnumeric/C/gnumeric-dec2hex.html -share/gnome/help/gnumeric/C/gnumeric-dec2oct.html -share/gnome/help/gnumeric/C/gnumeric-degrees.html -share/gnome/help/gnumeric/C/gnumeric-delta.html -share/gnome/help/gnumeric/C/gnumeric-devsq.html -share/gnome/help/gnumeric/C/gnumeric-dget.html -share/gnome/help/gnumeric/C/gnumeric-disc.html -share/gnome/help/gnumeric/C/gnumeric-dmax.html -share/gnome/help/gnumeric/C/gnumeric-dmin.html -share/gnome/help/gnumeric/C/gnumeric-dollar.html -share/gnome/help/gnumeric/C/gnumeric-dollarde.html -share/gnome/help/gnumeric/C/gnumeric-dollarfr.html -share/gnome/help/gnumeric/C/gnumeric-dproduct.html -share/gnome/help/gnumeric/C/gnumeric-dstdev.html -share/gnome/help/gnumeric/C/gnumeric-dstdevp.html -share/gnome/help/gnumeric/C/gnumeric-dsum.html -share/gnome/help/gnumeric/C/gnumeric-duration.html -share/gnome/help/gnumeric/C/gnumeric-dvar.html -share/gnome/help/gnumeric/C/gnumeric-dvarp.html -share/gnome/help/gnumeric/C/gnumeric-edate.html -share/gnome/help/gnumeric/C/gnumeric-effect.html -share/gnome/help/gnumeric/C/gnumeric-eomonth.html -share/gnome/help/gnumeric/C/gnumeric-erf.html -share/gnome/help/gnumeric/C/gnumeric-erfc.html -share/gnome/help/gnumeric/C/gnumeric-error.html -share/gnome/help/gnumeric/C/gnumeric-error.type.html -share/gnome/help/gnumeric/C/gnumeric-euro.html -share/gnome/help/gnumeric/C/gnumeric-even.html -share/gnome/help/gnumeric/C/gnumeric-exact.html -share/gnome/help/gnumeric/C/gnumeric-exp.html -share/gnome/help/gnumeric/C/gnumeric-expondist.html -share/gnome/help/gnumeric/C/gnumeric-expression.html -share/gnome/help/gnumeric/C/gnumeric-fact.html -share/gnome/help/gnumeric/C/gnumeric-factdouble.html -share/gnome/help/gnumeric/C/gnumeric-false.html -share/gnome/help/gnumeric/C/gnumeric-fdist.html -share/gnome/help/gnumeric/C/gnumeric-find.html -share/gnome/help/gnumeric/C/gnumeric-finv.html -share/gnome/help/gnumeric/C/gnumeric-fisher.html -share/gnome/help/gnumeric/C/gnumeric-fisherinv.html -share/gnome/help/gnumeric/C/gnumeric-fixed.html -share/gnome/help/gnumeric/C/gnumeric-floor.html -share/gnome/help/gnumeric/C/gnumeric-forecast.html -share/gnome/help/gnumeric/C/gnumeric-frequency.html -share/gnome/help/gnumeric/C/gnumeric-ftest.html -share/gnome/help/gnumeric/C/gnumeric-fv.html -share/gnome/help/gnumeric/C/gnumeric-fvschedule.html -share/gnome/help/gnumeric/C/gnumeric-gammadist.html -share/gnome/help/gnumeric/C/gnumeric-gammainv.html -share/gnome/help/gnumeric/C/gnumeric-gammaln.html -share/gnome/help/gnumeric/C/gnumeric-gcd.html -share/gnome/help/gnumeric/C/gnumeric-geomean.html -share/gnome/help/gnumeric/C/gnumeric-gestep.html -share/gnome/help/gnumeric/C/gnumeric-getenv.html -share/gnome/help/gnumeric/C/gnumeric-getpivotdata.html -share/gnome/help/gnumeric/C/gnumeric-gnumericxversion.html -share/gnome/help/gnumeric/C/gnumeric-growth.html -share/gnome/help/gnumeric/C/gnumeric-gxproduct.html -share/gnome/help/gnumeric/C/gnumeric-harmean.html -share/gnome/help/gnumeric/C/gnumeric-hex2bin.html -share/gnome/help/gnumeric/C/gnumeric-hex2dec.html -share/gnome/help/gnumeric/C/gnumeric-hex2oct.html -share/gnome/help/gnumeric/C/gnumeric-hlookup.html -share/gnome/help/gnumeric/C/gnumeric-hour.html -share/gnome/help/gnumeric/C/gnumeric-hyperlink.html -share/gnome/help/gnumeric/C/gnumeric-hypgeomdist.html -share/gnome/help/gnumeric/C/gnumeric-if.html -share/gnome/help/gnumeric/C/gnumeric-imabs.html -share/gnome/help/gnumeric/C/gnumeric-imaginary.html -share/gnome/help/gnumeric/C/gnumeric-imargument.html -share/gnome/help/gnumeric/C/gnumeric-imconjugate.html -share/gnome/help/gnumeric/C/gnumeric-imcos.html -share/gnome/help/gnumeric/C/gnumeric-imdiv.html -share/gnome/help/gnumeric/C/gnumeric-imexp.html -share/gnome/help/gnumeric/C/gnumeric-imln.html -share/gnome/help/gnumeric/C/gnumeric-imlog10.html -share/gnome/help/gnumeric/C/gnumeric-imlog2.html -share/gnome/help/gnumeric/C/gnumeric-impower.html -share/gnome/help/gnumeric/C/gnumeric-improduct.html -share/gnome/help/gnumeric/C/gnumeric-imreal.html -share/gnome/help/gnumeric/C/gnumeric-imsin.html -share/gnome/help/gnumeric/C/gnumeric-imsqrt.html -share/gnome/help/gnumeric/C/gnumeric-imsub.html -share/gnome/help/gnumeric/C/gnumeric-imsum.html -share/gnome/help/gnumeric/C/gnumeric-imtan.html -share/gnome/help/gnumeric/C/gnumeric-index.html -share/gnome/help/gnumeric/C/gnumeric-indirect.html -share/gnome/help/gnumeric/C/gnumeric-info.html -share/gnome/help/gnumeric/C/gnumeric-int.html -share/gnome/help/gnumeric/C/gnumeric-intercept.html -share/gnome/help/gnumeric/C/gnumeric-intrate.html -share/gnome/help/gnumeric/C/gnumeric-ipmt.html -share/gnome/help/gnumeric/C/gnumeric-irr.html -share/gnome/help/gnumeric/C/gnumeric-isblank.html -share/gnome/help/gnumeric/C/gnumeric-iserr.html -share/gnome/help/gnumeric/C/gnumeric-iserror.html -share/gnome/help/gnumeric/C/gnumeric-iseven.html -share/gnome/help/gnumeric/C/gnumeric-islogical.html -share/gnome/help/gnumeric/C/gnumeric-isna.html -share/gnome/help/gnumeric/C/gnumeric-isnontext.html -share/gnome/help/gnumeric/C/gnumeric-isnumber.html -share/gnome/help/gnumeric/C/gnumeric-isodd.html -share/gnome/help/gnumeric/C/gnumeric-isoweeknum.html -share/gnome/help/gnumeric/C/gnumeric-ispmt.html -share/gnome/help/gnumeric/C/gnumeric-isref.html -share/gnome/help/gnumeric/C/gnumeric-istext.html -share/gnome/help/gnumeric/C/gnumeric-kurt.html -share/gnome/help/gnumeric/C/gnumeric-kurtp.html -share/gnome/help/gnumeric/C/gnumeric-large.html -share/gnome/help/gnumeric/C/gnumeric-lcm.html -share/gnome/help/gnumeric/C/gnumeric-left.html -share/gnome/help/gnumeric/C/gnumeric-len.html -share/gnome/help/gnumeric/C/gnumeric-linest.html -share/gnome/help/gnumeric/C/gnumeric-ln.html -share/gnome/help/gnumeric/C/gnumeric-log.html -share/gnome/help/gnumeric/C/gnumeric-log10.html -share/gnome/help/gnumeric/C/gnumeric-log2.html -share/gnome/help/gnumeric/C/gnumeric-logest.html -share/gnome/help/gnumeric/C/gnumeric-loginv.html -share/gnome/help/gnumeric/C/gnumeric-lognormdist.html -share/gnome/help/gnumeric/C/gnumeric-lookup.html -share/gnome/help/gnumeric/C/gnumeric-lower.html -share/gnome/help/gnumeric/C/gnumeric-match.html -share/gnome/help/gnumeric/C/gnumeric-max.html -share/gnome/help/gnumeric/C/gnumeric-maxa.html -share/gnome/help/gnumeric/C/gnumeric-mdeterm.html -share/gnome/help/gnumeric/C/gnumeric-mduration.html -share/gnome/help/gnumeric/C/gnumeric-median.html -share/gnome/help/gnumeric/C/gnumeric-mid.html -share/gnome/help/gnumeric/C/gnumeric-min.html -share/gnome/help/gnumeric/C/gnumeric-mina.html -share/gnome/help/gnumeric/C/gnumeric-minute.html -share/gnome/help/gnumeric/C/gnumeric-minverse.html -share/gnome/help/gnumeric/C/gnumeric-mirr.html -share/gnome/help/gnumeric/C/gnumeric-mmult.html -share/gnome/help/gnumeric/C/gnumeric-mod.html -share/gnome/help/gnumeric/C/gnumeric-mode.html -share/gnome/help/gnumeric/C/gnumeric-month.html -share/gnome/help/gnumeric/C/gnumeric-mround.html -share/gnome/help/gnumeric/C/gnumeric-multinomial.html -share/gnome/help/gnumeric/C/gnumeric-n.html -share/gnome/help/gnumeric/C/gnumeric-na.html -share/gnome/help/gnumeric/C/gnumeric-negbinomdist.html -share/gnome/help/gnumeric/C/gnumeric-networkdays.html -share/gnome/help/gnumeric/C/gnumeric-nominal.html -share/gnome/help/gnumeric/C/gnumeric-normdist.html -share/gnome/help/gnumeric/C/gnumeric-norminv.html -share/gnome/help/gnumeric/C/gnumeric-normsdist.html -share/gnome/help/gnumeric/C/gnumeric-normsinv.html -share/gnome/help/gnumeric/C/gnumeric-not.html -share/gnome/help/gnumeric/C/gnumeric-now.html -share/gnome/help/gnumeric/C/gnumeric-nper.html -share/gnome/help/gnumeric/C/gnumeric-npv.html -share/gnome/help/gnumeric/C/gnumeric-oct2bin.html -share/gnome/help/gnumeric/C/gnumeric-oct2dec.html -share/gnome/help/gnumeric/C/gnumeric-oct2hex.html -share/gnome/help/gnumeric/C/gnumeric-odd.html -share/gnome/help/gnumeric/C/gnumeric-oddfprice.html -share/gnome/help/gnumeric/C/gnumeric-oddfyield.html -share/gnome/help/gnumeric/C/gnumeric-oddlprice.html -share/gnome/help/gnumeric/C/gnumeric-oddlyield.html -share/gnome/help/gnumeric/C/gnumeric-offset.html -share/gnome/help/gnumeric/C/gnumeric-or.html -share/gnome/help/gnumeric/C/gnumeric-pearson.html -share/gnome/help/gnumeric/C/gnumeric-percentile.html -share/gnome/help/gnumeric/C/gnumeric-percentrank.html -share/gnome/help/gnumeric/C/gnumeric-permut.html -share/gnome/help/gnumeric/C/gnumeric-pi.html -share/gnome/help/gnumeric/C/gnumeric-pmt.html -share/gnome/help/gnumeric/C/gnumeric-poisson.html -share/gnome/help/gnumeric/C/gnumeric-power.html -share/gnome/help/gnumeric/C/gnumeric-ppmt.html -share/gnome/help/gnumeric/C/gnumeric-price.html -share/gnome/help/gnumeric/C/gnumeric-pricedisc.html -share/gnome/help/gnumeric/C/gnumeric-pricemat.html -share/gnome/help/gnumeric/C/gnumeric-prob.html -share/gnome/help/gnumeric/C/gnumeric-product.html -share/gnome/help/gnumeric/C/gnumeric-proper.html -share/gnome/help/gnumeric/C/gnumeric-pv.html -share/gnome/help/gnumeric/C/gnumeric-quartile.html -share/gnome/help/gnumeric/C/gnumeric-quotient.html -share/gnome/help/gnumeric/C/gnumeric-radians.html -share/gnome/help/gnumeric/C/gnumeric-rand.html -share/gnome/help/gnumeric/C/gnumeric-randbernoulli.html -share/gnome/help/gnumeric/C/gnumeric-randbetween.html -share/gnome/help/gnumeric/C/gnumeric-randbinom.html -share/gnome/help/gnumeric/C/gnumeric-randexp.html -share/gnome/help/gnumeric/C/gnumeric-randnegbinom.html -share/gnome/help/gnumeric/C/gnumeric-randpoisson.html -share/gnome/help/gnumeric/C/gnumeric-rank.html -share/gnome/help/gnumeric/C/gnumeric-rate.html -share/gnome/help/gnumeric/C/gnumeric-received.html -share/gnome/help/gnumeric/C/gnumeric-replace.html -share/gnome/help/gnumeric/C/gnumeric-rept.html -share/gnome/help/gnumeric/C/gnumeric-right.html -share/gnome/help/gnumeric/C/gnumeric-roman.html -share/gnome/help/gnumeric/C/gnumeric-round.html -share/gnome/help/gnumeric/C/gnumeric-rounddown.html -share/gnome/help/gnumeric/C/gnumeric-roundup.html -share/gnome/help/gnumeric/C/gnumeric-row.html -share/gnome/help/gnumeric/C/gnumeric-rows.html -share/gnome/help/gnumeric/C/gnumeric-rsq.html -share/gnome/help/gnumeric/C/gnumeric-search.html -share/gnome/help/gnumeric/C/gnumeric-second.html -share/gnome/help/gnumeric/C/gnumeric-selection.html -share/gnome/help/gnumeric/C/gnumeric-seriessum.html -share/gnome/help/gnumeric/C/gnumeric-sign.html -share/gnome/help/gnumeric/C/gnumeric-sin.html -share/gnome/help/gnumeric/C/gnumeric-sinh.html -share/gnome/help/gnumeric/C/gnumeric-skew.html -share/gnome/help/gnumeric/C/gnumeric-skewp.html -share/gnome/help/gnumeric/C/gnumeric-sln.html -share/gnome/help/gnumeric/C/gnumeric-slope.html -share/gnome/help/gnumeric/C/gnumeric-small.html -share/gnome/help/gnumeric/C/gnumeric-sqrt.html -share/gnome/help/gnumeric/C/gnumeric-sqrtpi.html -share/gnome/help/gnumeric/C/gnumeric-standardize.html -share/gnome/help/gnumeric/C/gnumeric-stdev.html -share/gnome/help/gnumeric/C/gnumeric-stdeva.html -share/gnome/help/gnumeric/C/gnumeric-stdevp.html -share/gnome/help/gnumeric/C/gnumeric-stdevpa.html -share/gnome/help/gnumeric/C/gnumeric-steyx.html -share/gnome/help/gnumeric/C/gnumeric-substitute.html -share/gnome/help/gnumeric/C/gnumeric-subtotal.html -share/gnome/help/gnumeric/C/gnumeric-sum.html -share/gnome/help/gnumeric/C/gnumeric-suma.html -share/gnome/help/gnumeric/C/gnumeric-sumif.html -share/gnome/help/gnumeric/C/gnumeric-sumproduct.html -share/gnome/help/gnumeric/C/gnumeric-sumsq.html -share/gnome/help/gnumeric/C/gnumeric-sumx2my2.html -share/gnome/help/gnumeric/C/gnumeric-sumx2py2.html -share/gnome/help/gnumeric/C/gnumeric-sumxmy2.html -share/gnome/help/gnumeric/C/gnumeric-syd.html -share/gnome/help/gnumeric/C/gnumeric-t.html -share/gnome/help/gnumeric/C/gnumeric-tan.html -share/gnome/help/gnumeric/C/gnumeric-tanh.html -share/gnome/help/gnumeric/C/gnumeric-tbilleq.html -share/gnome/help/gnumeric/C/gnumeric-tbillprice.html -share/gnome/help/gnumeric/C/gnumeric-tbillyield.html -share/gnome/help/gnumeric/C/gnumeric-tdist.html -share/gnome/help/gnumeric/C/gnumeric-text.html -share/gnome/help/gnumeric/C/gnumeric-time.html -share/gnome/help/gnumeric/C/gnumeric-timevalue.html -share/gnome/help/gnumeric/C/gnumeric-tinv.html -share/gnome/help/gnumeric/C/gnumeric-today.html -share/gnome/help/gnumeric/C/gnumeric-transpose.html -share/gnome/help/gnumeric/C/gnumeric-trend.html -share/gnome/help/gnumeric/C/gnumeric-trim.html -share/gnome/help/gnumeric/C/gnumeric-trimmean.html -share/gnome/help/gnumeric/C/gnumeric-true.html -share/gnome/help/gnumeric/C/gnumeric-trunc.html -share/gnome/help/gnumeric/C/gnumeric-ttest.html -share/gnome/help/gnumeric/C/gnumeric-type.html -share/gnome/help/gnumeric/C/gnumeric-unix2date.html -share/gnome/help/gnumeric/C/gnumeric-upper.html -share/gnome/help/gnumeric/C/gnumeric-value.html -share/gnome/help/gnumeric/C/gnumeric-var.html -share/gnome/help/gnumeric/C/gnumeric-vara.html -share/gnome/help/gnumeric/C/gnumeric-varp.html -share/gnome/help/gnumeric/C/gnumeric-varpa.html -share/gnome/help/gnumeric/C/gnumeric-vdb.html -share/gnome/help/gnumeric/C/gnumeric-vlookup.html -share/gnome/help/gnumeric/C/gnumeric-weekday.html -share/gnome/help/gnumeric/C/gnumeric-weeknum.html -share/gnome/help/gnumeric/C/gnumeric-weibull.html -share/gnome/help/gnumeric/C/gnumeric-workday.html -share/gnome/help/gnumeric/C/gnumeric-xirr.html -share/gnome/help/gnumeric/C/gnumeric-xnpv.html -share/gnome/help/gnumeric/C/gnumeric-year.html -share/gnome/help/gnumeric/C/gnumeric-yield.html -share/gnome/help/gnumeric/C/gnumeric-yielddisc.html -share/gnome/help/gnumeric/C/gnumeric-yieldmat.html -share/gnome/help/gnumeric/C/gnumeric-ztest.html -share/gnome/help/gnumeric/C/gnumeric.sgml -share/gnome/help/gnumeric/C/goal-seek.html -share/gnome/help/gnumeric/C/graphs.html -share/gnome/help/gnumeric/C/graphs.sgml -share/gnome/help/gnumeric/C/gui-elements.html -share/gnome/help/gnumeric/C/gui-elements.sgml -share/gnome/help/gnumeric/C/help-menu.html -share/gnome/help/gnumeric/C/histogram-tool.html -share/gnome/help/gnumeric/C/index.html -share/gnome/help/gnumeric/C/info-area.html -share/gnome/help/gnumeric/C/insert-menu.html -share/gnome/help/gnumeric/C/introduction.sgml -share/gnome/help/gnumeric/C/license.html -share/gnome/help/gnumeric/C/license.sgml -share/gnome/help/gnumeric/C/menus.html -share/gnome/help/gnumeric/C/menus.sgml -share/gnome/help/gnumeric/C/number-format.sgml -share/gnome/help/gnumeric/C/number-formatting-overview.html -share/gnome/help/gnumeric/C/obj-toolbar.html -share/gnome/help/gnumeric/C/opening-importing.html -share/gnome/help/gnumeric/C/other-elements.html -share/gnome/help/gnumeric/C/preface.html -share/gnome/help/gnumeric/C/preface.sgml -share/gnome/help/gnumeric/C/print-preview.html -share/gnome/help/gnumeric/C/print-setup.html -share/gnome/help/gnumeric/C/printing.html -share/gnome/help/gnumeric/C/printing.sgml -share/gnome/help/gnumeric/C/protectionandvalidation.html -share/gnome/help/gnumeric/C/random-number-generation-tool.html -share/gnome/help/gnumeric/C/rank-and-percentile-tool.html -share/gnome/help/gnumeric/C/regression-tool.html -share/gnome/help/gnumeric/C/sampling-tool.html -share/gnome/help/gnumeric/C/selecting-cells-entering-formulas.html -share/gnome/help/gnumeric/C/selections.sgml -share/gnome/help/gnumeric/C/solver.html -share/gnome/help/gnumeric/C/solver.sgml -share/gnome/help/gnumeric/C/std-toolbar.html -share/gnome/help/gnumeric/C/t-test.html -share/gnome/help/gnumeric/C/toolbars.html -share/gnome/help/gnumeric/C/toolbars.sgml -share/gnome/help/gnumeric/C/tools-menu.html -share/gnome/help/gnumeric/C/topic.dat -share/gnome/help/gnumeric/C/view-menu.html -share/gnome/help/gnumeric/C/worksheet.sgml share/gnome/mc/templates/gnumeric.desktop share/gnome/mime-info/gnumeric.keys share/gnome/mime-info/gnumeric.mime -share/gnome/oaf/GNOME_Gnumeric.oaf share/gnome/omf/gnumeric/gnumeric-C.omf share/gnome/pixmaps/gnome-application-vnd.lotus-1-2-3.png share/gnome/pixmaps/gnome-application-x-applix-spreadsheet.png @@ -881,6 +257,12 @@ share/gnome/pixmaps/gnome-gnumeric.png share/gnome/pixmaps/gnumeric/bottom_border share/gnome/pixmaps/gnumeric/diag_border share/gnome/pixmaps/gnumeric/down-right.png +share/gnome/pixmaps/gnumeric/gnome-application-vnd.lotus-1-2-3.png +share/gnome/pixmaps/gnumeric/gnome-application-x-applix-spreadsheet.png +share/gnome/pixmaps/gnumeric/gnome-application-x-generic-spreadsheet.png +share/gnome/pixmaps/gnumeric/gnome-application-x-gnumeric.png +share/gnome/pixmaps/gnumeric/gnome-application-x-xls.png +share/gnome/pixmaps/gnumeric/gnome-gnumeric.png share/gnome/pixmaps/gnumeric/gp_125grey share/gnome/pixmaps/gnumeric/gp_25grey share/gnome/pixmaps/gnumeric/gp_50grey @@ -931,6 +313,7 @@ share/gnome/pixmaps/gnumeric/right-down.png share/gnome/pixmaps/gnumeric/right_border share/gnome/pixmaps/gnumeric/stf-druid.png share/gnome/pixmaps/gnumeric/top_border +share/locale/bg/LC_MESSAGES/gnumeric.mo share/locale/ca/LC_MESSAGES/gnumeric.mo share/locale/cs/LC_MESSAGES/gnumeric.mo share/locale/da/LC_MESSAGES/gnumeric.mo @@ -950,6 +333,8 @@ share/locale/hu/LC_MESSAGES/gnumeric.mo share/locale/it/LC_MESSAGES/gnumeric.mo share/locale/ja/LC_MESSAGES/gnumeric.mo share/locale/ko/LC_MESSAGES/gnumeric.mo +share/locale/lv/LC_MESSAGES/gnumeric.mo +share/locale/ms/LC_MESSAGES/gnumeric.mo share/locale/nl/LC_MESSAGES/gnumeric.mo share/locale/nn/LC_MESSAGES/gnumeric.mo share/locale/no/LC_MESSAGES/gnumeric.mo @@ -962,19 +347,20 @@ share/locale/sk/LC_MESSAGES/gnumeric.mo share/locale/sv/LC_MESSAGES/gnumeric.mo share/locale/tr/LC_MESSAGES/gnumeric.mo share/locale/uk/LC_MESSAGES/gnumeric.mo +share/locale/vi/LC_MESSAGES/gnumeric.mo share/locale/zh_CN/LC_MESSAGES/gnumeric.mo share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @dirrm share/gnome/pixmaps/gnumeric @dirrm share/gnome/omf/gnumeric -@dirrm share/gnome/help/gnumeric/C/stylesheet-images -@dirrm share/gnome/help/gnumeric/C/figures -@dirrm share/gnome/help/gnumeric/C -@dirrm share/gnome/help/gnumeric @dirrm share/gnome/gnumeric/%%VERSION%%/templates @dirrm share/gnome/gnumeric/%%VERSION%%/python @dirrm share/gnome/gnumeric/%%VERSION%%/idl -@dirrm share/gnome/gnumeric/%%VERSION%%/gnome/ui -@dirrm share/gnome/gnumeric/%%VERSION%%/gnome +@dirrm share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures +@dirrm share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C +@dirrm share/gnome/gnumeric/%%VERSION%%/help/gnumeric +@dirrm share/gnome/gnumeric/%%VERSION%%/help +@dirrm share/gnome/gnumeric/%%VERSION%%/gnome-2.0/ui +@dirrm share/gnome/gnumeric/%%VERSION%%/gnome-2.0 @dirrm share/gnome/gnumeric/%%VERSION%%/glade @dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List @dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General @@ -984,15 +370,17 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D @dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates @dirrm share/gnome/gnumeric/%%VERSION%% -@dirrm share/gnome/gnumeric @dirrm lib/gnumeric/%%VERSION%%/plugins/xml_sax @dirrm lib/gnumeric/%%VERSION%%/plugins/xbase +@dirrm lib/gnumeric/%%VERSION%%/plugins/uihello @dirrm lib/gnumeric/%%VERSION%%/plugins/sylk @dirrm lib/gnumeric/%%VERSION%%/plugins/sc -@dirrm lib/gnumeric/%%VERSION%%/plugins/python-loader +@dirrm lib/gnumeric/%%VERSION%%/plugins/sample_datasource +@dirrm lib/gnumeric/%%VERSION%%/plugins/qpro @dirrm lib/gnumeric/%%VERSION%%/plugins/python +@dirrm lib/gnumeric/%%VERSION%%/plugins/python-loader @dirrm lib/gnumeric/%%VERSION%%/plugins/py-func -@dirrm lib/gnumeric/%%VERSION%%/plugins/psiconv +@dirrm lib/gnumeric/%%VERSION%%/plugins/plan_perfect @dirrm lib/gnumeric/%%VERSION%%/plugins/oleo @dirrm lib/gnumeric/%%VERSION%%/plugins/numtheory @dirrm lib/gnumeric/%%VERSION%%/plugins/mps @@ -1000,11 +388,71 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @dirrm lib/gnumeric/%%VERSION%%/plugins/html @dirrm lib/gnumeric/%%VERSION%%/plugins/gnome-glossary @dirrm lib/gnumeric/%%VERSION%%/plugins/gdaif -@dirrm lib/gnumeric/%%VERSION%%/plugins/gb +@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-string +@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-stat +@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-random +@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-math +@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-lookup +@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-logical +@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-info +@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-financial +@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-eng +@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-date +@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-database +@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-complex @dirrm lib/gnumeric/%%VERSION%%/plugins/excel @dirrm lib/gnumeric/%%VERSION%%/plugins/dif @dirrm lib/gnumeric/%%VERSION%%/plugins/derivatives @dirrm lib/gnumeric/%%VERSION%%/plugins/applix -@dirrm lib/gnumeric/%%VERSION%%/plugins -@dirrm lib/gnumeric/%%VERSION%% -@dirrm lib/gnumeric +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/undo +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/printsetup +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/printing +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/plugins +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/functionselector +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/dialogs/rs +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/dialogs +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/xml +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/workbook +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/sort/dialog +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/sort/default +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/sort +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/gui/window +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/gui/screen +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/gui/editing +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/gui +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/file/save +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/file/import +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/file/history +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/file +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core/defaultfont +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/core +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/autoformat +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric/autocorrect +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnumeric +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/undo +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/printsetup +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/printing +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/plugins +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/functionselector +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/file/history +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/file +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/dialogs/rs +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/dialogs +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/core/xml +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/core/workbook +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/core/sort/dialog +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/core/sort/default +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/core/sort +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/core/gui/window +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/core/gui/screen +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/core/gui/editing +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/core/gui +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/core/file/save +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/core/file/import +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/core/file/history +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/core/file +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/core/defaultfont +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/core +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/autoformat +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/autocorrect +@dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric |