- update gnumeric to 1.8.3

joint work with seth jackson, ok ajacoutot@
This commit is contained in:
jasper 2008-06-03 16:36:54 +00:00
parent 290a1c88ac
commit 0818cb86a4
15 changed files with 190 additions and 165 deletions

View File

@ -1,49 +1,49 @@
# $OpenBSD: Makefile,v 1.23 2008/04/09 13:31:37 jasper Exp $
# $OpenBSD: Makefile,v 1.24 2008/06/03 16:36:54 jasper Exp $
COMMENT= spreadsheet application for GNOME
GNOME_PROJECT= gnumeric
GNOME_VERSION= 1.6.3
PKGNAME= ${DISTNAME}p1
GNOME_VERSION= 1.8.3
SHARED_LIBS += spreadsheet 0.0
CATEGORIES= math
HOMEPAGE= http://www.gnome.org/projects/gnumeric/
# GPL
# GPLv2
# Some tools: LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcursor Xdmcp \
Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 audiofile \
Xcomposite Xdamage pcre \
bonobo-2 bonobo-activation bonoboui-2 bz2 c cairo crypto \
dbus-1 dbus-glib-1 esd expat fontconfig freetype gconf-2 \
gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 glitz gmodule-2.0 \
gnome-2 gnome-keyring gnomecanvas-2 gnomeprint-2-2 \
gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 jpeg \
m pango-1.0 pangocairo-1.0 pangoft2-1.0 perl png popt \
pthread ssl util z
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.6/}
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
Xrender atk-1.0 audiofile bonobo-2 bonobo-activation \
bonoboui-2 bz2 c cairo crypto dbus-1 dbus-glib-1 esd \
expat fontconfig freetype gailutil gconf-2 gdk-x11-2.0 \
gdk_pixbuf-2.0 glib-2.0 glitz gmodule-2.0 gnome-2 gnome-keyring \
gnomecanvas-2 gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 \
jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre perl \
pixman-1 png popt pthread ssl util z
MODULES= devel/gettext \
x11/gnome
BUILD_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper
RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper \
:yelp-*:x11/gnome/yelp
RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper
LIB_DEPENDS= art_lgpl_2.>=5.19::graphics/libart \
glade-2.0.>=0.8::devel/libglade2 \
gnomeui-2.>=1800::x11/gnome/libgnomeui \
gnomeprintui-2-2.>=2.0::x11/gnome/libgnomeprintui \
goffice-1.>=0.0::devel/goffice \
gsf-1.>=114.3,gsf-gnome-1.>=114.3::devel/libgsf,-gnome \
goffice-0.6::devel/goffice \
gsf-1.>=114.8,gsf-gnome-1.>=114.8::devel/libgsf,-gnome \
xml2.>=9.5::textproc/libxml
USE_X11= Yes
CONFIGURE_STYLE= gnu
DESKTOP_FILES= Yes
MODGNOME_HELP_FILES= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-gnome \
--without-gda \
--without-gb \
@ -54,6 +54,7 @@ CONFIGURE_ARGS= --with-gnome \
--with-gconf-schema-file-dir="${LOCALBASE}/share/schemas/gnumeric"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
SUBST_VARS= VERSION
post-patch:

View File

