summaryrefslogtreecommitdiffstats
path: root/math/gnumeric2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-20 15:37:38 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-20 15:37:38 +0800
commiteef7064e0eb8258a87639e701ab65ae087f71dd2 (patch)
treec6e8bd42d653b9ae5204ddd671a71de8341c444a /math/gnumeric2
parent20c61ba350cfcc63b0f8ce4fb19f4703694a80bd (diff)
downloadmarcuscom-ports-eef7064e0eb8258a87639e701ab65ae087f71dd2.tar
marcuscom-ports-eef7064e0eb8258a87639e701ab65ae087f71dd2.tar.gz
marcuscom-ports-eef7064e0eb8258a87639e701ab65ae087f71dd2.tar.bz2
marcuscom-ports-eef7064e0eb8258a87639e701ab65ae087f71dd2.tar.lz
marcuscom-ports-eef7064e0eb8258a87639e701ab65ae087f71dd2.tar.xz
marcuscom-ports-eef7064e0eb8258a87639e701ab65ae087f71dd2.tar.zst
marcuscom-ports-eef7064e0eb8258a87639e701ab65ae087f71dd2.zip
Add gnumeric2, and update to 1.3.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2508 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gnumeric2')
-rw-r--r--math/gnumeric2/Makefile51
-rw-r--r--math/gnumeric2/distinfo2
-rw-r--r--math/gnumeric2/files/patch-configure11
-rw-r--r--math/gnumeric2/files/patch-src_regutf8.h11
-rw-r--r--math/gnumeric2/pkg-descr3
-rw-r--r--math/gnumeric2/pkg-plist479
6 files changed, 557 insertions, 0 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
new file mode 100644
index 000000000..02df3a25c
--- /dev/null
+++ b/math/gnumeric2/Makefile
@@ -0,0 +1,51 @@
+# New ports collection makefile for: gnumeric2
+# Date created: 26 August 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/math/gnumeric2/Makefile,v 1.129 2004/06/30 05:36:19 marcus Exp $
+#
+
+PORTNAME= gnumeric2
+PORTVERSION= 1.3.1
+CATEGORIES= math gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:R}
+DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= The GNOME 2 spreadsheet
+
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtk.so:${PORTSDIR}/x11-toolkits/py-gtk2
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtk.so:${PORTSDIR}/x11-toolkits/py-gtk2
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_PERL5= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libgnomeprintui \
+ libgnomedb libgsf_gnome
+USE_PYTHON= yes
+USE_REINPLACE= yes
+USE_LIBTOOL_VER=15
+CONFIGURE_ARGS= --without-guile --with-bonobo --with-gnome-db
+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}
+
+PLIST_SUB= VERSION=${PORTVERSION}
+
+post-patch:
+ @${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:
+.for dir in share/gnome lib
+ @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric
+.endfor
+
+.include <bsd.port.mk>
diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo
new file mode 100644
index 000000000..ab01cc3d8
--- /dev/null
+++ b/math/gnumeric2/distinfo
@@ -0,0 +1,2 @@
+MD5 (gnome2/gnumeric-1.3.1.tar.bz2) = 753b966dad1d61ef900eb40f5c8f37ad
+SIZE (gnome2/gnumeric-1.3.1.tar.bz2) = 14028707
diff --git a/math/gnumeric2/files/patch-configure b/math/gnumeric2/files/patch-configure
new file mode 100644
index 000000000..e935dad17
--- /dev/null
+++ b/math/gnumeric2/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Wed Dec 24 13:17:48 2003
++++ configure Wed Dec 24 13:17:48 2003
+@@ -25411,7 +25412,7 @@
+ }'
+ fi
+
+-DEFS=-DHAVE_CONFIG_H
++DEFS="$DEFS -DHAVE_CONFIG_H"
+
+ ac_libobjs=
+ ac_ltlibobjs=
diff --git a/math/gnumeric2/files/patch-src_regutf8.h b/math/gnumeric2/files/patch-src_regutf8.h
new file mode 100644
index 000000000..04040ac56
--- /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-descr b/math/gnumeric2/pkg-descr
new file mode 100644
index 000000000..76139dab8
--- /dev/null
+++ b/math/gnumeric2/pkg-descr
@@ -0,0 +1,3 @@
+The GNOME 2 spreadsheet.
+
+WWW: http://www.gnome.org/projects/gnumeric/index.shtml
diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist
new file mode 100644
index 000000000..a462e60d6
--- /dev/null
+++ b/math/gnumeric2/pkg-plist
@@ -0,0 +1,479 @@
+bin/gnumeric
+bin/gnumeric-%%VERSION%%
+@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gnumeric-dialogs.schemas > /dev/null || /usr/bin/true
+etc/gconf/schemas/gnumeric-dialogs.schemas
+@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gnumeric-dialogs.schemas > /dev/null || /usr/bin/true
+@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gnumeric-general.schemas > /dev/null || /usr/bin/true
+etc/gconf/schemas/gnumeric-general.schemas
+@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gnumeric-general.schemas > /dev/null || /usr/bin/true
+@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gnumeric-plugins.schemas > /dev/null || /usr/bin/true
+etc/gconf/schemas/gnumeric-plugins.schemas
+@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gnumeric-plugins.schemas > /dev/null || /usr/bin/true
+lib/gnumeric/%%VERSION%%/plugins/applix/applix.so
+lib/gnumeric/%%VERSION%%/plugins/applix/plugin.xml
+lib/gnumeric/%%VERSION%%/plugins/corba/corba.so
+lib/gnumeric/%%VERSION%%/plugins/corba/plugin.xml
+lib/gnumeric/%%VERSION%%/plugins/derivatives/derivatives.so
+lib/gnumeric/%%VERSION%%/plugins/derivatives/plugin.xml
+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/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-db/gnomedb.so
+lib/gnumeric/%%VERSION%%/plugins/gnome-db/plugin.xml
+lib/gnumeric/%%VERSION%%/plugins/gnome-db/ui.xml
+lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/glossary-po-header
+lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/gnome_glossary.py
+lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/gnome_glossary.pyc
+lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/plugin.xml
+lib/gnumeric/%%VERSION%%/plugins/html/html.so
+lib/gnumeric/%%VERSION%%/plugins/html/plugin.xml
+lib/gnumeric/%%VERSION%%/plugins/lotus/lotus.so
+lib/gnumeric/%%VERSION%%/plugins/lotus/plugin.xml
+lib/gnumeric/%%VERSION%%/plugins/mps/mps.so
+lib/gnumeric/%%VERSION%%/plugins/mps/plugin.xml
+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/openoffice/openoffice.so
+lib/gnumeric/%%VERSION%%/plugins/openoffice/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/gog-radar-prefs.glade
+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_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/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/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/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
+libdata/bonobo/servers/GNOME_Gnumeric.server
+share/gnome/applications/gnumeric.desktop
+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
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.list.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/.category
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.cool.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.simple.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.trendy.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/.category
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.banana.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.black.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.blue.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.orange.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/.category
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.basic.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.desert.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.ice.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.modern.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.purple.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/.category
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.advanced.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.basic.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.empty.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.table.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/.category
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.basic.xml
+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%%/glade/advanced-filter.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/autofilter-expression.glade
+share/gnome/gnumeric/%%VERSION%%/glade/autofilter-top10.glade
+share/gnome/gnumeric/%%VERSION%%/glade/autoformat.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
+share/gnome/gnumeric/%%VERSION%%/glade/colrow.glade
+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/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/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.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
+share/gnome/gnumeric/%%VERSION%%/glade/hyperlink.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/pivottable.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
+share/gnome/gnumeric/%%VERSION%%/glade/regression.glade
+share/gnome/gnumeric/%%VERSION%%/glade/row-height.glade
+share/gnome/gnumeric/%%VERSION%%/glade/sampling.glade
+share/gnome/gnumeric/%%VERSION%%/glade/scenario-add.glade
+share/gnome/gnumeric/%%VERSION%%/glade/scenario-manager.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/shuffle.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-frame.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/view.glade
+share/gnome/gnumeric/%%VERSION%%/glade/workbook-attr.glade
+share/gnome/gnumeric/%%VERSION%%/idl/GNOME_Gnumeric.idl
+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-compiling.xml
+share/gnome/help/gnumeric/C/about-get-involved.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/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/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/extending-code.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/files-autosave.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/functions.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/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/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
+share/gnome/omf/gnumeric/gnumeric-C.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnumeric/gnumeric-C.omf 2>/dev/null || /usr/bin/true
+share/gnome/pixmaps/gnome-application-vnd.lotus-1-2-3.png
+share/gnome/pixmaps/gnome-application-x-applix-spreadsheet.png
+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_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
+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/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/locale/am/LC_MESSAGES/gnumeric.mo
+share/locale/az/LC_MESSAGES/gnumeric.mo
+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
+share/locale/de/LC_MESSAGES/gnumeric.mo
+share/locale/el/LC_MESSAGES/gnumeric.mo
+share/locale/en_CA/LC_MESSAGES/gnumeric.mo
+share/locale/en_GB/LC_MESSAGES/gnumeric.mo
+share/locale/es/LC_MESSAGES/gnumeric.mo
+share/locale/et/LC_MESSAGES/gnumeric.mo
+share/locale/fi/LC_MESSAGES/gnumeric.mo
+share/locale/fr/LC_MESSAGES/gnumeric.mo
+share/locale/ga/LC_MESSAGES/gnumeric.mo
+share/locale/gl/LC_MESSAGES/gnumeric.mo
+share/locale/he/LC_MESSAGES/gnumeric.mo
+share/locale/hr/LC_MESSAGES/gnumeric.mo
+share/locale/hu/LC_MESSAGES/gnumeric.mo
+share/locale/it/LC_MESSAGES/gnumeric.mo
+share/locale/ja/LC_MESSAGES/gnumeric.mo
+share/locale/ko/LC_MESSAGES/gnumeric.mo
+share/locale/lv/LC_MESSAGES/gnumeric.mo
+share/locale/ml/LC_MESSAGES/gnumeric.mo
+share/locale/mr/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
+share/locale/pl/LC_MESSAGES/gnumeric.mo
+share/locale/pt/LC_MESSAGES/gnumeric.mo
+share/locale/pt_BR/LC_MESSAGES/gnumeric.mo
+share/locale/ro/LC_MESSAGES/gnumeric.mo
+share/locale/ru/LC_MESSAGES/gnumeric.mo
+share/locale/sk/LC_MESSAGES/gnumeric.mo
+share/locale/sr/LC_MESSAGES/gnumeric.mo
+share/locale/sr@Latn/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
+@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%%/autoformat-templates/List
+@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General
+@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial
+@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful
+@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical
+@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/sylk
+@dirrm lib/gnumeric/%%VERSION%%/plugins/sc
+@dirrm lib/gnumeric/%%VERSION%%/plugins/sample_datasource
+@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/plot_xy
+@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
+@dirrm lib/gnumeric/%%VERSION%%/plugins/openoffice
+@dirrm lib/gnumeric/%%VERSION%%/plugins/oleo
+@dirrm lib/gnumeric/%%VERSION%%/plugins/numtheory
+@dirrm lib/gnumeric/%%VERSION%%/plugins/mps
+@dirrm lib/gnumeric/%%VERSION%%/plugins/lotus
+@dirrm lib/gnumeric/%%VERSION%%/plugins/html
+@dirrm lib/gnumeric/%%VERSION%%/plugins/gnome-glossary
+@dirrm lib/gnumeric/%%VERSION%%/plugins/gnome-db
+@dirrm lib/gnumeric/%%VERSION%%/plugins/gdaif
+@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/corba
+@dirrm lib/gnumeric/%%VERSION%%/plugins/applix
+@dirrm lib/gnumeric/%%VERSION%%/plugins
+@dirrm lib/gnumeric/%%VERSION%%
+@dirrm lib/gnumeric
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnumeric/gnumeric-C.omf 2>/dev/null || /usr/bin/true