diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 06:10:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 06:10:56 +0000 |
commit | cae03d14c5ecbb1d4fd1db275a042d5068df62b9 (patch) | |
tree | 450800494a1bd03736b39e5c21051ce07260c7b0 /math | |
parent | 85bc8b64bad476512ec10fcf58612200dfb5bd6e (diff) | |
download | ports-cae03d14c5ecbb1d4fd1db275a042d5068df62b9.tar.gz ports-cae03d14c5ecbb1d4fd1db275a042d5068df62b9.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 33 | ||||
-rw-r--r-- | math/gnumeric/distinfo | 4 | ||||
-rw-r--r-- | math/gnumeric/files/extra-patch-plugins_Makefile.in | 21 | ||||
-rw-r--r-- | math/gnumeric/files/patch-configure | 11 | ||||
-rw-r--r-- | math/gnumeric/files/patch-doc_C_Makefile.in | 11 | ||||
-rw-r--r-- | math/gnumeric/files/patch-src_regutf8.h | 11 | ||||
-rw-r--r-- | math/gnumeric/files/patch-src_tools_solver_lp_solve_commonlib.c | 8 | ||||
-rw-r--r-- | math/gnumeric/files/patch-src_tools_solver_lp_solve_lp_solve.c | 25 | ||||
-rw-r--r-- | math/gnumeric/pkg-plist | 1000 |
9 files changed, 509 insertions, 615 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index bed1adba6ed9..3cba66132fab 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -3,11 +3,11 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ +# $MCom: ports/math/gnumeric/Makefile,v 1.14 2005/10/11 22:44:47 marcus Exp $ # PORTNAME= gnumeric -PORTVERSION= 1.4.3 -PORTREVISION= 1 +PORTVERSION= 1.6.0 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -16,57 +16,48 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The GNOME 2 spreadsheet -LIB_DEPENDS= psiconv.10:${PORTSDIR}/converters/psiconv +LIB_DEPENDS= goffice-1.1:${PORTSDIR}/devel/goffice USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libgnomeprintui \ - libgnomedb libgsf_gnome pygtk2 desktopfileutils + libgsf_gnome pygtk2 desktopfileutils libgnomedb USE_PYTHON= yes INSTALLS_OMF= yes +INSTALLS_SHLIB= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 -CONFIGURE_ARGS= --without-guile --with-bonobo --with-gnome-db +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ARGS= --without-guile --with-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \ - DEFS="-I${X11BASE}/include/gal-2.0" \ python_prog=${PYTHON_VERSION} GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \ gnumeric-plugins.schemas -MAN1= gnumeric.1 ssconvert.1 +MAN1= gnumeric.1 ssconvert.1 ssindex.1 PLIST_SUB= VERSION=${PORTVERSION} .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -# The Perl plug-ins don't build with Perl < 5.6.1 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-plugins_Makefile.in +PLIST_SUB+= PERL="@comment " +.else +PLIST_SUB+= PERL="" .endif post-patch: - @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' \ - src/tools/solver/lp_solve/commonlib.h \ - src/tools/solver/lp_solve/fortify.c \ - src/tools/solver/lp_solve/lp_Hash.c \ - src/tools/solver/lp_solve/lp_etaPFI.c \ - src/tools/solver/lp_solve/lp_lib.h \ - src/tools/solver/lp_solve/lp_rlp.c \ - src/tools/solver/lp_solve/lp_rlpt.c @${FIND} ${WRKSRC}/plugins -name "plugin.xml.in" | ${XARGS} \ ${REINPLACE_CMD} -e 's|\.la|.so|g' - @${FIND} ${WRKSRC}/src/cut-n-paste-code/goffice/graph/plugins -name \ - "plugin.xml.in" | ${XARGS} ${REINPLACE_CMD} -e 's|\.la|.so|g' @${RM} -f ${WRKSRC}/GNOME_Gnumeric.server.in post-install: + @-update-desktop-database .for dir in share/gnome lib @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric .endfor - @-update-desktop-database .include <bsd.port.post.mk> diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo index ace4740aa6e3..7a8f11edd139 100644 --- a/math/gnumeric/distinfo +++ b/math/gnumeric/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gnumeric-1.4.3.tar.bz2) = b684eec48b1696d7a8d7152d1e17741c -SIZE (gnome2/gnumeric-1.4.3.tar.bz2) = 13756646 +MD5 (gnome2/gnumeric-1.6.0.tar.bz2) = 153c3a247cbe582f7be40fc9fdd903a6 +SIZE (gnome2/gnumeric-1.6.0.tar.bz2) = 12524922 diff --git a/math/gnumeric/files/extra-patch-plugins_Makefile.in b/math/gnumeric/files/extra-patch-plugins_Makefile.in deleted file mode 100644 index 30ca07376c2a..000000000000 --- a/math/gnumeric/files/extra-patch-plugins_Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- plugins/Makefile.in.orig Mon Nov 1 23:32:23 2004 -+++ plugins/Makefile.in Mon Nov 1 23:33:19 2004 -@@ -322,15 +322,15 @@ - SUBDIRS_FUNCTIONS = numtheory fn-database fn-date fn-eng fn-erlang fn-financial fn-info \ - fn-logical fn-complex fn-lookup fn-math fn-stat fn-string fn-random \ - derivatives \ -- $(PERL_DIR) $(GUILE_DIR) \ -+ $(GUILE_DIR) \ - $(GDA_DIR) $(GNOMEDB_DIR) - - --SUBDIRS_LOADERS = $(PERL_LOADER_DIR) $(PYTHON_LOADER_DIR) $(CORBA_DIR) -+SUBDIRS_LOADERS = $(PYTHON_LOADER_DIR) $(CORBA_DIR) - - SUBDIRS_DATA_SOURCES = sample_datasource - --SUBDIRS_EXAMPLES = $(GNOME_GLOSSARY_DIR) $(PERL_FUNC_DIR) $(PYFUNC_DIR) uihello -+SUBDIRS_EXAMPLES = $(GNOME_GLOSSARY_DIR) $(PYFUNC_DIR) uihello - @PLUGIN_LIST_GIVEN_FALSE@SUBDIRS = $(SUBDIRS_FILE_FORMATS) $(SUBDIRS_FUNCTIONS) $(SUBDIRS_LOADERS) $(SUBDIRS_DATA_SOURCES) $(SUBDIRS_EXAMPLES) - - @PLUGIN_LIST_GIVEN_TRUE@SUBDIRS = @PLUGIN_LIST@ diff --git a/math/gnumeric/files/patch-configure b/math/gnumeric/files/patch-configure deleted file mode 100644 index b7039389f456..000000000000 --- a/math/gnumeric/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Nov 7 14:51:35 2004 -+++ configure Sun Nov 7 14:52:12 2004 -@@ -27270,7 +27270,7 @@ - }' - fi - --DEFS=-DHAVE_CONFIG_H -+DEFS="$DEFS -DHAVE_CONFIG_H" - - ac_libobjs= - ac_ltlibobjs= diff --git a/math/gnumeric/files/patch-doc_C_Makefile.in b/math/gnumeric/files/patch-doc_C_Makefile.in deleted file mode 100644 index ebfc186f993f..000000000000 --- a/math/gnumeric/files/patch-doc_C_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/C/Makefile.in.orig Tue Jan 18 00:42:51 2005 -+++ doc/C/Makefile.in Tue Jan 18 00:43:05 2005 -@@ -449,7 +449,7 @@ - omf_dest_dir = $(datadir)/omf/@PACKAGE@ - scrollkeeper_localstate_dir = /var/db/scrollkeeper - --manpagedir = $(datadir)/man/man1 -+manpagedir = $(mandir)/man1 - manpage_DATA = gnumeric.1 ssconvert.1 - subdir = doc/C - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/math/gnumeric/files/patch-src_regutf8.h b/math/gnumeric/files/patch-src_regutf8.h deleted file mode 100644 index 04040ac56405..000000000000 --- a/math/gnumeric/files/patch-src_regutf8.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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/gnumeric/files/patch-src_tools_solver_lp_solve_commonlib.c b/math/gnumeric/files/patch-src_tools_solver_lp_solve_commonlib.c deleted file mode 100644 index 64f9f0c07baa..000000000000 --- a/math/gnumeric/files/patch-src_tools_solver_lp_solve_commonlib.c +++ /dev/null @@ -1,8 +0,0 @@ ---- src/tools/solver/lp_solve/commonlib.c.orig Tue Jan 18 00:16:36 2005 -+++ src/tools/solver/lp_solve/commonlib.c Tue Jan 18 00:19:24 2005 -@@ -1,4 +1,5 @@ - -+#include <gnumeric-config.h> - #include <sys/types.h> - - #ifdef INTEGERTIME diff --git a/math/gnumeric/files/patch-src_tools_solver_lp_solve_lp_solve.c b/math/gnumeric/files/patch-src_tools_solver_lp_solve_lp_solve.c new file mode 100644 index 000000000000..61a15d5d0cac --- /dev/null +++ b/math/gnumeric/files/patch-src_tools_solver_lp_solve_lp_solve.c @@ -0,0 +1,25 @@ +--- src/tools/solver/lp_solve/lp_solve.c.orig Sun Aug 28 16:01:54 2005 ++++ src/tools/solver/lp_solve/lp_solve.c Sun Aug 28 16:04:24 2005 +@@ -7,7 +7,7 @@ + #include <stdlib.h> + #include <errno.h> + #include <time.h> +-#include <sys/timeb.h> ++#include <sys/time.h> + + #define LoadInverseLib FALSE + #define LoadLanguageLib FALSE +@@ -15891,10 +15891,10 @@ static double timeNow(void) + #elif defined CLOCKTIME + return((double)clock()/CLOCKS_PER_SEC /* CLK_TCK */); + #else +- struct timeb buf; ++ struct timeval tp; + +- ftime(&buf); +- return((double)buf.time+((double) buf.millitm)/1000.0); ++ (void)gettimeofday(&tp, NULL); ++ return((double)tp.tv_sec+((double) (tp.tv_usec*1000))/1000.0); + #endif + } + diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist index a15695d703ea..f5efe4e5c85d 100644 --- a/math/gnumeric/pkg-plist +++ b/math/gnumeric/pkg-plist @@ -31,6 +31,8 @@ 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-r/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/fn-r/rstat.so lib/gnumeric/%%VERSION%%/plugins/fn-random/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-random/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-stat/plugin.so @@ -58,31 +60,12 @@ lib/gnumeric/%%VERSION%%/plugins/oleo/oleo.so lib/gnumeric/%%VERSION%%/plugins/oleo/plugin.xml lib/gnumeric/%%VERSION%%/plugins/openoffice/openoffice.so lib/gnumeric/%%VERSION%%/plugins/openoffice/plugin.xml +%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-func/perl_func.pl +%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-func/plugin.xml +%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.so +%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-loader/plugin.xml lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plan_perfect.so lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/plot_barcol/barcol.so -lib/gnumeric/%%VERSION%%/plugins/plot_barcol/gog-barcol-prefs.glade -lib/gnumeric/%%VERSION%%/plugins/plot_barcol/plot-types.xml -lib/gnumeric/%%VERSION%%/plugins/plot_barcol/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/plot_pie/gog-pie-prefs.glade -lib/gnumeric/%%VERSION%%/plugins/plot_pie/gog-pie-series.glade -lib/gnumeric/%%VERSION%%/plugins/plot_pie/gog-ring-prefs.glade -lib/gnumeric/%%VERSION%%/plugins/plot_pie/pie.so -lib/gnumeric/%%VERSION%%/plugins/plot_pie/plot-types.xml -lib/gnumeric/%%VERSION%%/plugins/plot_pie/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/plot_radar/plot-types.xml -lib/gnumeric/%%VERSION%%/plugins/plot_radar/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/plot_radar/radar.so -lib/gnumeric/%%VERSION%%/plugins/plot_surface/gog-contour-prefs.glade -lib/gnumeric/%%VERSION%%/plugins/plot_surface/plot-types.xml -lib/gnumeric/%%VERSION%%/plugins/plot_surface/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/plot_surface/surface.so -lib/gnumeric/%%VERSION%%/plugins/plot_xy/gog-bubble-prefs.glade -lib/gnumeric/%%VERSION%%/plugins/plot_xy/plot-types.xml -lib/gnumeric/%%VERSION%%/plugins/plot_xy/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/plot_xy/xy.so -lib/gnumeric/%%VERSION%%/plugins/psiconv/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/psiconv/psiconv.so 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 @@ -102,11 +85,12 @@ 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 +lib/libspreadsheet.a +lib/libspreadsheet-1.6.0.so +lib/libspreadsheet.so libdata/bonobo/servers/GNOME_Gnumeric.server +@exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/applications/gnumeric.desktop -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true share/gnome/gnumeric/%%VERSION%%/GNOME_Gnumeric-gtk.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/.category share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.button.xml @@ -137,406 +121,6 @@ share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.basic share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.green.xml 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%%/doc/C/about-authors.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/about-history.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/about-license.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/analysis-complexNumbers.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/analysis-goalseek.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/analysis-overview.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/analysis-scenarios.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/analysis-simulation.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/analysis-solver.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/analysis-statistical.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/appendix-glossary.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/appendix-keybindings.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/bugs.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/compiling.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/configuration-localization.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/configuration-overview.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/configuration-plugins.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/configuration-preferences.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/configuration-toolbars.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/data-commentNlink.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/data-delete.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/data-entry-advanced.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/data-entry-external.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/data-entry.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/data-format.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/data-generate.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/data-insert.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/data-modify.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/data-move-copy.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/data-overview.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/data-selections.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/data-types.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/documenting.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/extending-functions.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/extending-overview.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/extending-plugins.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/extending-python.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/advanced-filter-1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/advanced-filter-2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ANOVA1-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ANOVA1-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ANOVA2w-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ANOVA2w-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ANOVA2wo-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ANOVA2wo-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-correlation-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-correlation-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-correlation-ex3.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-correlation.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-covariance-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-covariance-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-covariance.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-descstats-ex1-options.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-descstats-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-descstats-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-descstats.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-fourier-formula.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-fourier.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ftest-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ftest-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ftest.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-histogram-bins.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-histogram-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-histogram-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-histogram-ex3.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-histogram.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-moving-average-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-moving-average-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-moving-average.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-outputoptions.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-random-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-random-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-random.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ranges.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-rank-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-rank-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-rank.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-regression-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-regression-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-regression-ex3.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-regression.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-sampling-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-sampling-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-sampling.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-smoothing-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-smoothing-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-smoothing.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-tools.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ttest-equal-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ttest-equal-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ttest-equal.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ttest-paired-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ttest-paired-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ttest-paired.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ttest-unequal-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ttest-unequal-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ttest-unequal.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ttest.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ztest-ex1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ztest-ex2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/analysistools-ztest.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/arrowhead-dimensions.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-align-center.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-align-left.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-align-right.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-arrow.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-bold.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-borders.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-center-across-selection.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-checkbox.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-combo.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-copy.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-cut.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-decrease-indent.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-decrease-precision.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-equals.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-fill.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-font-size.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-font-type.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-frame.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-function.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-graph.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-graphEditor-add.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-increase-indent.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-increase-precision.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-insert-component.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-insert-hyperlink.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-insert-object.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-italic.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-label.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-line.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-list.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-merge.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-money.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-new.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-open.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-oval.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-paste.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-percent.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-preview.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-print.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-rectangle.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-redo-and-history.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-save.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-scrollbar.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-slider.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-sort-az.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-sort-za.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-spin.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-split.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-sum.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-text-colour.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-thousands.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-underline.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-undo-and-history.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/button-zoom.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/cell-grid.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/cell-selected.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/cell-with-text.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/cells-1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/cells-2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_area_1_1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_area_1_2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_area_1_3.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_bar_1_1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_bar_1_2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_bar_1_3.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_bubble_1_1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_column_1_1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_column_1_2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_column_1_3.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_line_1_1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_line_1_2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_line_1_3.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_line_2_1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_line_2_2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_line_2_3.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_pie_1_1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_pie_2_1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_radar_1_1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_radar_1_2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_radar_1_3.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_ring_1_1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_ring_1_2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_scatter_1_1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_scatter_3_1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/chart_scatter_3_2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/dialog-auto-correct.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/dialog-autosave.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/dialog-fileopen-withTags.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/dialog-filesave-compact-withTags.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/dialog-filesave-expanded-withTags.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/dialog-filter.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/dialog-insert-object.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/dialog-properties-arrow.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/dialog-properties-checkbox.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/dialog-properties-frame.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/dialog-properties-label.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/dialog-properties-line.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/dialog-properties-oval.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/dialog-properties-rectangle.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/dialog-properties-scrollbar.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/drawing-arrow.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/drawing-line.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/drawing-oval.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/drawing-rectangle.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/example-colGraph-modified.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/example-colGraph.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/example-columnSelect.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/example-data.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/files-html-example.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/files-html32-example.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/files-html40-example.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/gnumeric-empty.510.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/gnumeric-icon-24.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/gnumeric-labelled.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/gnumeric-power-example.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graph-components.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graph-example-area.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graph-example-bar.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graph-example-bubble.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graph-example-column.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graph-example-line.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graph-example-pie.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graph-example-radar.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graph-example-ring.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graph-example-xyplot.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graph-hierarchy.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-axes-category-bounds.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-axes-category-details.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-axes-category-style.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-axes-continuous-bounds.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-axes-continuous-format.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-backPanels-gradient.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-backPanels-image.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-backPanels-none.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-backPanels-pattern.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-components.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-plot-barCol.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-plot-bubble.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-plot-pie.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-plot-radar.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-plot-ring.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-series-data-bubble.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-series-data-single.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-series-data-xy.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-series-error.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-series-style-filled.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-series-style-line.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphguru-title-font.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphical-elements-selected.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphical-elements-stacked.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphical-elements.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphs-types-area.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphs-types-bar.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphs-types-bubble.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphs-types-column.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphs-types-line.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphs-types-pie.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphs-types-radar.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphs-types-ring.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphs-types-stock.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphs-types-surface.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/graphs-types-xyplot.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/info-area.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-context-col-row-header.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-context-graph-order.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-context-graph.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-context-grid.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-context-object-order.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-context-object.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-context-tabs.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-context-toolbars.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-data-labelled.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-edit-labelled.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-file-labelled.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-format-labelled.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-help-labelled.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-insert-labelled.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-tools-labelled.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-torn-off.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menu-view-labelled.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/menubar.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/number-format-border-dialog.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/number-format-color-dialog.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/number-format-dialog.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/number-format-font-dialog.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/number-format-justification-dialog-2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/number-format-protection.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/number-format-validation-warning.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/number-format-validation.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/pointer_arrow_left_std.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/pointer_cross_hair.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/pointer_cross_wide.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/pointer_diagonal_resize.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/pointer_double_horizontal_arrow.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/pointer_double_vertical_arrow.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/pointer_four_way_arrow.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/pointer_hand_left.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/pointer_left.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/pointer_resize_multiple.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/pointer_right.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/pointer_text_edit.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/pointer_zoom_in.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/pointer_zoom_out.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/preferences-copypaste.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/preferences-files.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/preferences-font-header.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/preferences-font.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/preferences-screen.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/preferences-sorting.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/preferences-tools.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/preferences-undo.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/preferences-windows.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/print-large.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/print-preview-back.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/print-preview-first.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/print-preview-fit.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/print-preview-fitonetoone.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/print-preview-last.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/print-preview-next.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/print-preview-zoomin.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/print-preview-zoomout.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/print-worksheet-job.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/print-worksheet-paper.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/print-worksheet-printer.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/printing-preview.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/printing-setup-header-config.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/printing-setup-header.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/printing-setup-page.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/printing-setup-sheet.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/selection-1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/selection-10.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/selection-2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/selection-3.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/selection-4.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/selection-5.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/selection-8.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/selection-9.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/solver-01.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/solver-02.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/solver-03.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/solver-04.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/solver-05.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/textguru-export-panel1-withTags.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/textguru-export-panel2-withTags.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/textguru-import-panel1-withTags.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/textguru-import-panel2a-withTags.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/textguru-import-panel2b-withTags.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/textguru-import-panel3-withTags.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/toolbar-format.510.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/toolbar-object.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/toolbar-standard.510.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/toolbars.510.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/widget-checkbox.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/widget-combobox.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/widget-entryBox-outlined.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/widget-frame.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/widget-label.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/widget-list.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/widget-scrollbar.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/widget-slider.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/widget-spinbutton.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/worksheet-cols-1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/worksheet-data-1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/worksheet-data-2.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/worksheet-data-3.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/worksheet-data-4.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/worksheet-rows-1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/figures/worksheet-running-calc-1.png -share/gnome/gnumeric/%%VERSION%%/doc/C/files-email.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/files-formats.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/files-opening.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/files-overview.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/files-saving.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/files-ssconvert.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/files-textopen.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/files-textsave.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/functions.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/getting-involved.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/gnumeric.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/graphics-drawings.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/graphics-images.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/graphics-overview.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/graphics-plots.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/graphics-widgets.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/gui-menus.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/gui-mouse.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/gui-other-elements.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/gui-overview.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/gui-toolbars.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/installing.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/legal.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/manual-usage.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/morehelp.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/printing.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/quick-start.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/welcome.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/workbooks.xml -share/gnome/gnumeric/%%VERSION%%/doc/C/worksheets.xml share/gnome/gnumeric/%%VERSION%%/glade/advanced-filter.glade share/gnome/gnumeric/%%VERSION%%/glade/anova-one.glade share/gnome/gnumeric/%%VERSION%%/glade/anova-two.glade @@ -554,24 +138,20 @@ share/gnome/gnumeric/%%VERSION%%/glade/consolidate.glade share/gnome/gnumeric/%%VERSION%%/glade/correlation.glade share/gnome/gnumeric/%%VERSION%%/glade/covariance.glade share/gnome/gnumeric/%%VERSION%%/glade/dao.glade +share/gnome/gnumeric/%%VERSION%%/glade/define-name.glade share/gnome/gnumeric/%%VERSION%%/glade/delete-cells.glade share/gnome/gnumeric/%%VERSION%%/glade/descriptive-stats.glade share/gnome/gnumeric/%%VERSION%%/glade/dialog-stf-export.glade share/gnome/gnumeric/%%VERSION%%/glade/dialog-stf.glade share/gnome/gnumeric/%%VERSION%%/glade/dialog-zoom.glade +share/gnome/gnumeric/%%VERSION%%/glade/doc-meta-data.glade share/gnome/gnumeric/%%VERSION%%/glade/exp-smoothing.glade share/gnome/gnumeric/%%VERSION%%/glade/fill-series.glade share/gnome/gnumeric/%%VERSION%%/glade/font-sel.glade -share/gnome/gnumeric/%%VERSION%%/glade/format-selector.glade 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/gog-axis-prefs.glade -share/gnome/gnumeric/%%VERSION%%/glade/gog-error-bar-prefs.glade -share/gnome/gnumeric/%%VERSION%%/glade/gog-guru-type-selector.glade -share/gnome/gnumeric/%%VERSION%%/glade/gog-guru.glade -share/gnome/gnumeric/%%VERSION%%/glade/gog-style-prefs.glade share/gnome/gnumeric/%%VERSION%%/glade/goto.glade share/gnome/gnumeric/%%VERSION%%/glade/hf-config.glade share/gnome/gnumeric/%%VERSION%%/glade/histogram.glade @@ -580,7 +160,7 @@ 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/paste-names.glade share/gnome/gnumeric/%%VERSION%%/glade/pivottable.glade share/gnome/gnumeric/%%VERSION%%/glade/plugin-manager.glade share/gnome/gnumeric/%%VERSION%%/glade/preferences.glade @@ -611,6 +191,406 @@ 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/about-authors.xml +share/gnome/help/gnumeric/C/about-history.xml +share/gnome/help/gnumeric/C/about-license.xml +share/gnome/help/gnumeric/C/analysis-complexNumbers.xml +share/gnome/help/gnumeric/C/analysis-goalseek.xml +share/gnome/help/gnumeric/C/analysis-overview.xml +share/gnome/help/gnumeric/C/analysis-scenarios.xml +share/gnome/help/gnumeric/C/analysis-simulation.xml +share/gnome/help/gnumeric/C/analysis-solver.xml +share/gnome/help/gnumeric/C/analysis-statistical.xml +share/gnome/help/gnumeric/C/appendix-glossary.xml +share/gnome/help/gnumeric/C/appendix-keybindings.xml +share/gnome/help/gnumeric/C/bugs.xml +share/gnome/help/gnumeric/C/configuration-localization.xml +share/gnome/help/gnumeric/C/configuration-overview.xml +share/gnome/help/gnumeric/C/configuration-plugins.xml +share/gnome/help/gnumeric/C/configuration-preferences.xml +share/gnome/help/gnumeric/C/configuration-toolbars.xml +share/gnome/help/gnumeric/C/compiling.xml +share/gnome/help/gnumeric/C/data-commentNlink.xml +share/gnome/help/gnumeric/C/data-delete.xml +share/gnome/help/gnumeric/C/data-entry-advanced.xml +share/gnome/help/gnumeric/C/data-entry-external.xml +share/gnome/help/gnumeric/C/data-entry.xml +share/gnome/help/gnumeric/C/data-format.xml +share/gnome/help/gnumeric/C/data-generate.xml +share/gnome/help/gnumeric/C/data-insert.xml +share/gnome/help/gnumeric/C/data-modify.xml +share/gnome/help/gnumeric/C/data-move-copy.xml +share/gnome/help/gnumeric/C/data-overview.xml +share/gnome/help/gnumeric/C/data-selections.xml +share/gnome/help/gnumeric/C/data-types.xml +share/gnome/help/gnumeric/C/documenting.xml +share/gnome/help/gnumeric/C/extending-functions.xml +share/gnome/help/gnumeric/C/extending-overview.xml +share/gnome/help/gnumeric/C/extending-plugins.xml +share/gnome/help/gnumeric/C/extending-python.xml +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/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-options.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/arrowhead-dimensions.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-graph.png +share/gnome/help/gnumeric/C/figures/button-graphEditor-add.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-hyperlink.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-scrollbar.png +share/gnome/help/gnumeric/C/figures/button-slider.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-spin.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/cell-grid.png +share/gnome/help/gnumeric/C/figures/cell-selected.png +share/gnome/help/gnumeric/C/figures/cell-with-text.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/chart_area_1_1.png +share/gnome/help/gnumeric/C/figures/chart_area_1_2.png +share/gnome/help/gnumeric/C/figures/chart_area_1_3.png +share/gnome/help/gnumeric/C/figures/chart_bar_1_1.png +share/gnome/help/gnumeric/C/figures/chart_bar_1_2.png +share/gnome/help/gnumeric/C/figures/chart_bar_1_3.png +share/gnome/help/gnumeric/C/figures/chart_bubble_1_1.png +share/gnome/help/gnumeric/C/figures/chart_column_1_1.png +share/gnome/help/gnumeric/C/figures/chart_column_1_2.png +share/gnome/help/gnumeric/C/figures/chart_column_1_3.png +share/gnome/help/gnumeric/C/figures/chart_line_1_1.png +share/gnome/help/gnumeric/C/figures/chart_line_1_2.png +share/gnome/help/gnumeric/C/figures/chart_line_1_3.png +share/gnome/help/gnumeric/C/figures/chart_line_2_1.png +share/gnome/help/gnumeric/C/figures/chart_line_2_2.png +share/gnome/help/gnumeric/C/figures/chart_line_2_3.png +share/gnome/help/gnumeric/C/figures/chart_pie_1_1.png +share/gnome/help/gnumeric/C/figures/chart_pie_2_1.png +share/gnome/help/gnumeric/C/figures/chart_radar_1_1.png +share/gnome/help/gnumeric/C/figures/chart_radar_1_2.png +share/gnome/help/gnumeric/C/figures/chart_radar_1_3.png +share/gnome/help/gnumeric/C/figures/chart_ring_1_1.png +share/gnome/help/gnumeric/C/figures/chart_ring_1_2.png +share/gnome/help/gnumeric/C/figures/chart_scatter_1_1.png +share/gnome/help/gnumeric/C/figures/chart_scatter_3_1.png +share/gnome/help/gnumeric/C/figures/chart_scatter_3_2.png +share/gnome/help/gnumeric/C/figures/dialog-auto-correct.png +share/gnome/help/gnumeric/C/figures/dialog-autosave.png +share/gnome/help/gnumeric/C/figures/dialog-fileopen-withTags.png +share/gnome/help/gnumeric/C/figures/dialog-filesave-compact-withTags.png +share/gnome/help/gnumeric/C/figures/dialog-filesave-expanded-withTags.png +share/gnome/help/gnumeric/C/figures/dialog-filter.png +share/gnome/help/gnumeric/C/figures/dialog-insert-object.png +share/gnome/help/gnumeric/C/figures/dialog-properties-arrow.png +share/gnome/help/gnumeric/C/figures/dialog-properties-checkbox.png +share/gnome/help/gnumeric/C/figures/dialog-properties-frame.png +share/gnome/help/gnumeric/C/figures/dialog-properties-label.png +share/gnome/help/gnumeric/C/figures/dialog-properties-line.png +share/gnome/help/gnumeric/C/figures/dialog-properties-oval.png +share/gnome/help/gnumeric/C/figures/dialog-properties-rectangle.png +share/gnome/help/gnumeric/C/figures/dialog-properties-scrollbar.png +share/gnome/help/gnumeric/C/figures/drawing-arrow.png +share/gnome/help/gnumeric/C/figures/drawing-line.png +share/gnome/help/gnumeric/C/figures/drawing-oval.png +share/gnome/help/gnumeric/C/figures/drawing-rectangle.png +share/gnome/help/gnumeric/C/figures/example-colGraph-modified.png +share/gnome/help/gnumeric/C/figures/example-colGraph.png +share/gnome/help/gnumeric/C/figures/example-columnSelect.png +share/gnome/help/gnumeric/C/figures/example-data.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/gnumeric-empty.510.png +share/gnome/help/gnumeric/C/figures/gnumeric-icon-24.png +share/gnome/help/gnumeric/C/figures/gnumeric-labelled.png +share/gnome/help/gnumeric/C/figures/gnumeric-power-example.png +share/gnome/help/gnumeric/C/figures/graph-components.png +share/gnome/help/gnumeric/C/figures/graph-example-area.png +share/gnome/help/gnumeric/C/figures/graph-example-bar.png +share/gnome/help/gnumeric/C/figures/graph-example-bubble.png +share/gnome/help/gnumeric/C/figures/graph-example-column.png +share/gnome/help/gnumeric/C/figures/graph-example-line.png +share/gnome/help/gnumeric/C/figures/graph-example-pie.png +share/gnome/help/gnumeric/C/figures/graph-example-radar.png +share/gnome/help/gnumeric/C/figures/graph-example-ring.png +share/gnome/help/gnumeric/C/figures/graph-example-xyplot.png +share/gnome/help/gnumeric/C/figures/graph-hierarchy.png +share/gnome/help/gnumeric/C/figures/graphguru-axes-category-bounds.png +share/gnome/help/gnumeric/C/figures/graphguru-axes-category-details.png +share/gnome/help/gnumeric/C/figures/graphguru-axes-category-style.png +share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-bounds.png +share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-format.png +share/gnome/help/gnumeric/C/figures/graphguru-backPanels-gradient.png +share/gnome/help/gnumeric/C/figures/graphguru-backPanels-image.png +share/gnome/help/gnumeric/C/figures/graphguru-backPanels-none.png +share/gnome/help/gnumeric/C/figures/graphguru-backPanels-pattern.png +share/gnome/help/gnumeric/C/figures/graphguru-components.png +share/gnome/help/gnumeric/C/figures/graphguru-plot-barCol.png +share/gnome/help/gnumeric/C/figures/graphguru-plot-bubble.png +share/gnome/help/gnumeric/C/figures/graphguru-plot-pie.png +share/gnome/help/gnumeric/C/figures/graphguru-plot-radar.png +share/gnome/help/gnumeric/C/figures/graphguru-plot-ring.png +share/gnome/help/gnumeric/C/figures/graphguru-series-data-bubble.png +share/gnome/help/gnumeric/C/figures/graphguru-series-data-single.png +share/gnome/help/gnumeric/C/figures/graphguru-series-data-xy.png +share/gnome/help/gnumeric/C/figures/graphguru-series-error.png +share/gnome/help/gnumeric/C/figures/graphguru-series-style-filled.png +share/gnome/help/gnumeric/C/figures/graphguru-series-style-line.png +share/gnome/help/gnumeric/C/figures/graphguru-title-font.png +share/gnome/help/gnumeric/C/figures/graphical-elements-selected.png +share/gnome/help/gnumeric/C/figures/graphical-elements-stacked.png +share/gnome/help/gnumeric/C/figures/graphical-elements.png +share/gnome/help/gnumeric/C/figures/graphs-types-area.png +share/gnome/help/gnumeric/C/figures/graphs-types-bar.png +share/gnome/help/gnumeric/C/figures/graphs-types-bubble.png +share/gnome/help/gnumeric/C/figures/graphs-types-column.png +share/gnome/help/gnumeric/C/figures/graphs-types-line.png +share/gnome/help/gnumeric/C/figures/graphs-types-pie.png +share/gnome/help/gnumeric/C/figures/graphs-types-radar.png +share/gnome/help/gnumeric/C/figures/graphs-types-ring.png +share/gnome/help/gnumeric/C/figures/graphs-types-stock.png +share/gnome/help/gnumeric/C/figures/graphs-types-surface.png +share/gnome/help/gnumeric/C/figures/graphs-types-xyplot.png +share/gnome/help/gnumeric/C/figures/info-area.png +share/gnome/help/gnumeric/C/figures/menu-context-col-row-header.png +share/gnome/help/gnumeric/C/figures/menu-context-graph-order.png +share/gnome/help/gnumeric/C/figures/menu-context-graph.png +share/gnome/help/gnumeric/C/figures/menu-context-grid.png +share/gnome/help/gnumeric/C/figures/menu-context-object-order.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-labelled.png +share/gnome/help/gnumeric/C/figures/menu-help-labelled.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-torn-off.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/number-format-border-dialog.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-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/pointer_arrow_left_std.png +share/gnome/help/gnumeric/C/figures/pointer_cross_hair.png +share/gnome/help/gnumeric/C/figures/pointer_cross_wide.png +share/gnome/help/gnumeric/C/figures/pointer_diagonal_resize.png +share/gnome/help/gnumeric/C/figures/pointer_double_horizontal_arrow.png +share/gnome/help/gnumeric/C/figures/pointer_double_vertical_arrow.png +share/gnome/help/gnumeric/C/figures/pointer_four_way_arrow.png +share/gnome/help/gnumeric/C/figures/pointer_hand_left.png +share/gnome/help/gnumeric/C/figures/pointer_left.png +share/gnome/help/gnumeric/C/figures/pointer_resize_multiple.png +share/gnome/help/gnumeric/C/figures/pointer_right.png +share/gnome/help/gnumeric/C/figures/pointer_text_edit.png +share/gnome/help/gnumeric/C/figures/pointer_zoom_in.png +share/gnome/help/gnumeric/C/figures/pointer_zoom_out.png +share/gnome/help/gnumeric/C/figures/preferences-copypaste.png +share/gnome/help/gnumeric/C/figures/preferences-files.png +share/gnome/help/gnumeric/C/figures/preferences-font-header.png +share/gnome/help/gnumeric/C/figures/preferences-font.png +share/gnome/help/gnumeric/C/figures/preferences-screen.png +share/gnome/help/gnumeric/C/figures/preferences-sorting.png +share/gnome/help/gnumeric/C/figures/preferences-tools.png +share/gnome/help/gnumeric/C/figures/preferences-undo.png +share/gnome/help/gnumeric/C/figures/preferences-windows.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-fitonetoone.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-zoomin.png +share/gnome/help/gnumeric/C/figures/print-preview-zoomout.png +share/gnome/help/gnumeric/C/figures/print-worksheet-job.png +share/gnome/help/gnumeric/C/figures/print-worksheet-paper.png +share/gnome/help/gnumeric/C/figures/print-worksheet-printer.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-page.png +share/gnome/help/gnumeric/C/figures/printing-setup-sheet.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-8.png +share/gnome/help/gnumeric/C/figures/selection-9.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/textguru-export-panel1-withTags.png +share/gnome/help/gnumeric/C/figures/textguru-export-panel2-withTags.png +share/gnome/help/gnumeric/C/figures/textguru-import-panel1-withTags.png +share/gnome/help/gnumeric/C/figures/textguru-import-panel2a-withTags.png +share/gnome/help/gnumeric/C/figures/textguru-import-panel2b-withTags.png +share/gnome/help/gnumeric/C/figures/textguru-import-panel3-withTags.png +share/gnome/help/gnumeric/C/figures/toolbar-format.510.png +share/gnome/help/gnumeric/C/figures/toolbar-object.png +share/gnome/help/gnumeric/C/figures/toolbar-standard.510.png +share/gnome/help/gnumeric/C/figures/toolbars.510.png +share/gnome/help/gnumeric/C/figures/widget-checkbox.png +share/gnome/help/gnumeric/C/figures/widget-combobox.png +share/gnome/help/gnumeric/C/figures/widget-entryBox-outlined.png +share/gnome/help/gnumeric/C/figures/widget-frame.png +share/gnome/help/gnumeric/C/figures/widget-label.png +share/gnome/help/gnumeric/C/figures/widget-list.png +share/gnome/help/gnumeric/C/figures/widget-scrollbar.png +share/gnome/help/gnumeric/C/figures/widget-slider.png +share/gnome/help/gnumeric/C/figures/widget-spinbutton.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-rows-1.png +share/gnome/help/gnumeric/C/figures/worksheet-running-calc-1.png +share/gnome/help/gnumeric/C/files-email.xml +share/gnome/help/gnumeric/C/files-formats.xml +share/gnome/help/gnumeric/C/files-opening.xml +share/gnome/help/gnumeric/C/files-overview.xml +share/gnome/help/gnumeric/C/files-saving.xml +share/gnome/help/gnumeric/C/files-ssconvert.xml +share/gnome/help/gnumeric/C/files-textopen.xml +share/gnome/help/gnumeric/C/files-textsave.xml +share/gnome/help/gnumeric/C/functions.xml +share/gnome/help/gnumeric/C/getting-involved.xml +share/gnome/help/gnumeric/C/gnumeric.xml +share/gnome/help/gnumeric/C/graphics-drawings.xml +share/gnome/help/gnumeric/C/graphics-images.xml +share/gnome/help/gnumeric/C/graphics-overview.xml +share/gnome/help/gnumeric/C/graphics-plots.xml +share/gnome/help/gnumeric/C/graphics-widgets.xml +share/gnome/help/gnumeric/C/gui-menus.xml +share/gnome/help/gnumeric/C/gui-mouse.xml +share/gnome/help/gnumeric/C/gui-other-elements.xml +share/gnome/help/gnumeric/C/gui-overview.xml +share/gnome/help/gnumeric/C/gui-toolbars.xml +share/gnome/help/gnumeric/C/installing.xml +share/gnome/help/gnumeric/C/legal.xml +share/gnome/help/gnumeric/C/manual-usage.xml +share/gnome/help/gnumeric/C/morehelp.xml +share/gnome/help/gnumeric/C/printing.xml +share/gnome/help/gnumeric/C/quick-start.xml +share/gnome/help/gnumeric/C/welcome.xml +share/gnome/help/gnumeric/C/workbooks.xml +share/gnome/help/gnumeric/C/worksheets.xml share/gnome/mc/templates/gnumeric.desktop share/gnome/mime-info/gnumeric.keys share/gnome/mime-info/gnumeric.mime @@ -621,84 +601,6 @@ share/gnome/pixmaps/gnome-application-x-generic-spreadsheet.png share/gnome/pixmaps/gnome-application-x-gnumeric.png share/gnome/pixmaps/gnome-application-x-xls.png share/gnome/pixmaps/gnome-gnumeric.png -share/gnome/pixmaps/gnumeric/area.xpm -share/gnome/pixmaps/gnumeric/bar-hboth.png -share/gnome/pixmaps/gnumeric/bar-hminus.png -share/gnome/pixmaps/gnumeric/bar-hplus.png -share/gnome/pixmaps/gnumeric/bar-none.png -share/gnome/pixmaps/gnumeric/bar-vboth.png -share/gnome/pixmaps/gnumeric/bar-vminus.png -share/gnome/pixmaps/gnumeric/bar-vplus.png -share/gnome/pixmaps/gnumeric/bar.xpm -share/gnome/pixmaps/gnumeric/bubble.xpm -share/gnome/pixmaps/gnumeric/chart_area_1_1.png -share/gnome/pixmaps/gnumeric/chart_area_1_2.png -share/gnome/pixmaps/gnumeric/chart_area_1_3.png -share/gnome/pixmaps/gnumeric/chart_bar_1_1.png -share/gnome/pixmaps/gnumeric/chart_bar_1_2.png -share/gnome/pixmaps/gnumeric/chart_bar_1_3.png -share/gnome/pixmaps/gnumeric/chart_bar_2_1.png -share/gnome/pixmaps/gnumeric/chart_bar_2_2.png -share/gnome/pixmaps/gnumeric/chart_bar_2_3.png -share/gnome/pixmaps/gnumeric/chart_bubble_1_1.png -share/gnome/pixmaps/gnumeric/chart_column_1_1.png -share/gnome/pixmaps/gnumeric/chart_column_1_2.png -share/gnome/pixmaps/gnumeric/chart_column_1_3.png -share/gnome/pixmaps/gnumeric/chart_column_2_1.png -share/gnome/pixmaps/gnumeric/chart_column_2_2.png -share/gnome/pixmaps/gnumeric/chart_column_2_3.png -share/gnome/pixmaps/gnumeric/chart_column_3_1.png -share/gnome/pixmaps/gnumeric/chart_cone_1_1.png -share/gnome/pixmaps/gnumeric/chart_cone_1_2.png -share/gnome/pixmaps/gnumeric/chart_cone_1_3.png -share/gnome/pixmaps/gnumeric/chart_cone_2_1.png -share/gnome/pixmaps/gnumeric/chart_cone_2_2.png -share/gnome/pixmaps/gnumeric/chart_cone_2_3.png -share/gnome/pixmaps/gnumeric/chart_cone_3_1.png -share/gnome/pixmaps/gnumeric/chart_contour_1_1.png -share/gnome/pixmaps/gnumeric/chart_cylinder_1_1.png -share/gnome/pixmaps/gnumeric/chart_cylinder_1_2.png -share/gnome/pixmaps/gnumeric/chart_cylinder_1_3.png -share/gnome/pixmaps/gnumeric/chart_cylinder_2_1.png -share/gnome/pixmaps/gnumeric/chart_cylinder_2_2.png -share/gnome/pixmaps/gnumeric/chart_cylinder_2_3.png -share/gnome/pixmaps/gnumeric/chart_cylinder_3_1.png -share/gnome/pixmaps/gnumeric/chart_line_1_1.png -share/gnome/pixmaps/gnumeric/chart_line_1_2.png -share/gnome/pixmaps/gnumeric/chart_line_1_3.png -share/gnome/pixmaps/gnumeric/chart_line_2_1.png -share/gnome/pixmaps/gnumeric/chart_line_2_2.png -share/gnome/pixmaps/gnumeric/chart_line_2_3.png -share/gnome/pixmaps/gnumeric/chart_line_3_1.png -share/gnome/pixmaps/gnumeric/chart_pie_1_1.png -share/gnome/pixmaps/gnumeric/chart_pie_1_2.png -share/gnome/pixmaps/gnumeric/chart_pie_1_3.png -share/gnome/pixmaps/gnumeric/chart_pie_2_1.png -share/gnome/pixmaps/gnumeric/chart_pie_2_2.png -share/gnome/pixmaps/gnumeric/chart_pie_2_3.png -share/gnome/pixmaps/gnumeric/chart_pyramid_1_1.png -share/gnome/pixmaps/gnumeric/chart_pyramid_1_2.png -share/gnome/pixmaps/gnumeric/chart_pyramid_1_3.png -share/gnome/pixmaps/gnumeric/chart_pyramid_2_1.png -share/gnome/pixmaps/gnumeric/chart_pyramid_2_2.png -share/gnome/pixmaps/gnumeric/chart_pyramid_2_3.png -share/gnome/pixmaps/gnumeric/chart_pyramid_3_1.png -share/gnome/pixmaps/gnumeric/chart_radar_1_1.png -share/gnome/pixmaps/gnumeric/chart_radar_1_2.png -share/gnome/pixmaps/gnumeric/chart_radar_1_3.png -share/gnome/pixmaps/gnumeric/chart_ring_1_1.png -share/gnome/pixmaps/gnumeric/chart_ring_1_2.png -share/gnome/pixmaps/gnumeric/chart_scatter_1_1.png -share/gnome/pixmaps/gnumeric/chart_scatter_2_1.png -share/gnome/pixmaps/gnumeric/chart_scatter_2_2.png -share/gnome/pixmaps/gnumeric/chart_scatter_3_1.png -share/gnome/pixmaps/gnumeric/chart_scatter_3_2.png -share/gnome/pixmaps/gnumeric/chart_stock_1_1.png -share/gnome/pixmaps/gnumeric/chart_stock_1_2.png -share/gnome/pixmaps/gnumeric/chart_stock_2_1.png -share/gnome/pixmaps/gnumeric/chart_stock_2_2.png -share/gnome/pixmaps/gnumeric/column.xpm -share/gnome/pixmaps/gnumeric/doughnut.xpm 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 @@ -707,72 +609,114 @@ 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/gnumeric-about.png -share/gnome/pixmaps/gnumeric/linegraph.xpm share/gnome/pixmaps/gnumeric/orient-horizontal.png share/gnome/pixmaps/gnumeric/orient-vertical.png -share/gnome/pixmaps/gnumeric/pie.xpm -share/gnome/pixmaps/gnumeric/radar.xpm share/gnome/pixmaps/gnumeric/right-down.png -share/gnome/pixmaps/gnumeric/scatter.xpm share/gnome/pixmaps/gnumeric/stf-druid.png -share/gnome/pixmaps/gnumeric/stock.xpm -share/gnome/pixmaps/gnumeric/surface.xpm share/gnome/pixmaps/gnumeric/win32-gnumeric.ico share/gnome/pixmaps/win32-gnumeric.ico +share/locale/am/LC_MESSAGES/gnumeric-functions.mo share/locale/am/LC_MESSAGES/gnumeric.mo +share/locale/az/LC_MESSAGES/gnumeric-functions.mo share/locale/az/LC_MESSAGES/gnumeric.mo +share/locale/bg/LC_MESSAGES/gnumeric-functions.mo share/locale/bg/LC_MESSAGES/gnumeric.mo +share/locale/ca/LC_MESSAGES/gnumeric-functions.mo share/locale/ca/LC_MESSAGES/gnumeric.mo +share/locale/cs/LC_MESSAGES/gnumeric-functions.mo share/locale/cs/LC_MESSAGES/gnumeric.mo +share/locale/da/LC_MESSAGES/gnumeric-functions.mo share/locale/da/LC_MESSAGES/gnumeric.mo +share/locale/de/LC_MESSAGES/gnumeric-functions.mo share/locale/de/LC_MESSAGES/gnumeric.mo +share/locale/el/LC_MESSAGES/gnumeric-functions.mo share/locale/el/LC_MESSAGES/gnumeric.mo +share/locale/en_CA/LC_MESSAGES/gnumeric-functions.mo share/locale/en_CA/LC_MESSAGES/gnumeric.mo +share/locale/en_GB/LC_MESSAGES/gnumeric-functions.mo share/locale/en_GB/LC_MESSAGES/gnumeric.mo +share/locale/es/LC_MESSAGES/gnumeric-functions.mo share/locale/es/LC_MESSAGES/gnumeric.mo +share/locale/et/LC_MESSAGES/gnumeric-functions.mo share/locale/et/LC_MESSAGES/gnumeric.mo +share/locale/fi/LC_MESSAGES/gnumeric-functions.mo share/locale/fi/LC_MESSAGES/gnumeric.mo +share/locale/fr/LC_MESSAGES/gnumeric-functions.mo share/locale/fr/LC_MESSAGES/gnumeric.mo +share/locale/ga/LC_MESSAGES/gnumeric-functions.mo share/locale/ga/LC_MESSAGES/gnumeric.mo +share/locale/gl/LC_MESSAGES/gnumeric-functions.mo share/locale/gl/LC_MESSAGES/gnumeric.mo +share/locale/he/LC_MESSAGES/gnumeric-functions.mo share/locale/he/LC_MESSAGES/gnumeric.mo +share/locale/hr/LC_MESSAGES/gnumeric-functions.mo share/locale/hr/LC_MESSAGES/gnumeric.mo +share/locale/hu/LC_MESSAGES/gnumeric-functions.mo share/locale/hu/LC_MESSAGES/gnumeric.mo +share/locale/it/LC_MESSAGES/gnumeric-functions.mo share/locale/it/LC_MESSAGES/gnumeric.mo +share/locale/ja/LC_MESSAGES/gnumeric-functions.mo share/locale/ja/LC_MESSAGES/gnumeric.mo +share/locale/ko/LC_MESSAGES/gnumeric-functions.mo share/locale/ko/LC_MESSAGES/gnumeric.mo +share/locale/lt/LC_MESSAGES/gnumeric-functions.mo +share/locale/lt/LC_MESSAGES/gnumeric.mo +share/locale/lv/LC_MESSAGES/gnumeric-functions.mo share/locale/lv/LC_MESSAGES/gnumeric.mo +share/locale/ml/LC_MESSAGES/gnumeric-functions.mo share/locale/ml/LC_MESSAGES/gnumeric.mo +share/locale/mr/LC_MESSAGES/gnumeric-functions.mo share/locale/mr/LC_MESSAGES/gnumeric.mo +share/locale/ms/LC_MESSAGES/gnumeric-functions.mo share/locale/ms/LC_MESSAGES/gnumeric.mo +share/locale/nb/LC_MESSAGES/gnumeric-functions.mo share/locale/nb/LC_MESSAGES/gnumeric.mo +share/locale/nl/LC_MESSAGES/gnumeric-functions.mo share/locale/nl/LC_MESSAGES/gnumeric.mo +share/locale/nn/LC_MESSAGES/gnumeric-functions.mo share/locale/nn/LC_MESSAGES/gnumeric.mo +share/locale/no/LC_MESSAGES/gnumeric-functions.mo share/locale/no/LC_MESSAGES/gnumeric.mo +share/locale/pl/LC_MESSAGES/gnumeric-functions.mo share/locale/pl/LC_MESSAGES/gnumeric.mo +share/locale/pt/LC_MESSAGES/gnumeric-functions.mo share/locale/pt/LC_MESSAGES/gnumeric.mo +share/locale/pt_BR/LC_MESSAGES/gnumeric-functions.mo share/locale/pt_BR/LC_MESSAGES/gnumeric.mo +share/locale/ro/LC_MESSAGES/gnumeric-functions.mo share/locale/ro/LC_MESSAGES/gnumeric.mo +share/locale/ru/LC_MESSAGES/gnumeric-functions.mo share/locale/ru/LC_MESSAGES/gnumeric.mo +share/locale/rw/LC_MESSAGES/gnumeric-functions.mo +share/locale/rw/LC_MESSAGES/gnumeric.mo +share/locale/sk/LC_MESSAGES/gnumeric-functions.mo share/locale/sk/LC_MESSAGES/gnumeric.mo +share/locale/sr/LC_MESSAGES/gnumeric-functions.mo share/locale/sr/LC_MESSAGES/gnumeric.mo +share/locale/sr@Latn/LC_MESSAGES/gnumeric-functions.mo share/locale/sr@Latn/LC_MESSAGES/gnumeric.mo +share/locale/sv/LC_MESSAGES/gnumeric-functions.mo share/locale/sv/LC_MESSAGES/gnumeric.mo +share/locale/te/LC_MESSAGES/gnumeric-functions.mo +share/locale/te/LC_MESSAGES/gnumeric.mo +share/locale/tr/LC_MESSAGES/gnumeric-functions.mo share/locale/tr/LC_MESSAGES/gnumeric.mo +share/locale/uk/LC_MESSAGES/gnumeric-functions.mo share/locale/uk/LC_MESSAGES/gnumeric.mo +share/locale/vi/LC_MESSAGES/gnumeric-functions.mo share/locale/vi/LC_MESSAGES/gnumeric.mo +share/locale/zh_CN/LC_MESSAGES/gnumeric-functions.mo share/locale/zh_CN/LC_MESSAGES/gnumeric.mo +share/locale/zh_TW/LC_MESSAGES/gnumeric-functions.mo share/locale/zh_TW/LC_MESSAGES/gnumeric.mo -@unexec rmdir %D/share/locale/mr/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/mr 2> /dev/null || true @dirrm share/gnome/pixmaps/gnumeric @dirrm share/gnome/omf/gnumeric +@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%%/idl @dirrm share/gnome/gnumeric/%%VERSION%%/glade -@dirrm share/gnome/gnumeric/%%VERSION%%/doc/C/figures -@dirrm share/gnome/gnumeric/%%VERSION%%/doc/C -@dirrm share/gnome/gnumeric/%%VERSION%%/doc @dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List @dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General @dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial @@ -782,7 +726,6 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @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 @@ -791,13 +734,9 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @dirrm lib/gnumeric/%%VERSION%%/plugins/qpro @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/plot_xy -@dirrm lib/gnumeric/%%VERSION%%/plugins/plot_surface -@dirrm lib/gnumeric/%%VERSION%%/plugins/plot_radar -@dirrm lib/gnumeric/%%VERSION%%/plugins/plot_pie -@dirrm lib/gnumeric/%%VERSION%%/plugins/plot_barcol @dirrm lib/gnumeric/%%VERSION%%/plugins/plan_perfect +%%PERL%%@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-loader +%%PERL%%@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-func @dirrm lib/gnumeric/%%VERSION%%/plugins/openoffice @dirrm lib/gnumeric/%%VERSION%%/plugins/oleo @dirrm lib/gnumeric/%%VERSION%%/plugins/numtheory @@ -810,6 +749,7 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @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-r @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-math @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-lookup @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-logical @@ -828,4 +768,4 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @dirrm lib/gnumeric/%%VERSION%%/plugins @dirrm lib/gnumeric/%%VERSION%% @dirrm lib/gnumeric -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec update-desktop-database > /dev/null || /usr/bin/true |