@ -1,5 +1,5 @@
MD5 (gnumeric-1.6.3.tar.bz2) = eP/XWuarw7sg3QRAeggqJg==
RMD160 (gnumeric-1.6.3.tar.bz2) = Sb47cgcFVatrWPHFmgwigZubkJY=
SHA1 (gnumeric-1.6.3.tar.bz2) = ImGzJ27V6tZQRyCKbdt/NDa35UQ=
SHA256 (gnumeric-1.6.3.tar.bz2) = utqmiZ9x7xElFc6BruAuVZ4YtfqHx/ImI5B2Sq+bHcA=
SIZE (gnumeric-1.6.3.tar.bz2) = 12540950
MD5 (gnumeric-1.8.3.tar.bz2) = POa6ZIPM1v6ZdM+s5YIzeg==
RMD160 (gnumeric-1.8.3.tar.bz2) = TNA8PdG/z8cr7RkCyu9K4srkEvk=
SHA1 (gnumeric-1.8.3.tar.bz2) = WmWFVJvXBb8dDlkJgcPvOBc/jAg=
SHA256 (gnumeric-1.8.3.tar.bz2) = Fz33SUgvc5HlCm64M5EHsrIBWCl4Y3xjGQxKefjmbQc=
SIZE (gnumeric-1.8.3.tar.bz2) = 14087309

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_collect_c,v 1.1 2008/04/09 13:31:37 jasper Exp $
--- src/collect.c.orig Mon Apr 7 17:01:00 2008
+++ src/collect.c Mon Apr 7 17:02:29 2008
@@ -7,6 +7,7 @@
*/
#include <gnumeric-config.h>
+#include <glib/gtestutils.h>
#include "gnumeric.h"
#include "collect.h"

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_file-autoft_c,v 1.1 2008/04/09 13:31:37 jasper Exp $
--- src/file-autoft.c.orig Mon Apr 7 17:01:00 2008
+++ src/file-autoft.c Mon Apr 7 17:02:26 2008
@@ -22,6 +22,7 @@
#include <gnumeric-config.h>
#include <glib/gi18n.h>
+#include <glib/gtestutils.h>
#include "gnumeric.h"
#include "file-autoft.h"

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_format-template_c,v 1.1 2008/04/09 13:31:37 jasper Exp $
--- src/format-template.c.orig Mon Apr 7 17:01:00 2008
+++ src/format-template.c Mon Apr 7 17:02:23 2008
@@ -21,6 +21,7 @@
#include <gnumeric-config.h>
#include <glib/gi18n.h>
+#include <glib/gtestutils.h>
#include "gnumeric.h"
#include "format-template.h"

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_parse-util_c,v 1.1 2008/04/09 13:31:37 jasper Exp $
--- src/parse-util.c.orig Mon Apr 7 17:01:00 2008
+++ src/parse-util.c Mon Apr 7 17:02:17 2008
@@ -46,6 +46,7 @@
#include <glib.h>
#include <string.h>
#include <goffice/utils/go-glib-extras.h>
+#include <glib/gtestutils.h>
static void
col_name_internal (GString *target, int col)

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_parser_c,v 1.1 2008/04/09 13:31:37 jasper Exp $
--- src/parser.c.orig Mon Apr 7 17:01:00 2008
+++ src/parser.c Mon Apr 7 17:02:03 2008
@@ -118,6 +118,7 @@
*/
#include <gnumeric-config.h>
#include <glib/gi18n.h>
+#include <glib/gtestutils.h>
#include "gnumeric.h"
#include "number-match.h"
#include "expr.h"

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_print-info_c,v 1.1 2008/04/09 13:31:37 jasper Exp $
--- src/print-info.c.orig Mon Apr 7 17:01:00 2008
+++ src/print-info.c Mon Apr 7 17:01:56 2008
@@ -11,6 +11,7 @@
*/
#include <gnumeric-config.h>
#include <glib/gi18n.h>
+#include <glib/gtestutils.h>
#include "gnumeric.h"
#include "print-info.h"

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_ranges_c,v 1.1 2008/04/09 13:31:37 jasper Exp $
--- src/ranges.c.orig Mon Apr 7 17:01:00 2008
+++ src/ranges.c Mon Apr 7 17:01:51 2008
@@ -27,6 +27,7 @@
#include <stdio.h>
#include <glib.h>
#include <glib/gi18n.h>
+#include <glib/gtestutils.h>
#include <string.h>
#undef RANGE_DEBUG

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_regression_c,v 1.1 2008/04/09 13:31:37 jasper Exp $
--- src/regression.c.orig Mon Apr 7 17:01:00 2008
+++ src/regression.c Mon Apr 7 17:01:47 2008
@@ -8,6 +8,7 @@
*/
#include <gnumeric-config.h>
+#include <glib/gtestutils.h>
#include "gnumeric.h"
#include "regression.h"
#include "rangefunc.h"

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-src_tools_solver_lp_solve_lp_solve_c,v 1.1 2007/09/13 21:58:58 martynas Exp $
--- src/tools/solver/lp_solve/lp_solve.c.orig Thu Aug 25 17:23:43 2005
+++ src/tools/solver/lp_solve/lp_solve.c Sun Jun 3 22:56:19 2007
$OpenBSD: patch-src_tools_solver_lp_solve_lp_solve_c,v 1.2 2008/06/03 16:36:54 jasper Exp $
--- src/tools/solver/lp_solve/lp_solve.c.orig Mon Jun 2 11:43:37 2008
+++ src/tools/solver/lp_solve/lp_solve.c Mon Jun 2 11:49:38 2008
@@ -9142,7 +9142,7 @@ static void LU1FAD(LUSOLrec *LUSOL,
MELIM, NELIM, JMAX, IMAX, LL1, LSAVE, LFREE, LIMIT, MINFRE, LPIVR, LPIVR1, LPIVR2,
L, LPIVC, LPIVC1, LPIVC2, KBEST, LU, LR, LENJ, LC1, LAST, LL, LS,
@ -28,6 +28,19 @@ $OpenBSD: patch-src_tools_solver_lp_solve_lp_solve_c,v 1.1 2007/09/13 21:58:58 m
/* Make sure the column file has room.
Also force a compression if its length exceeds a certain limit. */
@@ -10134,10 +10134,10 @@ x990:
parmlu( 5) = Utol2 Relative tol for flagging eps**0.67= 3.7d-11
small diagonals of U.
(eps = machine precision)
- parmlu( 6) = Uspace Factor limiting waste space in U. 3.0
+ parmlu( 6) = U_space Factor limiting waste space in U. 3.0
In lu1fac, the row or column lists
are compressed if their length
- exceeds Uspace times the length of
+ exceeds U_space times the length of
either file after the last compression.
parmlu( 7) = dens1 The density at which the Markowitz 0.3
pivot strategy should search maxcol
@@ -10901,11 +10901,11 @@ static void LU7FOR(LUSOLrec *LUSOL, int KFIRST, int KL
gboolean SWAPPD;
int KBEGIN, IW, LENW, LW1, LW2, JFIRST, MINFRE, NFREE, L, J, KSTART, KSTOP, K,
@ -51,17 +64,3 @@ $OpenBSD: patch-src_tools_solver_lp_solve_lp_solve_c,v 1.1 2007/09/13 21:58:58 m
if(*LROW>LIMIT)
LU1REC(LUSOL, LUSOL->m,TRUE,LROW,LUSOL->indr,LUSOL->lenr,LUSOL->locr);
goto x990;
@@ -15891,10 +15891,9 @@ static double timeNow(void)
#elif defined CLOCKTIME
return((double)clock()/CLOCKS_PER_SEC /* CLK_TCK */);
#else
- struct timeb buf;
-
- ftime(&buf);
- return((double)buf.time+((double) buf.millitm)/1000.0);
+ GTimeVal tim;
+ g_get_current_time (&tim);
+ return tim.tv_sec + tim.tv_usec / 1e6;
#endif
}

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-src_workbook-edit_c,v 1.1 2008/04/09 13:31:37 jasper Exp $
--- src/workbook-edit.c.orig Mon Apr 7 17:01:00 2008
+++ src/workbook-edit.c Mon Apr 7 17:01:38 2008
@@ -9,7 +9,8 @@
* (C) 2000-2005 Ximian, Inc.
*/
#include <gnumeric-config.h>
-#include <glib/gi18n.h>
+#include <glib/gi18n.h>3
+#include <glib/gtestutils.h>
#include "gnumeric.h"
#include "workbook-edit.h"

View File

@ -1,4 +1,4 @@
The Gnumeric spreadsheet is part of the GNOME desktop environment.
The Gnumeric spreadsheet application is part of the GNOME desktop environment.
Gnumeric is intended to be a drop in replacement for proprietary
spreadsheets and will import existing Excel, 1-2-3, Applix, Sylk, XBase
and Oleo files.

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.4 2007/09/13 21:58:58 martynas Exp $
@comment $OpenBSD: PFRAG.shared,v 1.5 2008/06/03 16:36:54 jasper Exp $
lib/gnumeric/${VERSION}/plugins/applix/applix.so
lib/gnumeric/${VERSION}/plugins/corba/corba.so
lib/gnumeric/${VERSION}/plugins/derivatives/derivatives.so
@ -18,6 +18,7 @@ lib/gnumeric/${VERSION}/plugins/fn-r/rstat.so
lib/gnumeric/${VERSION}/plugins/fn-random/plugin.so
lib/gnumeric/${VERSION}/plugins/fn-stat/plugin.so
lib/gnumeric/${VERSION}/plugins/fn-string/plugin.so
lib/gnumeric/${VERSION}/plugins/fn-tsa/plugin.so
lib/gnumeric/${VERSION}/plugins/html/html.so
lib/gnumeric/${VERSION}/plugins/lotus/lotus.so
lib/gnumeric/${VERSION}/plugins/mps/mps.so

View File

@ -1,12 +1,131 @@
@comment $OpenBSD: PLIST,v 1.12 2007/09/13 21:58:58 martynas Exp $
@comment $OpenBSD: PLIST,v 1.13 2008/06/03 16:36:54 jasper Exp $
%%SHARED%%
bin/gnumeric
bin/gnumeric-${VERSION}
bin/ssconvert
lib/bonobo/
lib/bonobo/servers/
lib/bonobo/servers/GNOME_Gnumeric.server
bin/ssindex
include/libspreadsheet-1.8/
include/libspreadsheet-1.8/spreadsheet/
include/libspreadsheet-1.8/spreadsheet/application.h
include/libspreadsheet-1.8/spreadsheet/auto-format.h
include/libspreadsheet-1.8/spreadsheet/cell-draw.h
include/libspreadsheet-1.8/spreadsheet/cell.h
include/libspreadsheet-1.8/spreadsheet/cellspan.h
include/libspreadsheet-1.8/spreadsheet/clipboard.h
include/libspreadsheet-1.8/spreadsheet/cmd-edit.h
include/libspreadsheet-1.8/spreadsheet/collect.h
include/libspreadsheet-1.8/spreadsheet/colrow.h
include/libspreadsheet-1.8/spreadsheet/command-context-stderr.h
include/libspreadsheet-1.8/spreadsheet/command-context.h
include/libspreadsheet-1.8/spreadsheet/commands.h
include/libspreadsheet-1.8/spreadsheet/complete-sheet.h
include/libspreadsheet-1.8/spreadsheet/complete.h
include/libspreadsheet-1.8/spreadsheet/complex.h
include/libspreadsheet-1.8/spreadsheet/consolidate.h
include/libspreadsheet-1.8/spreadsheet/dependent.h
include/libspreadsheet-1.8/spreadsheet/expr-impl.h
include/libspreadsheet-1.8/spreadsheet/expr-name.h
include/libspreadsheet-1.8/spreadsheet/expr.h
include/libspreadsheet-1.8/spreadsheet/file-autoft.h
include/libspreadsheet-1.8/spreadsheet/format-template.h
include/libspreadsheet-1.8/spreadsheet/func-builtin.h
include/libspreadsheet-1.8/spreadsheet/func.h
include/libspreadsheet-1.8/spreadsheet/gnm-datetime.h
include/libspreadsheet-1.8/spreadsheet/gnm-format.h
include/libspreadsheet-1.8/spreadsheet/gnm-graph-window.h
include/libspreadsheet-1.8/spreadsheet/gnm-pane.h
include/libspreadsheet-1.8/spreadsheet/gnm-plugin.h
include/libspreadsheet-1.8/spreadsheet/gnm-so-filled.h
include/libspreadsheet-1.8/spreadsheet/gnm-so-line.h
include/libspreadsheet-1.8/spreadsheet/gnm-so-polygon.h
include/libspreadsheet-1.8/spreadsheet/gnm-style-impl.h
include/libspreadsheet-1.8/spreadsheet/gnumeric-gconf.h
include/libspreadsheet-1.8/spreadsheet/gnumeric-simple-canvas.h
include/libspreadsheet-1.8/spreadsheet/gnumeric.h
include/libspreadsheet-1.8/spreadsheet/graph.h
include/libspreadsheet-1.8/spreadsheet/gui-clipboard.h
include/libspreadsheet-1.8/spreadsheet/gui-file.h
include/libspreadsheet-1.8/spreadsheet/gui-gnumeric.h
include/libspreadsheet-1.8/spreadsheet/gui-util.h
include/libspreadsheet-1.8/spreadsheet/gutils.h
include/libspreadsheet-1.8/spreadsheet/history.h
include/libspreadsheet-1.8/spreadsheet/hlink-impl.h
include/libspreadsheet-1.8/spreadsheet/hlink.h
include/libspreadsheet-1.8/spreadsheet/input-msg.h
include/libspreadsheet-1.8/spreadsheet/item-acetate.h
include/libspreadsheet-1.8/spreadsheet/item-bar.h
include/libspreadsheet-1.8/spreadsheet/item-cursor.h
include/libspreadsheet-1.8/spreadsheet/item-debug.h
include/libspreadsheet-1.8/spreadsheet/item-edit.h
include/libspreadsheet-1.8/spreadsheet/item-grid.h
include/libspreadsheet-1.8/spreadsheet/libgnumeric.h
include/libspreadsheet-1.8/spreadsheet/mathfunc.h
include/libspreadsheet-1.8/spreadsheet/mstyle.h
include/libspreadsheet-1.8/spreadsheet/number-match.h
include/libspreadsheet-1.8/spreadsheet/numbers.h
include/libspreadsheet-1.8/spreadsheet/parse-util.h
include/libspreadsheet-1.8/spreadsheet/pattern.h
include/libspreadsheet-1.8/spreadsheet/position.h
include/libspreadsheet-1.8/spreadsheet/preview-grid.h
include/libspreadsheet-1.8/spreadsheet/print-cell.h
include/libspreadsheet-1.8/spreadsheet/print-info.h
include/libspreadsheet-1.8/spreadsheet/print.h
include/libspreadsheet-1.8/spreadsheet/rangefunc-strings.h
include/libspreadsheet-1.8/spreadsheet/rangefunc.h
include/libspreadsheet-1.8/spreadsheet/ranges.h
include/libspreadsheet-1.8/spreadsheet/regression.h
include/libspreadsheet-1.8/spreadsheet/rendered-value.h
include/libspreadsheet-1.8/spreadsheet/search.h
include/libspreadsheet-1.8/spreadsheet/selection.h
include/libspreadsheet-1.8/spreadsheet/session.h
include/libspreadsheet-1.8/spreadsheet/sheet-autofill.h
include/libspreadsheet-1.8/spreadsheet/sheet-control-gui-priv.h
include/libspreadsheet-1.8/spreadsheet/sheet-control-gui.h
include/libspreadsheet-1.8/spreadsheet/sheet-control-priv.h
include/libspreadsheet-1.8/spreadsheet/sheet-control.h
include/libspreadsheet-1.8/spreadsheet/sheet-filter-combo.h
include/libspreadsheet-1.8/spreadsheet/sheet-filter.h
include/libspreadsheet-1.8/spreadsheet/sheet-merge.h
include/libspreadsheet-1.8/spreadsheet/sheet-object-cell-comment.h
include/libspreadsheet-1.8/spreadsheet/sheet-object-graph.h
include/libspreadsheet-1.8/spreadsheet/sheet-object-image.h
include/libspreadsheet-1.8/spreadsheet/sheet-object-impl.h
include/libspreadsheet-1.8/spreadsheet/sheet-object-widget.h
include/libspreadsheet-1.8/spreadsheet/sheet-object.h
include/libspreadsheet-1.8/spreadsheet/sheet-private.h
include/libspreadsheet-1.8/spreadsheet/sheet-style.h
include/libspreadsheet-1.8/spreadsheet/sheet-view.h
include/libspreadsheet-1.8/spreadsheet/sheet.h
include/libspreadsheet-1.8/spreadsheet/solver.h
include/libspreadsheet-1.8/spreadsheet/sort.h
include/libspreadsheet-1.8/spreadsheet/stf-export.h
include/libspreadsheet-1.8/spreadsheet/stf-parse.h
include/libspreadsheet-1.8/spreadsheet/stf.h
include/libspreadsheet-1.8/spreadsheet/str.h
include/libspreadsheet-1.8/spreadsheet/style-border.h
include/libspreadsheet-1.8/spreadsheet/style-color.h
include/libspreadsheet-1.8/spreadsheet/style-conditions.h
include/libspreadsheet-1.8/spreadsheet/style-font.h
include/libspreadsheet-1.8/spreadsheet/style.h
include/libspreadsheet-1.8/spreadsheet/symbol.h
include/libspreadsheet-1.8/spreadsheet/validation-combo.h
include/libspreadsheet-1.8/spreadsheet/validation.h
include/libspreadsheet-1.8/spreadsheet/value.h
include/libspreadsheet-1.8/spreadsheet/wbc-gtk-impl.h
include/libspreadsheet-1.8/spreadsheet/wbc-gtk.h
include/libspreadsheet-1.8/spreadsheet/workbook-cmd-format.h
include/libspreadsheet-1.8/spreadsheet/workbook-control-priv.h
include/libspreadsheet-1.8/spreadsheet/workbook-control.h
include/libspreadsheet-1.8/spreadsheet/workbook-priv.h
include/libspreadsheet-1.8/spreadsheet/workbook-view.h
include/libspreadsheet-1.8/spreadsheet/workbook.h
include/libspreadsheet-1.8/spreadsheet/xml-io-version.h
include/libspreadsheet-1.8/spreadsheet/xml-io.h
include/libspreadsheet-1.8/spreadsheet/xml-sax.h
lib/gnumeric/
lib/gnumeric/${VERSION}/
lib/gnumeric/${VERSION}/include/
lib/gnumeric/${VERSION}/include/gnumeric-features.h
lib/gnumeric/${VERSION}/plugins/
lib/gnumeric/${VERSION}/plugins/applix/
lib/gnumeric/${VERSION}/plugins/applix/applix.a
@ -84,6 +203,10 @@ lib/gnumeric/${VERSION}/plugins/fn-string/
lib/gnumeric/${VERSION}/plugins/fn-string/plugin.a
lib/gnumeric/${VERSION}/plugins/fn-string/plugin.la
lib/gnumeric/${VERSION}/plugins/fn-string/plugin.xml
lib/gnumeric/${VERSION}/plugins/fn-tsa/
lib/gnumeric/${VERSION}/plugins/fn-tsa/plugin.a
lib/gnumeric/${VERSION}/plugins/fn-tsa/plugin.la
lib/gnumeric/${VERSION}/plugins/fn-tsa/plugin.xml
lib/gnumeric/${VERSION}/plugins/html/
lib/gnumeric/${VERSION}/plugins/html/html.a
lib/gnumeric/${VERSION}/plugins/html/html.la
@ -146,6 +269,7 @@ lib/gnumeric/${VERSION}/plugins/xbase/xbase.a
lib/gnumeric/${VERSION}/plugins/xbase/xbase.la
lib/libspreadsheet.a
lib/libspreadsheet.la
lib/pkgconfig/libspreadsheet-1.8.pc
@man man/man1/gnumeric.1
@man man/man1/ssconvert.1
@man man/man1/ssindex.1
@ -176,6 +300,7 @@ 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-filter.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
@ -366,7 +491,6 @@ 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
@ -503,10 +627,7 @@ 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
@ -610,6 +731,7 @@ share/gnumeric/${VERSION}/glade/consolidate.glade
share/gnumeric/${VERSION}/glade/correlation.glade
share/gnumeric/${VERSION}/glade/covariance.glade
share/gnumeric/${VERSION}/glade/dao.glade
share/gnumeric/${VERSION}/glade/data-table.glade
share/gnumeric/${VERSION}/glade/define-name.glade
share/gnumeric/${VERSION}/glade/delete-cells.glade
share/gnumeric/${VERSION}/glade/descriptive-stats.glade
@ -626,6 +748,7 @@ share/gnumeric/${VERSION}/glade/function-select.glade
share/gnumeric/${VERSION}/glade/goalseek.glade
share/gnumeric/${VERSION}/glade/goto.glade
share/gnumeric/${VERSION}/glade/hf-config.glade
share/gnumeric/${VERSION}/glade/hf-dt-format.glade
share/gnumeric/${VERSION}/glade/histogram.glade
share/gnumeric/${VERSION}/glade/hyperlink.glade
share/gnumeric/${VERSION}/glade/insert-cells.glade
@ -633,7 +756,6 @@ share/gnumeric/${VERSION}/glade/mean-tests.glade
share/gnumeric/${VERSION}/glade/merge.glade
share/gnumeric/${VERSION}/glade/moving-averages.glade
share/gnumeric/${VERSION}/glade/paste-names.glade
share/gnumeric/${VERSION}/glade/pivottable.glade
share/gnumeric/${VERSION}/glade/plugin-manager.glade
share/gnumeric/${VERSION}/glade/preferences.glade
share/gnumeric/${VERSION}/glade/print.glade
@ -651,9 +773,9 @@ share/gnumeric/${VERSION}/glade/shuffle.glade
share/gnumeric/${VERSION}/glade/simulation.glade
share/gnumeric/${VERSION}/glade/so-checkbox.glade
share/gnumeric/${VERSION}/glade/so-frame.glade
share/gnumeric/${VERSION}/glade/so-list.glade
share/gnumeric/${VERSION}/glade/so-scrollbar.glade
share/gnumeric/${VERSION}/glade/solver.glade
share/gnumeric/${VERSION}/glade/summary.glade
share/gnumeric/${VERSION}/glade/tabulate.glade
share/gnumeric/${VERSION}/glade/variance-tests.glade
share/gnumeric/${VERSION}/glade/view.glade
@ -667,6 +789,8 @@ share/gnumeric/${VERSION}/templates/mileage.gnumeric
share/gnumeric/${VERSION}/templates/purchase_order.gnumeric
share/locale/am/LC_MESSAGES/gnumeric-functions.mo
share/locale/am/LC_MESSAGES/gnumeric.mo
share/locale/ar/LC_MESSAGES/gnumeric-functions.mo
share/locale/ar/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
@ -679,6 +803,8 @@ 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/dz/LC_MESSAGES/gnumeric-functions.mo
share/locale/dz/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
@ -713,6 +839,8 @@ 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/mk/LC_MESSAGES/gnumeric-functions.mo
share/locale/mk/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
@ -721,12 +849,16 @@ 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/ne/LC_MESSAGES/gnumeric-functions.mo
share/locale/ne/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/oc/
share/locale/oc/LC_MESSAGES/
share/locale/oc/LC_MESSAGES/gnumeric-functions.mo
share/locale/oc/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
@ -761,12 +893,6 @@ 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
share/mc/
share/mc/templates/
share/mc/templates/gnumeric.desktop
share/mime-info/
share/mime-info/gnumeric.keys
share/mime-info/gnumeric.mime
share/omf/gnumeric/
share/omf/gnumeric/gnumeric-C.omf
share/pixmaps/
@ -801,4 +927,3 @@ share/schemas/gnumeric/gnumeric-plugins.schemas
@unexec %D/bin/scrollkeeper-update -q
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
%%SHARED%%