summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-06-08 08:26:49 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-06-08 08:26:49 +0800
commitd7b0cc458786c403f0726d540e1d7047a497f4a6 (patch)
tree2c9b2aff8ff33d3c9f4f5c953032999203391d1f /math
parent4f86e18ae33b5652b2f296b4529731c701cdc088 (diff)
downloadmarcuscom-ports-d7b0cc458786c403f0726d540e1d7047a497f4a6.tar
marcuscom-ports-d7b0cc458786c403f0726d540e1d7047a497f4a6.tar.gz
marcuscom-ports-d7b0cc458786c403f0726d540e1d7047a497f4a6.tar.bz2
marcuscom-ports-d7b0cc458786c403f0726d540e1d7047a497f4a6.tar.lz
marcuscom-ports-d7b0cc458786c403f0726d540e1d7047a497f4a6.tar.xz
marcuscom-ports-d7b0cc458786c403f0726d540e1d7047a497f4a6.tar.zst
marcuscom-ports-d7b0cc458786c403f0726d540e1d7047a497f4a6.zip
Update to 1.5.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4043 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math')
-rw-r--r--math/gnumeric/Makefile7
-rw-r--r--math/gnumeric/distinfo4
-rw-r--r--math/gnumeric/files/extra-patch-plugins_Makefile.in21
-rw-r--r--math/gnumeric/files/patch-src_regutf8.h11
-rw-r--r--math/gnumeric/pkg-plist182
5 files changed, 60 insertions, 165 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 81a180415..fa2937d3c 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnumeric
-PORTVERSION= 1.5.0
+PORTVERSION= 1.5.1
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
@@ -15,6 +15,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= The GNOME 2 spreadsheet
+LIB_DEPENDS= goffice.0:${PORTSDIR}/devel/goffice
+
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_PERL5= yes
@@ -28,7 +30,6 @@ 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}
GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \
@@ -42,7 +43,7 @@ PLIST_SUB= VERSION=${PORTVERSION}
.if ${PERL_LEVEL} < 500600
# The Perl plug-ins don't build with Perl < 5.6.1
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-plugins_Makefile.in
+#EXTRA_PATCHES+= ${FILESDIR}/extra-patch-plugins_Makefile.in
.endif
post-patch:
diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo
index 093456f7f..03dedb285 100644
--- a/math/gnumeric/distinfo
+++ b/math/gnumeric/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gnumeric-1.5.0.tar.bz2) = 2c32ffc6c99ea5fba3f52439e2ff0b0d
-SIZE (gnome2/gnumeric-1.5.0.tar.bz2) = 16942463
+MD5 (gnome2/gnumeric-1.5.1.tar.bz2) = dbaf7b94bd0e4348d4597aa23223523c
+SIZE (gnome2/gnumeric-1.5.1.tar.bz2) = 12009297
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 30ca07376..000000000
--- 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-src_regutf8.h b/math/gnumeric/files/patch-src_regutf8.h
deleted file mode 100644
index 04040ac56..000000000
--- 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/pkg-plist b/math/gnumeric/pkg-plist
index bf5a03128..12a58f87a 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
@@ -60,31 +62,6 @@ 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_boxes/boxplot.so
-lib/gnumeric/%%VERSION%%/plugins/plot_boxes/gog-boxplot-prefs.glade
-lib/gnumeric/%%VERSION%%/plugins/plot_boxes/plot-types.xml
-lib/gnumeric/%%VERSION%%/plugins/plot_boxes/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/surface.so
-lib/gnumeric/%%VERSION%%/plugins/plot_surface/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/plot_surface/plot-types.xml
-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
@@ -104,8 +81,6 @@ 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
libdata/bonobo/servers/GNOME_Gnumeric.server
@exec update-desktop-database > /dev/null || /usr/bin/true
share/gnome/applications/gnumeric.desktop
@@ -156,24 +131,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.glade
-share/gnome/gnumeric/%%VERSION%%/glade/gog-guru-type-selector.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
@@ -182,7 +153,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
@@ -623,87 +594,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/boxplot.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_boxplot_1_1.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_scatter_3_3.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
@@ -712,61 +602,103 @@ 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/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
@dirrm share/gnome/pixmaps/gnumeric
@dirrm share/gnome/omf/gnumeric
@@ -785,7 +717,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
@@ -794,12 +725,6 @@ 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/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_boxes
-@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
@@ -813,6 +738,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