[Midnightbsd-cvs] mports [20830] trunk/math/gnumeric: gnumeric 1.12.23

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 12 23:39:28 EST 2015


Revision: 20830
          http://svnweb.midnightbsd.org/mports/?rev=20830
Author:   laffer1
Date:     2015-11-12 23:39:27 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
gnumeric 1.12.23

Modified Paths:
--------------
    trunk/math/gnumeric/Makefile
    trunk/math/gnumeric/distinfo
    trunk/math/gnumeric/pkg-plist

Removed Paths:
-------------
    trunk/math/gnumeric/files/

Modified: trunk/math/gnumeric/Makefile
===================================================================
--- trunk/math/gnumeric/Makefile	2015-11-13 04:37:16 UTC (rev 20829)
+++ trunk/math/gnumeric/Makefile	2015-11-13 04:39:27 UTC (rev 20830)
@@ -1,94 +1,68 @@
 # $MidnightBSD$
 
 PORTNAME=	gnumeric
-PORTVERSION=	1.10.17
-PORTREVISION=	1
+PORTVERSION=	1.12.23
 CATEGORIES=	math gnome
 MASTER_SITES=	GNOME
-DIST_SUBDIR=	gnome2
+DIST_SUBDIR=	gnome3
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	The GNOME 2 spreadsheet
-LICENSE=        gpl2
+COMMENT=	GNOME spreadsheet
 
-LICENSE=	GPLv2
+LICENSE=	gpl2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	rarian-sk-config:${PORTSDIR}/textproc/rarian
-LIB_DEPENDS=	goffice-0.8.8:${PORTSDIR}/devel/goffice \
-		psiconv.10:${PORTSDIR}/converters/psiconv
+LIB_DEPENDS=	libgoffice-0.10.so:${PORTSDIR}/devel/goffice010 \
+		libpsiconv.so:${PORTSDIR}/converters/psiconv
 RUN_DEPENDS=	rarian-sk-config:${PORTSDIR}/textproc/rarian
 
-USE_XZ=		yes
-USE_GETTEXT=	yes
-USE_GMAKE=	yes
-USE_GNOME=	gnomeprefix intlhack gnomehack gnomehier pygtk2 \
-		desktopfileutils
-WANT_GNOME=	yes
-USE_PYTHON=	yes
+USES=		cpe desktop-file-utils gettext gmake libtool pathfix pkgconfig \
+		python:2 shebangfix tar:xz
+USE_GNOME=	intlhack libgsf pygobject3
 INSTALLS_OMF=	yes
 USE_LDCONFIG=	yes
-USE_CSTD=	gnu89
-WANT_PERL=	yes
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-gnome --disable-silent-rules
-CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \
-		python_prog=${PYTHON_VERSION}
-CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-MAKE_JOBS_SAFE=	yes
+CONFIGURE_ARGS=	--disable-compile-warnings \
+		--without-paradox \
+		--enable-introspection
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
+CPE_VENDOR=	gnome
+
 GLIB_SCHEMAS=	org.gnome.gnumeric.dialogs.gschema.xml \
 		org.gnome.gnumeric.gschema.xml \
 		org.gnome.gnumeric.plugin.gschema.xml
 
-MAN1=		gnumeric.1 ssconvert.1 ssindex.1 ssgrep.1
+SHEBANG_FILES=	plugins/perl-func/perl_func.pl
 
-PLIST_SUB=	VERSION=${PORTVERSION} GOFFICE=0.8.17
+PLIST_SUB=	VERSION=${PORTVERSION} \
+		GOFFICE=0.10 \
+		SHORT_VER=${PORTVERSION:R}
 
-OPTIONS=	PERL "Enable Perl as extension language" on
-#GNOMEDB "Enable libgnomedb support" off
+OPTIONS_SUB=	yes
+OPTIONS_DEFINE=	PERL GDA
+OPTIONS_DEFAULT=PERL
+GDA_DESC=	Gnome Database Access plugin
+PERL_DESC=	Support Perl as extension language
 
-.include <bsd.port.pre.mk>
+PERL_USES=	perl5
+PERL_CONFIGURE_WITH=	perl
 
-.if ${HAVE_GNOME:Mlibgnomeui}!=""
-CONFIGURE_ARGS+=--with-gnome=yes
-USE_GNOME+=	libgnomeui libgsf_gnome
-.else
-CONFIGURE_ARGS+=--with-gnome=no
-USE_GNOME+=	libgsf
-.endif
+GDA_CONFIGURE_WITH=	gda
+GDA_USE=	GNOME=libgda5-ui
 
-.if defined(WITH_PERL)
-USE_PERL5=		yes
-PLIST_SUB+=		PERL=""
-.else
-CONFIGURE_ARGS+=	--without-perl
-PLIST_SUB+=		PERL="@comment "
-.endif
-
-#.if defined(WITH_GNOMEDB)
-#USE_GNOME+=		libgnomedb
-#CONFIGURE_ARGS+=	--with-gda
-#PLIST_SUB+=		GNOMEDB=""
-#.else
-CONFIGURE_ARGS+=	--without-gda
-PLIST_SUB+=		GNOMEDB="@comment "
-#.endif
-
 post-patch:
-	@${RM} -f ${WRKSRC}/GNOME_Gnumeric.server.in
-	@${REINPLACE_CMD} -e 's|gda-3.0 >= 3.1.1|gda-3.0 >= 3.0.1|g' \
-		-e 's|gnomedb-3.0 >= 3.0.1|gnomedb-3.0 >= 3.0.0|g' \
-		-e 's|gnumeric_with_gconf=true|gnumeric_with_gconf=false|g' \
-			${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|^GETTEXT_PACKAGE=gnumeric-$${VERSION}|GETTEXT_PACKAGE=gnumeric|g' \
+		${WRKSRC}/configure
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/gnumeric.desktop ${PREFIX}/share/applications
-	${INSTALL_DATA} ${WRKSRC}/gnumeric.mime ${PREFIX}/share/mime-info
-	@-update-desktop-database
-.for dir in share lib
-	@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric
-.endfor
+	${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -d \
+		${PREFIX}/${dir}/gnumeric -f ${STAGEDIR}${PREFIX}/lib/gnumeric/${PORTVERSION}
+	${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -d \
+		${PREFIX}/${dir}/gnumeric -f ${STAGEDIR}${PREFIX}/lib/gnumeric/${PORTVERSION}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/math/gnumeric/distinfo
===================================================================
--- trunk/math/gnumeric/distinfo	2015-11-13 04:37:16 UTC (rev 20829)
+++ trunk/math/gnumeric/distinfo	2015-11-13 04:39:27 UTC (rev 20830)
@@ -1,2 +1,2 @@
-SHA256 (gnome2/gnumeric-1.10.17.tar.xz) = 8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963
-SIZE (gnome2/gnumeric-1.10.17.tar.xz) = 14332716
+SHA256 (gnome3/gnumeric-1.12.23.tar.xz) = 00474cbf1e70f62062974d0beb5f65ebc45d1047bc8fd0a1133e3d9725e19551
+SIZE (gnome3/gnumeric-1.12.23.tar.xz) = 18515672

Modified: trunk/math/gnumeric/pkg-plist
===================================================================
--- trunk/math/gnumeric/pkg-plist	2015-11-13 04:37:16 UTC (rev 20829)
+++ trunk/math/gnumeric/pkg-plist	2015-11-13 04:39:27 UTC (rev 20830)
@@ -1,407 +1,258 @@
 bin/gnumeric
 bin/gnumeric-%%VERSION%%
 bin/ssconvert
+bin/ssdiff
+bin/ssgrep
 bin/ssindex
-bin/ssgrep
-include/libspreadsheet-1.10/spreadsheet/application.h
-include/libspreadsheet-1.10/spreadsheet/auto-format.h
-include/libspreadsheet-1.10/spreadsheet/cell-draw.h
-include/libspreadsheet-1.10/spreadsheet/cell.h
-include/libspreadsheet-1.10/spreadsheet/cellspan.h
-include/libspreadsheet-1.10/spreadsheet/clipboard.h
-include/libspreadsheet-1.10/spreadsheet/cmd-edit.h
-include/libspreadsheet-1.10/spreadsheet/collect.h
-include/libspreadsheet-1.10/spreadsheet/colrow.h
-include/libspreadsheet-1.10/spreadsheet/command-context-stderr.h
-include/libspreadsheet-1.10/spreadsheet/command-context.h
-include/libspreadsheet-1.10/spreadsheet/commands.h
-include/libspreadsheet-1.10/spreadsheet/complete-sheet.h
-include/libspreadsheet-1.10/spreadsheet/complete.h
-include/libspreadsheet-1.10/spreadsheet/complex.h
-include/libspreadsheet-1.10/spreadsheet/consolidate.h
-include/libspreadsheet-1.10/spreadsheet/dependent.h
-include/libspreadsheet-1.10/spreadsheet/expr-impl.h
-include/libspreadsheet-1.10/spreadsheet/expr-name.h
-include/libspreadsheet-1.10/spreadsheet/expr.h
-include/libspreadsheet-1.10/spreadsheet/file-autoft.h
-include/libspreadsheet-1.10/spreadsheet/format-template.h
-include/libspreadsheet-1.10/spreadsheet/func-builtin.h
-include/libspreadsheet-1.10/spreadsheet/func.h
-include/libspreadsheet-1.10/spreadsheet/gnm-command-impl.h
-include/libspreadsheet-1.10/spreadsheet/gnm-commands-slicer.h
-include/libspreadsheet-1.10/spreadsheet/gnm-data-cache-source.h
-include/libspreadsheet-1.10/spreadsheet/gnm-datetime.h
-include/libspreadsheet-1.10/spreadsheet/gnm-format.h
-include/libspreadsheet-1.10/spreadsheet/gnm-graph-window.h
-include/libspreadsheet-1.10/spreadsheet/gnm-pane.h
-include/libspreadsheet-1.10/spreadsheet/gnm-plugin.h
-include/libspreadsheet-1.10/spreadsheet/gnm-random.h
-include/libspreadsheet-1.10/spreadsheet/gnm-sheet-slicer.h
-include/libspreadsheet-1.10/spreadsheet/gnm-so-filled.h
-include/libspreadsheet-1.10/spreadsheet/gnm-so-line.h
-include/libspreadsheet-1.10/spreadsheet/gnm-so-polygon.h
-include/libspreadsheet-1.10/spreadsheet/gnm-style-impl.h
-include/libspreadsheet-1.10/spreadsheet/gnumeric-features.h
-include/libspreadsheet-1.10/spreadsheet/gnumeric-gconf.h
-include/libspreadsheet-1.10/spreadsheet/gnumeric-simple-canvas.h
-include/libspreadsheet-1.10/spreadsheet/gnumeric.h
-include/libspreadsheet-1.10/spreadsheet/go-data-cache-field.h
-include/libspreadsheet-1.10/spreadsheet/go-data-cache-source.h
-include/libspreadsheet-1.10/spreadsheet/go-data-cache.h
-include/libspreadsheet-1.10/spreadsheet/go-data-slicer-field.h
-include/libspreadsheet-1.10/spreadsheet/go-data-slicer.h
-include/libspreadsheet-1.10/spreadsheet/go-val.h
-include/libspreadsheet-1.10/spreadsheet/graph.h
-include/libspreadsheet-1.10/spreadsheet/gui-clipboard.h
-include/libspreadsheet-1.10/spreadsheet/gui-file.h
-include/libspreadsheet-1.10/spreadsheet/gui-gnumeric.h
-include/libspreadsheet-1.10/spreadsheet/gui-util.h
-include/libspreadsheet-1.10/spreadsheet/gutils.h
-include/libspreadsheet-1.10/spreadsheet/history.h
-include/libspreadsheet-1.10/spreadsheet/hlink-impl.h
-include/libspreadsheet-1.10/spreadsheet/hlink.h
-include/libspreadsheet-1.10/spreadsheet/input-msg.h
-include/libspreadsheet-1.10/spreadsheet/item-bar.h
-include/libspreadsheet-1.10/spreadsheet/item-cursor.h
-include/libspreadsheet-1.10/spreadsheet/item-edit.h
-include/libspreadsheet-1.10/spreadsheet/item-grid.h
-include/libspreadsheet-1.10/spreadsheet/libgnumeric.h
-include/libspreadsheet-1.10/spreadsheet/mathfunc.h
-include/libspreadsheet-1.10/spreadsheet/mstyle.h
-include/libspreadsheet-1.10/spreadsheet/number-match.h
-include/libspreadsheet-1.10/spreadsheet/numbers.h
-include/libspreadsheet-1.10/spreadsheet/parse-util.h
-include/libspreadsheet-1.10/spreadsheet/pattern.h
-include/libspreadsheet-1.10/spreadsheet/position.h
-include/libspreadsheet-1.10/spreadsheet/preview-grid.h
-include/libspreadsheet-1.10/spreadsheet/print-cell.h
-include/libspreadsheet-1.10/spreadsheet/print-info.h
-include/libspreadsheet-1.10/spreadsheet/print.h
-include/libspreadsheet-1.10/spreadsheet/rangefunc-strings.h
-include/libspreadsheet-1.10/spreadsheet/rangefunc.h
-include/libspreadsheet-1.10/spreadsheet/ranges.h
-include/libspreadsheet-1.10/spreadsheet/regression.h
-include/libspreadsheet-1.10/spreadsheet/rendered-value.h
-include/libspreadsheet-1.10/spreadsheet/search.h
-include/libspreadsheet-1.10/spreadsheet/selection.h
-include/libspreadsheet-1.10/spreadsheet/session.h
-include/libspreadsheet-1.10/spreadsheet/sheet-autofill.h
-include/libspreadsheet-1.10/spreadsheet/sheet-control-gui-priv.h
-include/libspreadsheet-1.10/spreadsheet/sheet-control-gui.h
-include/libspreadsheet-1.10/spreadsheet/sheet-control-priv.h
-include/libspreadsheet-1.10/spreadsheet/sheet-control.h
-include/libspreadsheet-1.10/spreadsheet/sheet-filter-combo.h
-include/libspreadsheet-1.10/spreadsheet/sheet-filter.h
-include/libspreadsheet-1.10/spreadsheet/sheet-merge.h
-include/libspreadsheet-1.10/spreadsheet/sheet-object-cell-comment.h
-include/libspreadsheet-1.10/spreadsheet/sheet-object-graph.h
-include/libspreadsheet-1.10/spreadsheet/sheet-object-image.h
-include/libspreadsheet-1.10/spreadsheet/sheet-object-impl.h
-include/libspreadsheet-1.10/spreadsheet/sheet-object-widget.h
-include/libspreadsheet-1.10/spreadsheet/sheet-object-widget-impl.h
-include/libspreadsheet-1.10/spreadsheet/sheet-object.h
-include/libspreadsheet-1.10/spreadsheet/sheet-private.h
-include/libspreadsheet-1.10/spreadsheet/sheet-style.h
-include/libspreadsheet-1.10/spreadsheet/sheet-utils.h
-include/libspreadsheet-1.10/spreadsheet/sheet-view.h
-include/libspreadsheet-1.10/spreadsheet/sheet.h
-include/libspreadsheet-1.10/spreadsheet/sort.h
-include/libspreadsheet-1.10/spreadsheet/stf-export.h
-include/libspreadsheet-1.10/spreadsheet/stf-parse.h
-include/libspreadsheet-1.10/spreadsheet/stf.h
-include/libspreadsheet-1.10/spreadsheet/style-border.h
-include/libspreadsheet-1.10/spreadsheet/style-color.h
-include/libspreadsheet-1.10/spreadsheet/style-conditions.h
-include/libspreadsheet-1.10/spreadsheet/style-font.h
-include/libspreadsheet-1.10/spreadsheet/style.h
-include/libspreadsheet-1.10/spreadsheet/symbol.h
-include/libspreadsheet-1.10/spreadsheet/tools/dao.h
-include/libspreadsheet-1.10/spreadsheet/tools/gnm-solver.h
-include/libspreadsheet-1.10/spreadsheet/tools/tools.h
-include/libspreadsheet-1.10/spreadsheet/undo.h
-include/libspreadsheet-1.10/spreadsheet/validation-combo.h
-include/libspreadsheet-1.10/spreadsheet/validation.h
-include/libspreadsheet-1.10/spreadsheet/value.h
-include/libspreadsheet-1.10/spreadsheet/wbc-gtk-impl.h
-include/libspreadsheet-1.10/spreadsheet/wbc-gtk.h
-include/libspreadsheet-1.10/spreadsheet/widgets/gnm-notebook.h
-include/libspreadsheet-1.10/spreadsheet/widgets/gnumeric-expr-entry.h
-include/libspreadsheet-1.10/spreadsheet/workbook-cmd-format.h
-include/libspreadsheet-1.10/spreadsheet/workbook-control-priv.h
-include/libspreadsheet-1.10/spreadsheet/workbook-control.h
-include/libspreadsheet-1.10/spreadsheet/workbook-priv.h
-include/libspreadsheet-1.10/spreadsheet/workbook-view.h
-include/libspreadsheet-1.10/spreadsheet/workbook.h
-include/libspreadsheet-1.10/spreadsheet/xml-io-version.h
-include/libspreadsheet-1.10/spreadsheet/xml-sax.h
-lib/gnumeric/%%VERSION%%/plugins/applix/applix.la
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/application.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/auto-format.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/cell-draw.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/cell.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/cellspan.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/clipboard.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/cmd-edit.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/collect.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/colrow.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/command-context-stderr.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/command-context.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/commands.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/complete-sheet.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/complete.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/complex.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/consolidate.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/dependent.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/expr-impl.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/expr-name.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/expr.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/file-autoft.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/format-template.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/func-builtin.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/func.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-command-impl.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-commands-slicer.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-data-cache-source.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-datetime.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-format.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-graph-window.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-pane.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-plugin.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-random.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-sheet-slicer.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-so-filled.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-so-line.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-so-path.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-so-polygon.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-style-impl.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnumeric-conf.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnumeric-features.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnumeric-fwd.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnumeric-simple-canvas.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnumeric.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/go-data-cache-field.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/go-data-cache-source.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/go-data-cache.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/go-data-slicer-field.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/go-data-slicer.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/go-val.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/graph.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gui-clipboard.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gui-file.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gui-util.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gutils.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/history.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/hlink-impl.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/hlink.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/input-msg.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/item-bar.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/item-cursor.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/item-edit.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/item-grid.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/libgnumeric.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/mathfunc.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/mstyle.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/number-match.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/numbers.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/parse-util.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/pattern.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/position.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/preview-grid.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/print-cell.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/print-info.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/print.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/rangefunc-strings.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/rangefunc.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/ranges.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/regression.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/rendered-value.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/search.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/selection.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/session.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sf-bessel.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sf-dpq.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sf-gamma.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sf-trig.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-autofill.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-control-gui-priv.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-control-gui.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-control-priv.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-control.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-filter-combo.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-filter.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-merge.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-cell-comment.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-component.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-graph.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-image.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-impl.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-widget-impl.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-widget.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-private.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-style.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-utils.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-view.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sort.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/stf-export.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/stf-parse.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/stf.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/style-border.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/style-color.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/style-conditions.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/style-font.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/style.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/dao.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/gnm-solver.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/tools.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/undo.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/validation-combo.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/validation.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/value.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/wbc-gtk-impl.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/wbc-gtk.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-notebook.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnumeric-expr-entry.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/workbook-cmd-format.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/workbook-control-priv.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/workbook-control.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/workbook-priv.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/workbook-view.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/workbook.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/xml-io-version.h
+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/xml-sax.h
+lib/girepository-1.0/Gnm-%%SHORT_VER%%.typelib
 lib/gnumeric/%%VERSION%%/plugins/applix/applix.so
 lib/gnumeric/%%VERSION%%/plugins/applix/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/dif/dif.la
 lib/gnumeric/%%VERSION%%/plugins/dif/dif.so
 lib/gnumeric/%%VERSION%%/plugins/dif/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/excel/excel.la
 lib/gnumeric/%%VERSION%%/plugins/excel/excel.so
 lib/gnumeric/%%VERSION%%/plugins/excel/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/excelplugins/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/excelplugins/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/excelplugins/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/excelplugins/xlcall32.la
 lib/gnumeric/%%VERSION%%/plugins/excelplugins/xlcall32.so
-lib/gnumeric/%%VERSION%%/plugins/fn-christian-date/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-christian-date/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-christian-date/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-complex/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-complex/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-complex/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-database/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-database/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-database/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-date/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-date/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-date/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-derivatives/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-derivatives/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-derivatives/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-eng/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-eng/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-eng/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-erlang/erlang.la
 lib/gnumeric/%%VERSION%%/plugins/fn-erlang/erlang.so
 lib/gnumeric/%%VERSION%%/plugins/fn-erlang/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-financial/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-financial/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-financial/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-hebrew-date/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-hebrew-date/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-hebrew-date/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-info/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-info/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-info/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-logical/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-logical/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-logical/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-lookup/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-lookup/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-lookup/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-math/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-math/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-math/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-numtheory/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-numtheory/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-numtheory/plugin.xml
 lib/gnumeric/%%VERSION%%/plugins/fn-r/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-r/rstat.la
 lib/gnumeric/%%VERSION%%/plugins/fn-r/rstat.so
-lib/gnumeric/%%VERSION%%/plugins/fn-random/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-random/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-random/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-stat/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-stat/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-stat/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-string/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-string/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-string/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/fn-tsa/plugin.la
 lib/gnumeric/%%VERSION%%/plugins/fn-tsa/plugin.so
 lib/gnumeric/%%VERSION%%/plugins/fn-tsa/plugin.xml
-%%GNOMEDB%%lib/gnumeric/%%VERSION%%/plugins/gdaif/gdaif.la
-%%GNOMEDB%%lib/gnumeric/%%VERSION%%/plugins/gdaif/gdaif.so
-%%GNOMEDB%%lib/gnumeric/%%VERSION%%/plugins/gdaif/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/glpk/glpk.la
+%%GDA%%lib/gnumeric/%%VERSION%%/plugins/gdaif/gdaif.so
+%%GDA%%lib/gnumeric/%%VERSION%%/plugins/gdaif/plugin.xml
+%%GDA%%lib/gnumeric/%%VERSION%%/plugins/gdaif/ui.xml
 lib/gnumeric/%%VERSION%%/plugins/glpk/glpk.so
 lib/gnumeric/%%VERSION%%/plugins/glpk/plugin.xml
-%%GNOMEDB%%lib/gnumeric/%%VERSION%%/plugins/gnome-db/gnomedb.la
-%%GNOMEDB%%lib/gnumeric/%%VERSION%%/plugins/gnome-db/gnomedb.so
-%%GNOMEDB%%lib/gnumeric/%%VERSION%%/plugins/gnome-db/plugin.xml
-%%GNOMEDB%%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/gnome_glossary.pyo
 lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/html/html.la
 lib/gnumeric/%%VERSION%%/plugins/html/html.so
 lib/gnumeric/%%VERSION%%/plugins/html/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/lotus/lotus.la
 lib/gnumeric/%%VERSION%%/plugins/lotus/lotus.so
 lib/gnumeric/%%VERSION%%/plugins/lotus/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/lpsolve/lpsolve.la
 lib/gnumeric/%%VERSION%%/plugins/lpsolve/lpsolve.so
 lib/gnumeric/%%VERSION%%/plugins/lpsolve/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/mps/mps.la
 lib/gnumeric/%%VERSION%%/plugins/mps/mps.so
 lib/gnumeric/%%VERSION%%/plugins/mps/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/nlsolve/nlsolve.la
 lib/gnumeric/%%VERSION%%/plugins/nlsolve/nlsolve.so
 lib/gnumeric/%%VERSION%%/plugins/nlsolve/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/oleo/oleo.la
 lib/gnumeric/%%VERSION%%/plugins/oleo/oleo.so
 lib/gnumeric/%%VERSION%%/plugins/oleo/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/openoffice/openoffice.la
 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.la
 %%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.la
 lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plan_perfect.so
 lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plugin.xml
 lib/gnumeric/%%VERSION%%/plugins/psiconv/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/psiconv/psiconv.la
 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
+lib/gnumeric/%%VERSION%%/plugins/py-func/py_func.pyo
 lib/gnumeric/%%VERSION%%/plugins/python-loader/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/python-loader/python_loader.la
 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.la
 lib/gnumeric/%%VERSION%%/plugins/qpro/qpro.so
 lib/gnumeric/%%VERSION%%/plugins/sample_datasource/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/sample_datasource/sample_datasource.la
 lib/gnumeric/%%VERSION%%/plugins/sample_datasource/sample_datasource.so
 lib/gnumeric/%%VERSION%%/plugins/sc/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/sc/sc.la
 lib/gnumeric/%%VERSION%%/plugins/sc/sc.so
 lib/gnumeric/%%VERSION%%/plugins/sylk/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/sylk/sylk.la
 lib/gnumeric/%%VERSION%%/plugins/sylk/sylk.so
 lib/gnumeric/%%VERSION%%/plugins/uihello/hello.xml
-lib/gnumeric/%%VERSION%%/plugins/uihello/plugin.la
 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.la
 lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.so
-lib/goffice/%%GOFFICE%%/plugins/gnumeric/gnumeric.la
 lib/goffice/%%GOFFICE%%/plugins/gnumeric/gnumeric.so
 lib/goffice/%%GOFFICE%%/plugins/gnumeric/plugin.xml
 lib/libspreadsheet-%%VERSION%%.so
-lib/libspreadsheet.la
 lib/libspreadsheet.so
-libdata/pkgconfig/libspreadsheet-1.10.pc
- at exec update-desktop-database > /dev/null || /usr/bin/true
+libdata/pkgconfig/libspreadsheet-%%SHORT_VER%%.pc
+man/man1/gnumeric.1.gz
+man/man1/ssconvert.1.gz
+man/man1/ssdiff.1.gz
+man/man1/ssgrep.1.gz
+man/man1/ssindex.1.gz
+share/appdata/gnumeric.appdata.xml
 share/applications/gnumeric.desktop
-share/gnumeric/%%VERSION%%/GNOME_Gnumeric-gtk.xml
-share/gnumeric/%%VERSION%%/Gnumeric-embed.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/3D/.category
-share/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.button.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.list.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/Classical/.category
-share/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.cool.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.simple.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.trendy.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/.category
-share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.banana.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.black.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.blue.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.orange.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/Financial/.category
-share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.basic.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.desert.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.ice.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.modern.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.purple.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/General/.category
-share/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.advanced.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.basic.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.empty.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.table.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/List/.category
-share/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.basic.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.green.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.lila.xml
-share/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.simple.xml
-share/gnumeric/%%VERSION%%/templates/calendar.gnumeric
-share/gnumeric/%%VERSION%%/templates/invoice.gnumeric
-share/gnumeric/%%VERSION%%/templates/loan.gnumeric
-share/gnumeric/%%VERSION%%/templates/mileage.gnumeric
-share/gnumeric/%%VERSION%%/templates/purchase_order.gnumeric
-share/gnumeric/%%VERSION%%/ui/advanced-filter.ui
-share/gnumeric/%%VERSION%%/ui/anova-one.ui
-share/gnumeric/%%VERSION%%/ui/anova-two.ui
-share/gnumeric/%%VERSION%%/ui/autofilter-expression.ui
-share/gnumeric/%%VERSION%%/ui/autofilter-top10.ui
-share/gnumeric/%%VERSION%%/ui/autoformat.ui
-share/gnumeric/%%VERSION%%/ui/autosave.ui
-share/gnumeric/%%VERSION%%/ui/cell-comment.ui
-share/gnumeric/%%VERSION%%/ui/cell-format.ui
-share/gnumeric/%%VERSION%%/ui/cell-format-cond.ui
-share/gnumeric/%%VERSION%%/ui/cell-sort.ui
-share/gnumeric/%%VERSION%%/ui/chi-squared.ui
-share/gnumeric/%%VERSION%%/ui/col-width.ui
-share/gnumeric/%%VERSION%%/ui/colrow.ui
-share/gnumeric/%%VERSION%%/ui/consolidate.ui
-share/gnumeric/%%VERSION%%/ui/correlation.ui
-share/gnumeric/%%VERSION%%/ui/covariance.ui
-share/gnumeric/%%VERSION%%/ui/dao.ui
-share/gnumeric/%%VERSION%%/ui/data-slicer.ui
-share/gnumeric/%%VERSION%%/ui/data-table.ui
-share/gnumeric/%%VERSION%%/ui/define-name.ui
-share/gnumeric/%%VERSION%%/ui/delete-cells.ui
-share/gnumeric/%%VERSION%%/ui/descriptive-stats.ui
-share/gnumeric/%%VERSION%%/ui/dialog-stf-export.ui
-share/gnumeric/%%VERSION%%/ui/dialog-stf.ui
-share/gnumeric/%%VERSION%%/ui/dialog-zoom.ui
-share/gnumeric/%%VERSION%%/ui/doc-meta-data.ui
-share/gnumeric/%%VERSION%%/ui/exp-smoothing.ui
-share/gnumeric/%%VERSION%%/ui/fill-series.ui
-share/gnumeric/%%VERSION%%/ui/font-sel.ui
-share/gnumeric/%%VERSION%%/ui/formula-guru.ui
-share/gnumeric/%%VERSION%%/ui/fourier-analysis.ui
-share/gnumeric/%%VERSION%%/ui/frequency.ui
-share/gnumeric/%%VERSION%%/ui/function-select.ui
-share/gnumeric/%%VERSION%%/ui/goalseek.ui
-share/gnumeric/%%VERSION%%/ui/goto.ui
-share/gnumeric/%%VERSION%%/ui/hf-config.ui
-share/gnumeric/%%VERSION%%/ui/hf-dt-format.ui
-share/gnumeric/%%VERSION%%/ui/histogram.ui
-share/gnumeric/%%VERSION%%/ui/hyperlink.ui
-share/gnumeric/%%VERSION%%/ui/insert-cells.ui
-share/gnumeric/%%VERSION%%/ui/kaplan-meier.ui
-share/gnumeric/%%VERSION%%/ui/mean-tests.ui
-share/gnumeric/%%VERSION%%/ui/merge.ui
-share/gnumeric/%%VERSION%%/ui/moving-averages.ui
-share/gnumeric/%%VERSION%%/ui/normality-tests.ui
-share/gnumeric/%%VERSION%%/ui/paste-special.ui
-share/gnumeric/%%VERSION%%/ui/plugin-manager.ui
-share/gnumeric/%%VERSION%%/ui/preferences.ui
-share/gnumeric/%%VERSION%%/ui/principal-components.ui
-share/gnumeric/%%VERSION%%/ui/print.ui
-share/gnumeric/%%VERSION%%/ui/random-generation-cor.ui
-share/gnumeric/%%VERSION%%/ui/random-generation.ui
-share/gnumeric/%%VERSION%%/ui/rank.ui
-share/gnumeric/%%VERSION%%/ui/regression.ui
-share/gnumeric/%%VERSION%%/ui/row-height.ui
-share/gnumeric/%%VERSION%%/ui/sampling.ui
-share/gnumeric/%%VERSION%%/ui/scenario-add.ui
-share/gnumeric/%%VERSION%%/ui/scenario-manager.ui
-share/gnumeric/%%VERSION%%/ui/search.ui
-share/gnumeric/%%VERSION%%/ui/search-replace.ui
-share/gnumeric/%%VERSION%%/ui/sheet-order.ui
-share/gnumeric/%%VERSION%%/ui/sheet-resize.ui
-share/gnumeric/%%VERSION%%/ui/sheetobject-size.ui
-share/gnumeric/%%VERSION%%/ui/shuffle.ui
-share/gnumeric/%%VERSION%%/ui/sign-test-two.ui
-share/gnumeric/%%VERSION%%/ui/sign-test.ui
-share/gnumeric/%%VERSION%%/ui/simulation.ui
-share/gnumeric/%%VERSION%%/ui/so-button.ui
-share/gnumeric/%%VERSION%%/ui/so-checkbox.ui
-share/gnumeric/%%VERSION%%/ui/so-frame.ui
-share/gnumeric/%%VERSION%%/ui/so-list.ui
-share/gnumeric/%%VERSION%%/ui/so-radiobutton.ui
-share/gnumeric/%%VERSION%%/ui/so-scrollbar.ui
-share/gnumeric/%%VERSION%%/ui/solver.ui
-share/gnumeric/%%VERSION%%/ui/tabulate.ui
-share/gnumeric/%%VERSION%%/ui/variance-tests.ui
-share/gnumeric/%%VERSION%%/ui/view.ui
-share/gnumeric/%%VERSION%%/ui/wilcoxon-mann-whitney.ui
-share/gnumeric/%%VERSION%%/ui/workbook-attr.ui
+share/gir-1.0/Gnm-%%SHORT_VER%%.gir
 share/gnome/help/gnumeric/C/about-authors.xml
 share/gnome/help/gnumeric/C/about-history.xml
 share/gnome/help/gnumeric/C/about-license.xml
@@ -415,12 +266,12 @@
 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/compiling.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
@@ -427,6 +278,7 @@
 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-conditional.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
@@ -442,6 +294,20 @@
 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/analysis-simulation-confidence-interval-equation.png
+share/gnome/help/gnumeric/C/figures/analysis-simulation-demand-ex1.png
+share/gnome/help/gnumeric/C/figures/analysis-simulation-demand-ex2.png
+share/gnome/help/gnumeric/C/figures/analysis-simulation-interations-equation1.png
+share/gnome/help/gnumeric/C/figures/analysis-simulation-interations-equation2.png
+share/gnome/help/gnumeric/C/figures/analysis-simulation-maximumtime-dialog.png
+share/gnome/help/gnumeric/C/figures/analysis-simulation-options-dialog.png
+share/gnome/help/gnumeric/C/figures/analysis-simulation-output-dialog.png
+share/gnome/help/gnumeric/C/figures/analysis-simulation-profit-ex1.png
+share/gnome/help/gnumeric/C/figures/analysis-simulation-profit-ex2.png
+share/gnome/help/gnumeric/C/figures/analysis-simulation-report-screen.png
+share/gnome/help/gnumeric/C/figures/analysis-simulation-simtable-screen.png
+share/gnome/help/gnumeric/C/figures/analysis-simulation-summary-dialog.png
+share/gnome/help/gnumeric/C/figures/analysis-simulation-variables-dialog.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
@@ -480,11 +346,11 @@
 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-cutoffs.png
-share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex4.png
-share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex5.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-ex4.png
+share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex5.png
 share/gnome/help/gnumeric/C/figures/analysistools-histogram-graphs.png
 share/gnome/help/gnumeric/C/figures/analysistools-histogram.png
 share/gnome/help/gnumeric/C/figures/analysistools-kaplan-ex1.png
@@ -559,6 +425,7 @@
 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-button.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
@@ -592,6 +459,7 @@
 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-radio.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
@@ -601,7 +469,9 @@
 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-subscript.png
 share/gnome/help/gnumeric/C/figures/button-sum.png
+share/gnome/help/gnumeric/C/figures/button-superscript.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
@@ -666,9 +536,11 @@
 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/formula-dmedian.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-axes-grid.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
@@ -718,6 +590,9 @@
 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/icon-locked.png
+share/gnome/help/gnumeric/C/figures/icon-unlocked.png
+share/gnome/help/gnumeric/C/figures/icon-visible.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
@@ -725,11 +600,15 @@
 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-sheet-tabs.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-export.png
+share/gnome/help/gnumeric/C/figures/menu-data-import.png
 share/gnome/help/gnumeric/C/figures/menu-data-labelled.png
 share/gnome/help/gnumeric/C/figures/menu-edit-delete-cells.png
 share/gnome/help/gnumeric/C/figures/menu-edit-labelled.png
+share/gnome/help/gnumeric/C/figures/menu-edit-modify-names.png
 share/gnome/help/gnumeric/C/figures/menu-edit-paste-special.png
 share/gnome/help/gnumeric/C/figures/menu-edit-select.png
 share/gnome/help/gnumeric/C/figures/menu-file-labelled.png
@@ -738,10 +617,16 @@
 share/gnome/help/gnumeric/C/figures/menu-format-labelled.png
 share/gnome/help/gnumeric/C/figures/menu-format-sheet.png
 share/gnome/help/gnumeric/C/figures/menu-help-labelled.png
+share/gnome/help/gnumeric/C/figures/menu-insert-comment.png
+share/gnome/help/gnumeric/C/figures/menu-insert-fw.png
+share/gnome/help/gnumeric/C/figures/menu-insert-hyperlink.png
 share/gnome/help/gnumeric/C/figures/menu-insert-labelled.png
+share/gnome/help/gnumeric/C/figures/menu-insert-names.png
+share/gnome/help/gnumeric/C/figures/menu-statistics-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/menu-view-properties-dialog-cm.png
 share/gnome/help/gnumeric/C/figures/menu-view-properties-dialog.png
 share/gnome/help/gnumeric/C/figures/menubar.png
 share/gnome/help/gnumeric/C/figures/number-format-border-dialog.png
@@ -812,7 +697,10 @@
 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-extension-menu.png
 share/gnome/help/gnumeric/C/figures/toolbar-object.png
+share/gnome/help/gnumeric/C/figures/toolbar-standard.png
+share/gnome/help/gnumeric/C/figures/toolbars.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
@@ -827,6 +715,7 @@
 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-managing-dialog.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
@@ -859,32 +748,48 @@
 share/gnome/help/gnumeric/C/welcome.xml
 share/gnome/help/gnumeric/C/workbooks.xml
 share/gnome/help/gnumeric/C/worksheets.xml
+%%DATADIR%%/%%VERSION%%/GNOME_Gnumeric-gtk.xml
+%%DATADIR%%/%%VERSION%%/Gnumeric-embed.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/3D/.category
+%%DATADIR%%/%%VERSION%%/autoformat-templates/3D/autoformat.3D.button.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/3D/autoformat.3D.list.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/Classical/.category
+%%DATADIR%%/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.cool.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.simple.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.trendy.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/.category
+%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.banana.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.black.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.blue.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.orange.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/.category
+%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.basic.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.desert.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.ice.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.modern.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.purple.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/General/.category
+%%DATADIR%%/%%VERSION%%/autoformat-templates/General/autoformat.General.advanced.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/General/autoformat.General.basic.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/General/autoformat.General.empty.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/General/autoformat.General.table.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/List/.category
+%%DATADIR%%/%%VERSION%%/autoformat-templates/List/autoformat.List.basic.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/List/autoformat.List.green.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/List/autoformat.List.lila.xml
+%%DATADIR%%/%%VERSION%%/autoformat-templates/List/autoformat.List.simple.xml
+%%DATADIR%%/%%VERSION%%/templates/calendar.gnumeric
+%%DATADIR%%/%%VERSION%%/templates/invoice.gnumeric
+%%DATADIR%%/%%VERSION%%/templates/loan.gnumeric
+%%DATADIR%%/%%VERSION%%/templates/mileage.gnumeric
+%%DATADIR%%/%%VERSION%%/templates/purchase_order.gnumeric
 share/icons/hicolor/16x16/apps/gnumeric.png
 share/icons/hicolor/22x22/apps/gnumeric.png
 share/icons/hicolor/24x24/apps/gnumeric.png
+share/icons/hicolor/256x256/apps/gnumeric.png
 share/icons/hicolor/32x32/apps/gnumeric.png
 share/icons/hicolor/48x48/apps/gnumeric.png
-share/icons/hicolor/scalable/apps/gnumeric.svg
-share/mime-info/gnumeric.mime
-share/omf/gnumeric/gnumeric-C.omf
-share/pixmaps/gnome-application-vnd.lotus-1-2-3.png
-share/pixmaps/gnome-application-x-applix-spreadsheet.png
-share/pixmaps/gnome-application-x-generic-spreadsheet.png
-share/pixmaps/gnome-application-x-gnumeric.png
-share/pixmaps/gnome-application-x-xls.png
-share/pixmaps/gnumeric/down-right.png
-share/pixmaps/gnumeric/gnome-application-vnd.lotus-1-2-3.png
-share/pixmaps/gnumeric/gnome-application-x-applix-spreadsheet.png
-share/pixmaps/gnumeric/gnome-application-x-generic-spreadsheet.png
-share/pixmaps/gnumeric/gnome-application-x-gnumeric.png
-share/pixmaps/gnumeric/gnome-application-x-xls.png
-share/pixmaps/gnumeric/gnumeric-about.png
-share/pixmaps/gnumeric/orient-horizontal.png
-share/pixmaps/gnumeric/orient-vertical.png
-share/pixmaps/gnumeric/right-down.png
-share/pixmaps/gnumeric/stf-druid.png
-share/pixmaps/gnumeric/win32-gnumeric.ico
-share/pixmaps/win32-gnumeric.ico
 share/locale/am/LC_MESSAGES/gnumeric-functions.mo
 share/locale/am/LC_MESSAGES/gnumeric.mo
 share/locale/ar/LC_MESSAGES/gnumeric-functions.mo
@@ -895,6 +800,8 @@
 share/locale/az/LC_MESSAGES/gnumeric.mo
 share/locale/bg/LC_MESSAGES/gnumeric-functions.mo
 share/locale/bg/LC_MESSAGES/gnumeric.mo
+share/locale/bs/LC_MESSAGES/gnumeric-functions.mo
+share/locale/bs/LC_MESSAGES/gnumeric.mo
 share/locale/ca/LC_MESSAGES/gnumeric-functions.mo
 share/locale/ca/LC_MESSAGES/gnumeric.mo
 share/locale/ca at valencia/LC_MESSAGES/gnumeric-functions.mo
@@ -913,6 +820,8 @@
 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/eo/LC_MESSAGES/gnumeric-functions.mo
+share/locale/eo/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
@@ -999,95 +908,20 @@
 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_HK/LC_MESSAGES/gnumeric-functions.mo
+share/locale/zh_HK/LC_MESSAGES/gnumeric.mo
 share/locale/zh_TW/LC_MESSAGES/gnumeric-functions.mo
 share/locale/zh_TW/LC_MESSAGES/gnumeric.mo
- at dirrm share/pixmaps/gnumeric
- at dirrm share/omf/gnumeric
- at dirrm share/gnome/help/gnumeric/C/figures
- at dirrm share/gnome/help/gnumeric/C
- at dirrm share/gnome/help/gnumeric
- at dirrm share/gnumeric/%%VERSION%%/ui
- at dirrm share/gnumeric/%%VERSION%%/templates
- at dirrm share/gnumeric/%%VERSION%%/doc/C
- at dirrm share/gnumeric/%%VERSION%%/doc
- at dirrm share/gnumeric/%%VERSION%%/autoformat-templates/List
- at dirrm share/gnumeric/%%VERSION%%/autoformat-templates/General
- at dirrm share/gnumeric/%%VERSION%%/autoformat-templates/Financial
- at dirrm share/gnumeric/%%VERSION%%/autoformat-templates/Colourful
- at dirrm share/gnumeric/%%VERSION%%/autoformat-templates/Classical
- at dirrm share/gnumeric/%%VERSION%%/autoformat-templates/3D
- at dirrm share/gnumeric/%%VERSION%%/autoformat-templates
- at dirrm share/gnumeric/%%VERSION%%
- at dirrm share/gnumeric
- at dirrm lib/goffice/%%GOFFICE%%/plugins/gnumeric
- at dirrm lib/gnumeric/%%VERSION%%/plugins/xbase
- at dirrm lib/gnumeric/%%VERSION%%/plugins/uihello
- at dirrm lib/gnumeric/%%VERSION%%/plugins/sylk
- at dirrm lib/gnumeric/%%VERSION%%/plugins/sc
- at dirrm lib/gnumeric/%%VERSION%%/plugins/sample_datasource
- at dirrm lib/gnumeric/%%VERSION%%/plugins/qpro
- at dirrm lib/gnumeric/%%VERSION%%/plugins/python-loader
- at dirrm lib/gnumeric/%%VERSION%%/plugins/py-func
- at dirrm lib/gnumeric/%%VERSION%%/plugins/psiconv
- at dirrm lib/gnumeric/%%VERSION%%/plugins/plan_perfect
-%%PERL%%@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-loader
-%%PERL%%@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-func
- at dirrm lib/gnumeric/%%VERSION%%/plugins/openoffice
- at dirrm lib/gnumeric/%%VERSION%%/plugins/oleo
- at dirrm lib/gnumeric/%%VERSION%%/plugins/nlsolve
- at dirrm lib/gnumeric/%%VERSION%%/plugins/mps
- at dirrm lib/gnumeric/%%VERSION%%/plugins/lpsolve
- at dirrm lib/gnumeric/%%VERSION%%/plugins/lotus
- at dirrm lib/gnumeric/%%VERSION%%/plugins/html
- at dirrm lib/gnumeric/%%VERSION%%/plugins/gnome-glossary
-%%GNOMEDB%%@dirrm lib/gnumeric/%%VERSION%%/plugins/gnome-db
- at dirrm lib/gnumeric/%%VERSION%%/plugins/glpk
-%%GNOMEDB%%@dirrm lib/gnumeric/%%VERSION%%/plugins/gdaif
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-tsa
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-string
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-stat
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-random
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-r
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-numtheory
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-math
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-lookup
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-logical
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-info
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-hebrew-date
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-financial
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-erlang
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-eng
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-derivatives
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-date
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-database
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-complex
- at dirrm lib/gnumeric/%%VERSION%%/plugins/fn-christian-date
- at dirrm lib/gnumeric/%%VERSION%%/plugins/excelplugins
- at dirrm lib/gnumeric/%%VERSION%%/plugins/excel
- at dirrm lib/gnumeric/%%VERSION%%/plugins/dif
- at dirrm lib/gnumeric/%%VERSION%%/plugins/applix
- at dirrm lib/gnumeric/%%VERSION%%/plugins
- at dirrm lib/gnumeric/%%VERSION%%
- at dirrm lib/gnumeric
- at dirrm include/libspreadsheet-1.10/spreadsheet/widgets
- at dirrm include/libspreadsheet-1.10/spreadsheet/tools
- at dirrm include/libspreadsheet-1.10/spreadsheet
- at dirrm include/libspreadsheet-1.10
- at unexec update-desktop-database > /dev/null || /usr/bin/true
- at dirrmtry share/applications
- at dirrmtry share/locale/te/LC_MESSAGES
- at dirrmtry share/locale/te
- at dirrmtry share/locale/rw/LC_MESSAGES
- at dirrmtry share/locale/rw
- at dirrmtry share/locale/oc/LC_MESSAGES
- at dirrmtry share/locale/oc
- at dirrmtry share/locale/mr/LC_MESSAGES
- at dirrmtry share/locale/mr
- at dirrmtry share/locale/kk/LC_MESSAGES
- at dirrmtry share/locale/kk
- at dirrmtry share/locale/dz/LC_MESSAGES
- at dirrmtry share/locale/dz
- at dirrmtry share/locale/ca at valencia/LC_MESSAGES
- at dirrmtry share/locale/ca at valencia
- at dirrmtry share/locale/ast/LC_MESSAGES
- at dirrmtry share/locale/ast
+share/omf/gnumeric/gnumeric-C.omf
+share/pixmaps/gnome-application-vnd.lotus-1-2-3.png
+share/pixmaps/gnome-application-x-applix-spreadsheet.png
+share/pixmaps/gnome-application-x-generic-spreadsheet.png
+share/pixmaps/gnome-application-x-gnumeric.png
+share/pixmaps/gnome-application-x-xls.png
+share/pixmaps/gnumeric/gnome-application-vnd.lotus-1-2-3.png
+share/pixmaps/gnumeric/gnome-application-x-applix-spreadsheet.png
+share/pixmaps/gnumeric/gnome-application-x-generic-spreadsheet.png
+share/pixmaps/gnumeric/gnome-application-x-gnumeric.png
+share/pixmaps/gnumeric/gnome-application-x-xls.png
+share/pixmaps/gnumeric/win32-gnumeric.ico
+share/pixmaps/win32-gnumeric.ico



More information about the Midnightbsd-cvs mailing list