Update to goffice-0.10.0.

This commit is contained in:
ajacoutot 2012-12-19 10:42:05 +00:00
parent d9d84c6182
commit 0df3da292a
7 changed files with 374 additions and 591 deletions

View File

@ -1,51 +1,56 @@
# $OpenBSD: Makefile,v 1.44 2012/03/23 09:44:44 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.45 2012/12/19 10:42:05 ajacoutot Exp $
# XXX on goffice version change,
# update API_VERSION in math/gnumeric, bump PKGNAME then change the
# goffice dependency spec according to the new version.
SHARED_ONLY= Yes SHARED_ONLY= Yes
COMMENT= document centric objects and utilities COMMENT= document centric objects and utilities
# XXX on GNOME_VERSION version change, update GOFFICE_API_VERSION and
# GOFFICE_VERSION in math/gnumeric then bump REVISION.
GNOME_PROJECT= goffice GNOME_PROJECT= goffice
GNOME_VERSION= 0.8.17 GNOME_VERSION= 0.10.0
REVISION = 2
SHARED_LIBS += goffice-0.8 0.0 # .8.0 SHARED_LIBS += goffice-0.10 0.0 # 10.0
CATEGORIES= devel CATEGORIES= devel
# GPLv3 API_VERSION= 0.10
SUBST_VARS= GNOME_VERSION API_VERSION
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes WANTLIB += GL ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 bz2 cairo WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0
WANTLIB += dbus-1 dbus-glib-1 drm expat ffi fontconfig freetype WANTLIB += atk-bridge-2.0 atspi bz2 cairo cairo-gobject croco-0.6
WANTLIB += gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 WANTLIB += dbus-1 drm expat ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0
WANTLIB += gmodule-2.0 gobject-2.0 gsf-1 gthread-2.0 gtk-x11-2.0 WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gs gsf-1 gthread-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 WANTLIB += gtk-3 harfbuzz icudata icule icuuc jpeg lasem-0.4 m
WANTLIB += png pthread-stubs stdc++ xcb xcb-render xcb-shm xml2 WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += z WANTLIB += png pthread pthread-stubs rsvg-2 spectre stdc++ xcb
WANTLIB += xcb-render xcb-shm xml2 z
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext \ MODULES= devel/gettext \
x11/gnome x11/gnome
LIB_DEPENDS= devel/libgsf \ LIB_DEPENDS= devel/libgsf \
devel/gconf2 \ graphics/lasem \
x11/gtk+2 print/libspectre \
x11/gnome/librsvg \
x11/gtk+3
CONFIGURE_STYLE= gnu # XXX undefined reference to `go_cspline_get_type'
#MODGNOME_TOOLS= goi
MODGNOME_LDFLAGS= -L${X11BASE}/lib MODGNOME_LDFLAGS= -L${X11BASE}/lib
# XXX move to gsettings LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_ARGS += --with-config-backend=gconf
SUBST_VARS= GNOME_VERSION CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-static
post-install:
rm ${PREFIX}/lib/goffice/${GNOME_VERSION}/plugins/*/*.la
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,5 +1,2 @@
MD5 (goffice-0.8.17.tar.bz2) = tMkkRXFj4C2vio0kKPUdEA== SHA256 (goffice-0.10.0.tar.xz) = fnV39pIDsDxJZpBryqvG6HpinvsWhGMMK+55B77QhDk=
RMD160 (goffice-0.8.17.tar.bz2) = NSJOU6FDGy7PgSl6CBFZxylxELs= SIZE (goffice-0.10.0.tar.xz) = 2121692
SHA1 (goffice-0.8.17.tar.bz2) = DI9XjzB0a5Lze9jm6xPbuqoSQng=
SHA256 (goffice-0.8.17.tar.bz2) = 3Yyu9f7/+8U5OPphnen1jnxNxxoYA94TQGXUITimjAY=
SIZE (goffice-0.8.17.tar.bz2) = 2289608

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-configure,v 1.1 2012/03/23 09:44:44 ajacoutot Exp $
Matches 'UTF-8 and UTF-16 support'.
--- configure.orig Sun Mar 18 07:43:56 2012
+++ configure Sun Mar 18 07:44:12 2012
@@ -15285,7 +15285,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UTF-8 support in pcre" >&5
$as_echo_n "checking for UTF-8 support in pcre... " >&6; }
- if (pcretest -C 2>&1) | grep -i "^ *UTF-8 support" >/dev/null; then
+ if (pcretest -C 2>&1) | grep -i "^ *UTF-8.*support" >/dev/null; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
LIBS="$LIBS -lpcre"

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-docs_reference_Makefile_in,v 1.4 2011/03/25 07:24:32 ajacoutot Exp $
--- docs/reference/Makefile.in.orig Fri Mar 25 00:34:53 2011
+++ docs/reference/Makefile.in Fri Mar 25 07:44:27 2011
@@ -243,7 +243,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-DOC_MODULE = goffice-@GOFFICE_API_VER@
+DOC_MODULE = goffice
DOC_MAIN_SGML_FILE = goffice-docs.sgml
DOC_SOURCE_DIR = ../../goffice
SCANGOBJ_OPTIONS = --nogtkinit --type-init-func="g_type_init ()"

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-goffice_utils_regutf8_c,v 1.3 2012/03/23 09:44:44 ajacoutot Exp $
Fix with pcre >= 8.30 (undefine ref. to pcre_info).
--- goffice/utils/regutf8.c.orig Tue Mar 20 07:33:58 2012
+++ goffice/utils/regutf8.c Tue Mar 20 07:35:37 2012
@@ -155,7 +155,7 @@ go_regcomp (GORegexp *gor, const char *pat, int cflags
default: return GO_REG_BADPAT;
}
} else {
- gor->re_nsub = pcre_info (r, NULL, NULL);
+ pcre_fullinfo(r, NULL, PCRE_INFO_CAPTURECOUNT, &gor->re_nsub);
gor->nosub = (cflags & GO_REG_NOSUB) != 0;
return 0;
}

View File

@ -1,9 +1,7 @@
Goffice is a set of document centric components for GLib and GTK+. GOffice -- A glib/gtk set of document centric objects and utilities.
There are common operations for document centric applications that are There are common operations for document centric applications that are
conceptually simple, but complex to implement fully. conceptually simple, but complex to implement fully.
- plugins - plugins
- load/save documents - load/save documents
- undo/redo - undo/redo
Goffice provides a single library for performing such operations.

View File

@ -1,432 +1,376 @@
@comment $OpenBSD: PLIST,v 1.14 2011/05/22 10:06:51 ajacoutot Exp $ @comment $OpenBSD: PLIST,v 1.15 2012/12/19 10:42:05 ajacoutot Exp $
include/libgoffice-0.8/ include/libgoffice-${API_VERSION}/
include/libgoffice-0.8/goffice/ include/libgoffice-${API_VERSION}/goffice/
include/libgoffice-0.8/goffice/app/ include/libgoffice-${API_VERSION}/goffice/app/
include/libgoffice-0.8/goffice/app/error-info.h include/libgoffice-${API_VERSION}/goffice/app/error-info.h
include/libgoffice-0.8/goffice/app/file.h include/libgoffice-${API_VERSION}/goffice/app/file.h
include/libgoffice-0.8/goffice/app/go-cmd-context-impl.h include/libgoffice-${API_VERSION}/goffice/app/go-cmd-context-impl.h
include/libgoffice-0.8/goffice/app/go-cmd-context.h include/libgoffice-${API_VERSION}/goffice/app/go-cmd-context.h
include/libgoffice-0.8/goffice/app/go-conf.h include/libgoffice-${API_VERSION}/goffice/app/go-conf.h
include/libgoffice-0.8/goffice/app/go-doc-control-impl.h include/libgoffice-${API_VERSION}/goffice/app/go-doc-control-impl.h
include/libgoffice-0.8/goffice/app/go-doc-control.h include/libgoffice-${API_VERSION}/goffice/app/go-doc-control.h
include/libgoffice-0.8/goffice/app/go-doc-impl.h include/libgoffice-${API_VERSION}/goffice/app/go-doc-impl.h
include/libgoffice-0.8/goffice/app/go-doc.h include/libgoffice-${API_VERSION}/goffice/app/go-doc.h
include/libgoffice-0.8/goffice/app/go-plugin-loader-module.h include/libgoffice-${API_VERSION}/goffice/app/go-plugin-loader-module.h
include/libgoffice-0.8/goffice/app/go-plugin-loader.h include/libgoffice-${API_VERSION}/goffice/app/go-plugin-loader.h
include/libgoffice-0.8/goffice/app/go-plugin-service-impl.h include/libgoffice-${API_VERSION}/goffice/app/go-plugin-service-impl.h
include/libgoffice-0.8/goffice/app/go-plugin-service.h include/libgoffice-${API_VERSION}/goffice/app/go-plugin-service.h
include/libgoffice-0.8/goffice/app/go-plugin.h include/libgoffice-${API_VERSION}/goffice/app/go-plugin.h
include/libgoffice-0.8/goffice/app/goffice-app.h include/libgoffice-${API_VERSION}/goffice/app/go-view.h
include/libgoffice-0.8/goffice/app/io-context-priv.h include/libgoffice-${API_VERSION}/goffice/app/goffice-app.h
include/libgoffice-0.8/goffice/app/io-context.h include/libgoffice-${API_VERSION}/goffice/app/io-context-priv.h
include/libgoffice-0.8/goffice/app/module-plugin-defs.h include/libgoffice-${API_VERSION}/goffice/app/io-context.h
include/libgoffice-0.8/goffice/canvas/ include/libgoffice-${API_VERSION}/goffice/app/module-plugin-defs.h
include/libgoffice-0.8/goffice/canvas/goc-arc.h include/libgoffice-${API_VERSION}/goffice/canvas/
include/libgoffice-0.8/goffice/canvas/goc-canvas.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-arc.h
include/libgoffice-0.8/goffice/canvas/goc-circle.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-canvas.h
include/libgoffice-0.8/goffice/canvas/goc-ellipse.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-circle.h
include/libgoffice-0.8/goffice/canvas/goc-graph.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-component.h
include/libgoffice-0.8/goffice/canvas/goc-group.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-ellipse.h
include/libgoffice-0.8/goffice/canvas/goc-item.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-graph.h
include/libgoffice-0.8/goffice/canvas/goc-line.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-group.h
include/libgoffice-0.8/goffice/canvas/goc-path.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-image.h
include/libgoffice-0.8/goffice/canvas/goc-pixbuf.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-item.h
include/libgoffice-0.8/goffice/canvas/goc-polygon.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-line.h
include/libgoffice-0.8/goffice/canvas/goc-polyline.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-path.h
include/libgoffice-0.8/goffice/canvas/goc-rectangle.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-pixbuf.h
include/libgoffice-0.8/goffice/canvas/goc-structs.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-polygon.h
include/libgoffice-0.8/goffice/canvas/goc-styled-item.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-polyline.h
include/libgoffice-0.8/goffice/canvas/goc-text.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-rectangle.h
include/libgoffice-0.8/goffice/canvas/goc-utils.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-structs.h
include/libgoffice-0.8/goffice/canvas/goc-widget.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-styled-item.h
include/libgoffice-0.8/goffice/canvas/goffice-canvas.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-text.h
include/libgoffice-0.8/goffice/component/ include/libgoffice-${API_VERSION}/goffice/canvas/goc-utils.h
include/libgoffice-0.8/goffice/component/go-component-factory.h include/libgoffice-${API_VERSION}/goffice/canvas/goc-widget.h
include/libgoffice-0.8/goffice/component/go-component.h include/libgoffice-${API_VERSION}/goffice/canvas/goffice-canvas.h
include/libgoffice-0.8/goffice/component/goffice-component.h include/libgoffice-${API_VERSION}/goffice/component/
include/libgoffice-0.8/goffice/data/ include/libgoffice-${API_VERSION}/goffice/component/go-component-factory.h
include/libgoffice-0.8/goffice/data/go-data-impl.h include/libgoffice-${API_VERSION}/goffice/component/go-component-mime-dialog.h
include/libgoffice-0.8/goffice/data/go-data-simple.h include/libgoffice-${API_VERSION}/goffice/component/go-component.h
include/libgoffice-0.8/goffice/data/go-data.h include/libgoffice-${API_VERSION}/goffice/component/goffice-component.h
include/libgoffice-0.8/goffice/data/goffice-data.h include/libgoffice-${API_VERSION}/goffice/data/
include/libgoffice-0.8/goffice/drawing/ include/libgoffice-${API_VERSION}/goffice/data/go-data-impl.h
include/libgoffice-0.8/goffice/drawing/god-anchor.h include/libgoffice-${API_VERSION}/goffice/data/go-data-simple.h
include/libgoffice-0.8/goffice/drawing/god-default-attributes.h include/libgoffice-${API_VERSION}/goffice/data/go-data.h
include/libgoffice-0.8/goffice/drawing/god-drawing-group.h include/libgoffice-${API_VERSION}/goffice/data/goffice-data.h
include/libgoffice-0.8/goffice/drawing/god-drawing-renderer-gdk.h include/libgoffice-${API_VERSION}/goffice/goffice-features.h
include/libgoffice-0.8/goffice/drawing/god-drawing-view.h include/libgoffice-${API_VERSION}/goffice/goffice.h
include/libgoffice-0.8/goffice/drawing/god-drawing.h include/libgoffice-${API_VERSION}/goffice/graph/
include/libgoffice-0.8/goffice/drawing/god-image-store.h include/libgoffice-${API_VERSION}/goffice/graph/goffice-graph.h
include/libgoffice-0.8/goffice/drawing/god-image.h include/libgoffice-${API_VERSION}/goffice/graph/gog-3d-box.h
include/libgoffice-0.8/goffice/drawing/god-paragraph-attributes.h include/libgoffice-${API_VERSION}/goffice/graph/gog-axis-color-map.h
include/libgoffice-0.8/goffice/drawing/god-property-table.h include/libgoffice-${API_VERSION}/goffice/graph/gog-axis-line.h
include/libgoffice-0.8/goffice/drawing/god-shape.h include/libgoffice-${API_VERSION}/goffice/graph/gog-axis.h
include/libgoffice-0.8/goffice/drawing/god-text-model.h include/libgoffice-${API_VERSION}/goffice/graph/gog-chart-impl.h
include/libgoffice-0.8/goffice/goffice-features.h include/libgoffice-${API_VERSION}/goffice/graph/gog-chart-map-3d.h
include/libgoffice-0.8/goffice/goffice.h include/libgoffice-${API_VERSION}/goffice/graph/gog-chart-map.h
include/libgoffice-0.8/goffice/graph/ include/libgoffice-${API_VERSION}/goffice/graph/gog-chart.h
include/libgoffice-0.8/goffice/graph/goffice-graph.h include/libgoffice-${API_VERSION}/goffice/graph/gog-child-button.h
include/libgoffice-0.8/goffice/graph/gog-3d-box.h include/libgoffice-${API_VERSION}/goffice/graph/gog-color-scale.h
include/libgoffice-0.8/goffice/graph/gog-axis-line-impl.h include/libgoffice-${API_VERSION}/goffice/graph/gog-data-allocator.h
include/libgoffice-0.8/goffice/graph/gog-axis-line.h include/libgoffice-${API_VERSION}/goffice/graph/gog-data-set.h
include/libgoffice-0.8/goffice/graph/gog-axis.h include/libgoffice-${API_VERSION}/goffice/graph/gog-equation.h
include/libgoffice-0.8/goffice/graph/gog-chart-impl.h include/libgoffice-${API_VERSION}/goffice/graph/gog-error-bar.h
include/libgoffice-0.8/goffice/graph/gog-chart-map-3d.h include/libgoffice-${API_VERSION}/goffice/graph/gog-graph-impl.h
include/libgoffice-0.8/goffice/graph/gog-chart-map.h include/libgoffice-${API_VERSION}/goffice/graph/gog-graph.h
include/libgoffice-0.8/goffice/graph/gog-chart.h include/libgoffice-${API_VERSION}/goffice/graph/gog-grid-line.h
include/libgoffice-0.8/goffice/graph/gog-child-button.h include/libgoffice-${API_VERSION}/goffice/graph/gog-grid.h
include/libgoffice-0.8/goffice/graph/gog-data-allocator.h include/libgoffice-${API_VERSION}/goffice/graph/gog-guru.h
include/libgoffice-0.8/goffice/graph/gog-data-set.h include/libgoffice-${API_VERSION}/goffice/graph/gog-label.h
include/libgoffice-0.8/goffice/graph/gog-error-bar.h include/libgoffice-${API_VERSION}/goffice/graph/gog-legend.h
include/libgoffice-0.8/goffice/graph/gog-graph-impl.h include/libgoffice-${API_VERSION}/goffice/graph/gog-object-xml.h
include/libgoffice-0.8/goffice/graph/gog-graph.h include/libgoffice-${API_VERSION}/goffice/graph/gog-object.h
include/libgoffice-0.8/goffice/graph/gog-grid-line.h include/libgoffice-${API_VERSION}/goffice/graph/gog-outlined-object.h
include/libgoffice-0.8/goffice/graph/gog-grid.h include/libgoffice-${API_VERSION}/goffice/graph/gog-plot-engine.h
include/libgoffice-0.8/goffice/graph/gog-guru.h include/libgoffice-${API_VERSION}/goffice/graph/gog-plot-impl.h
include/libgoffice-0.8/goffice/graph/gog-label.h include/libgoffice-${API_VERSION}/goffice/graph/gog-plot.h
include/libgoffice-0.8/goffice/graph/gog-legend.h include/libgoffice-${API_VERSION}/goffice/graph/gog-reg-curve.h
include/libgoffice-0.8/goffice/graph/gog-object-xml.h include/libgoffice-${API_VERSION}/goffice/graph/gog-renderer.h
include/libgoffice-0.8/goffice/graph/gog-object.h include/libgoffice-${API_VERSION}/goffice/graph/gog-series-impl.h
include/libgoffice-0.8/goffice/graph/gog-outlined-object.h include/libgoffice-${API_VERSION}/goffice/graph/gog-series-labels.h
include/libgoffice-0.8/goffice/graph/gog-plot-engine.h include/libgoffice-${API_VERSION}/goffice/graph/gog-series-lines.h
include/libgoffice-0.8/goffice/graph/gog-plot-impl.h include/libgoffice-${API_VERSION}/goffice/graph/gog-series.h
include/libgoffice-0.8/goffice/graph/gog-plot.h include/libgoffice-${API_VERSION}/goffice/graph/gog-smoothed-curve.h
include/libgoffice-0.8/goffice/graph/gog-reg-curve.h include/libgoffice-${API_VERSION}/goffice/graph/gog-styled-object.h
include/libgoffice-0.8/goffice/graph/gog-renderer.h include/libgoffice-${API_VERSION}/goffice/graph/gog-theme.h
include/libgoffice-0.8/goffice/graph/gog-series-impl.h include/libgoffice-${API_VERSION}/goffice/graph/gog-trend-line.h
include/libgoffice-0.8/goffice/graph/gog-series-lines.h include/libgoffice-${API_VERSION}/goffice/graph/gog-view.h
include/libgoffice-0.8/goffice/graph/gog-series.h include/libgoffice-${API_VERSION}/goffice/gtk/
include/libgoffice-0.8/goffice/graph/gog-smoothed-curve.h include/libgoffice-${API_VERSION}/goffice/gtk/go-3d-rotation-sel.h
include/libgoffice-0.8/goffice/graph/gog-styled-object.h include/libgoffice-${API_VERSION}/goffice/gtk/go-action-combo-color.h
include/libgoffice-0.8/goffice/graph/gog-theme.h include/libgoffice-${API_VERSION}/goffice/gtk/go-action-combo-pixmaps.h
include/libgoffice-0.8/goffice/graph/gog-trend-line.h include/libgoffice-${API_VERSION}/goffice/gtk/go-action-combo-stack.h
include/libgoffice-0.8/goffice/graph/gog-view.h include/libgoffice-${API_VERSION}/goffice/gtk/go-action-combo-text.h
include/libgoffice-0.8/goffice/gtk/ include/libgoffice-${API_VERSION}/goffice/gtk/go-calendar-button.h
include/libgoffice-0.8/goffice/gtk/go-3d-rotation-sel.h include/libgoffice-${API_VERSION}/goffice/gtk/go-charmap-sel.h
include/libgoffice-0.8/goffice/gtk/go-action-combo-color.h include/libgoffice-${API_VERSION}/goffice/gtk/go-color-group.h
include/libgoffice-0.8/goffice/gtk/go-action-combo-pixmaps.h include/libgoffice-${API_VERSION}/goffice/gtk/go-color-palette.h
include/libgoffice-0.8/goffice/gtk/go-action-combo-stack.h include/libgoffice-${API_VERSION}/goffice/gtk/go-color-selector.h
include/libgoffice-0.8/goffice/gtk/go-action-combo-text.h include/libgoffice-${API_VERSION}/goffice/gtk/go-combo-box.h
include/libgoffice-0.8/goffice/gtk/go-calendar-button.h include/libgoffice-${API_VERSION}/goffice/gtk/go-combo-color.h
include/libgoffice-0.8/goffice/gtk/go-charmap-sel.h include/libgoffice-${API_VERSION}/goffice/gtk/go-combo-pixmaps.h
include/libgoffice-0.8/goffice/gtk/go-color-group.h include/libgoffice-${API_VERSION}/goffice/gtk/go-font-sel.h
include/libgoffice-0.8/goffice/gtk/go-color-palette.h include/libgoffice-${API_VERSION}/goffice/gtk/go-format-sel.h
include/libgoffice-0.8/goffice/gtk/go-color-selector.h include/libgoffice-${API_VERSION}/goffice/gtk/go-gradient-selector.h
include/libgoffice-0.8/goffice/gtk/go-combo-box.h include/libgoffice-${API_VERSION}/goffice/gtk/go-graph-widget.h
include/libgoffice-0.8/goffice/gtk/go-combo-color.h include/libgoffice-${API_VERSION}/goffice/gtk/go-image-sel.h
include/libgoffice-0.8/goffice/gtk/go-combo-pixmaps.h include/libgoffice-${API_VERSION}/goffice/gtk/go-line-selector.h
include/libgoffice-0.8/goffice/gtk/go-combo-text.h include/libgoffice-${API_VERSION}/goffice/gtk/go-locale-sel.h
include/libgoffice-0.8/goffice/gtk/go-font-sel.h include/libgoffice-${API_VERSION}/goffice/gtk/go-marker-selector.h
include/libgoffice-0.8/goffice/gtk/go-format-sel.h include/libgoffice-${API_VERSION}/goffice/gtk/go-optionmenu.h
include/libgoffice-0.8/goffice/gtk/go-gradient-selector.h include/libgoffice-${API_VERSION}/goffice/gtk/go-palette.h
include/libgoffice-0.8/goffice/gtk/go-graph-widget.h include/libgoffice-${API_VERSION}/goffice/gtk/go-pattern-selector.h
include/libgoffice-0.8/goffice/gtk/go-image-sel.h include/libgoffice-${API_VERSION}/goffice/gtk/go-rotation-sel.h
include/libgoffice-0.8/goffice/gtk/go-line-selector.h include/libgoffice-${API_VERSION}/goffice/gtk/go-selector.h
include/libgoffice-0.8/goffice/gtk/go-locale-sel.h include/libgoffice-${API_VERSION}/goffice/gtk/goffice-gtk.h
include/libgoffice-0.8/goffice/gtk/go-marker-selector.h include/libgoffice-${API_VERSION}/goffice/math/
include/libgoffice-0.8/goffice/gtk/go-optionmenu.h include/libgoffice-${API_VERSION}/goffice/math/go-R.h
include/libgoffice-0.8/goffice/gtk/go-palette.h include/libgoffice-${API_VERSION}/goffice/math/go-accumulator.h
include/libgoffice-0.8/goffice/gtk/go-pattern-selector.h include/libgoffice-${API_VERSION}/goffice/math/go-complex.h
include/libgoffice-0.8/goffice/gtk/go-pixbuf.h include/libgoffice-${API_VERSION}/goffice/math/go-cspline.h
include/libgoffice-0.8/goffice/gtk/go-rotation-sel.h include/libgoffice-${API_VERSION}/goffice/math/go-distribution.h
include/libgoffice-0.8/goffice/gtk/go-selector.h include/libgoffice-${API_VERSION}/goffice/math/go-fft.h
include/libgoffice-0.8/goffice/gtk/goffice-gtk.h include/libgoffice-${API_VERSION}/goffice/math/go-math.h
include/libgoffice-0.8/goffice/math/ include/libgoffice-${API_VERSION}/goffice/math/go-matrix3x3.h
include/libgoffice-0.8/goffice/math/go-R.h include/libgoffice-${API_VERSION}/goffice/math/go-quad.h
include/libgoffice-0.8/goffice/math/go-complex.h include/libgoffice-${API_VERSION}/goffice/math/go-rangefunc.h
include/libgoffice-0.8/goffice/math/go-cspline.h include/libgoffice-${API_VERSION}/goffice/math/go-regression.h
include/libgoffice-0.8/goffice/math/go-distribution.h include/libgoffice-${API_VERSION}/goffice/math/goffice-math.h
include/libgoffice-0.8/goffice/math/go-fft.h include/libgoffice-${API_VERSION}/goffice/utils/
include/libgoffice-0.8/goffice/math/go-math.h include/libgoffice-${API_VERSION}/goffice/utils/datetime.h
include/libgoffice-0.8/goffice/math/go-matrix3x3.h include/libgoffice-${API_VERSION}/goffice/utils/go-bezier.h
include/libgoffice-0.8/goffice/math/go-quad.h include/libgoffice-${API_VERSION}/goffice/utils/go-cairo.h
include/libgoffice-0.8/goffice/math/go-rangefunc.h include/libgoffice-${API_VERSION}/goffice/utils/go-color.h
include/libgoffice-0.8/goffice/math/go-regression.h include/libgoffice-${API_VERSION}/goffice/utils/go-editor.h
include/libgoffice-0.8/goffice/math/goffice-math.h include/libgoffice-${API_VERSION}/goffice/utils/go-emf.h
include/libgoffice-0.8/goffice/ms-compat/ include/libgoffice-${API_VERSION}/goffice/utils/go-file.h
include/libgoffice-0.8/goffice/ms-compat/go-ms-parser.h include/libgoffice-${API_VERSION}/goffice/utils/go-font.h
include/libgoffice-0.8/goffice/ms-compat/god-drawing-ms-client-handler.h include/libgoffice-${API_VERSION}/goffice/utils/go-format.h
include/libgoffice-0.8/goffice/ms-compat/god-drawing-ms.h include/libgoffice-${API_VERSION}/goffice/utils/go-gdk-pixbuf.h
include/libgoffice-0.8/goffice/ms-compat/god-image-ms.h include/libgoffice-${API_VERSION}/goffice/utils/go-geometry.h
include/libgoffice-0.8/goffice/utils/ include/libgoffice-${API_VERSION}/goffice/utils/go-glib-extras.h
include/libgoffice-0.8/goffice/utils/datetime.h include/libgoffice-${API_VERSION}/goffice/utils/go-gradient.h
include/libgoffice-0.8/goffice/utils/go-bezier.h include/libgoffice-${API_VERSION}/goffice/utils/go-image.h
include/libgoffice-0.8/goffice/utils/go-cairo.h include/libgoffice-${API_VERSION}/goffice/utils/go-libxml-extras.h
include/libgoffice-0.8/goffice/utils/go-color.h include/libgoffice-${API_VERSION}/goffice/utils/go-line.h
include/libgoffice-0.8/goffice/utils/go-editor.h include/libgoffice-${API_VERSION}/goffice/utils/go-locale.h
include/libgoffice-0.8/goffice/utils/go-file.h include/libgoffice-${API_VERSION}/goffice/utils/go-marker.h
include/libgoffice-0.8/goffice/utils/go-font.h include/libgoffice-${API_VERSION}/goffice/utils/go-pango-extras.h
include/libgoffice-0.8/goffice/utils/go-format.h include/libgoffice-${API_VERSION}/goffice/utils/go-path.h
include/libgoffice-0.8/goffice/utils/go-geometry.h include/libgoffice-${API_VERSION}/goffice/utils/go-pattern.h
include/libgoffice-0.8/goffice/utils/go-glib-extras.h include/libgoffice-${API_VERSION}/goffice/utils/go-persist.h
include/libgoffice-0.8/goffice/utils/go-gradient.h include/libgoffice-${API_VERSION}/goffice/utils/go-pixbuf.h
include/libgoffice-0.8/goffice/utils/go-image.h include/libgoffice-${API_VERSION}/goffice/utils/go-rsm.h
include/libgoffice-0.8/goffice/utils/go-libxml-extras.h include/libgoffice-${API_VERSION}/goffice/utils/go-spectre.h
include/libgoffice-0.8/goffice/utils/go-line.h include/libgoffice-${API_VERSION}/goffice/utils/go-string.h
include/libgoffice-0.8/goffice/utils/go-locale.h include/libgoffice-${API_VERSION}/goffice/utils/go-style.h
include/libgoffice-0.8/goffice/utils/go-marker.h include/libgoffice-${API_VERSION}/goffice/utils/go-styled-object.h
include/libgoffice-0.8/goffice/utils/go-pango-extras.h include/libgoffice-${API_VERSION}/goffice/utils/go-svg.h
include/libgoffice-0.8/goffice/utils/go-path.h include/libgoffice-${API_VERSION}/goffice/utils/go-undo.h
include/libgoffice-0.8/goffice/utils/go-pattern.h include/libgoffice-${API_VERSION}/goffice/utils/go-units.h
include/libgoffice-0.8/goffice/utils/go-persist.h include/libgoffice-${API_VERSION}/goffice/utils/goffice-utils.h
include/libgoffice-0.8/goffice/utils/go-string.h include/libgoffice-${API_VERSION}/goffice/utils/regutf8.h
include/libgoffice-0.8/goffice/utils/go-style.h
include/libgoffice-0.8/goffice/utils/go-styled-object.h
include/libgoffice-0.8/goffice/utils/go-undo.h
include/libgoffice-0.8/goffice/utils/go-units.h
include/libgoffice-0.8/goffice/utils/goffice-utils.h
include/libgoffice-0.8/goffice/utils/regutf8.h
lib/goffice/ lib/goffice/
lib/goffice/${GNOME_VERSION}/ lib/goffice/${GNOME_VERSION}/
lib/goffice/${GNOME_VERSION}/plugins/ lib/goffice/${GNOME_VERSION}/plugins/
lib/goffice/${GNOME_VERSION}/plugins/plot_barcol/ lib/goffice/${GNOME_VERSION}/plugins/plot_barcol/
lib/goffice/${GNOME_VERSION}/plugins/plot_barcol/barcol.a
lib/goffice/${GNOME_VERSION}/plugins/plot_barcol/barcol.la
lib/goffice/${GNOME_VERSION}/plugins/plot_barcol/barcol.so lib/goffice/${GNOME_VERSION}/plugins/plot_barcol/barcol.so
lib/goffice/${GNOME_VERSION}/plugins/plot_barcol/gog-area-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_barcol/gog-barcol-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_barcol/gog-minmax-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_barcol/plot-types.xml lib/goffice/${GNOME_VERSION}/plugins/plot_barcol/plot-types.xml
lib/goffice/${GNOME_VERSION}/plugins/plot_barcol/plugin.xml lib/goffice/${GNOME_VERSION}/plugins/plot_barcol/plugin.xml
lib/goffice/${GNOME_VERSION}/plugins/plot_distrib/ lib/goffice/${GNOME_VERSION}/plugins/plot_distrib/
lib/goffice/${GNOME_VERSION}/plugins/plot_distrib/distrib.a
lib/goffice/${GNOME_VERSION}/plugins/plot_distrib/distrib.la
lib/goffice/${GNOME_VERSION}/plugins/plot_distrib/distrib.so lib/goffice/${GNOME_VERSION}/plugins/plot_distrib/distrib.so
lib/goffice/${GNOME_VERSION}/plugins/plot_distrib/gog-boxplot-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_distrib/gog-double-histogram-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_distrib/gog-histogram-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_distrib/plot-types.xml lib/goffice/${GNOME_VERSION}/plugins/plot_distrib/plot-types.xml
lib/goffice/${GNOME_VERSION}/plugins/plot_distrib/plugin.xml lib/goffice/${GNOME_VERSION}/plugins/plot_distrib/plugin.xml
lib/goffice/${GNOME_VERSION}/plugins/plot_pie/ lib/goffice/${GNOME_VERSION}/plugins/plot_pie/
lib/goffice/${GNOME_VERSION}/plugins/plot_pie/gog-pie-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_pie/gog-pie-series.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_pie/gog-ring-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_pie/pie.a
lib/goffice/${GNOME_VERSION}/plugins/plot_pie/pie.la
lib/goffice/${GNOME_VERSION}/plugins/plot_pie/pie.so lib/goffice/${GNOME_VERSION}/plugins/plot_pie/pie.so
lib/goffice/${GNOME_VERSION}/plugins/plot_pie/plot-types.xml lib/goffice/${GNOME_VERSION}/plugins/plot_pie/plot-types.xml
lib/goffice/${GNOME_VERSION}/plugins/plot_pie/plugin.xml lib/goffice/${GNOME_VERSION}/plugins/plot_pie/plugin.xml
lib/goffice/${GNOME_VERSION}/plugins/plot_radar/ lib/goffice/${GNOME_VERSION}/plugins/plot_radar/
lib/goffice/${GNOME_VERSION}/plugins/plot_radar/gog-color-polar-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_radar/gog-polar-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_radar/plot-types.xml lib/goffice/${GNOME_VERSION}/plugins/plot_radar/plot-types.xml
lib/goffice/${GNOME_VERSION}/plugins/plot_radar/plugin.xml lib/goffice/${GNOME_VERSION}/plugins/plot_radar/plugin.xml
lib/goffice/${GNOME_VERSION}/plugins/plot_radar/radar.a
lib/goffice/${GNOME_VERSION}/plugins/plot_radar/radar.la
lib/goffice/${GNOME_VERSION}/plugins/plot_radar/radar.so lib/goffice/${GNOME_VERSION}/plugins/plot_radar/radar.so
lib/goffice/${GNOME_VERSION}/plugins/plot_surface/ lib/goffice/${GNOME_VERSION}/plugins/plot_surface/
lib/goffice/${GNOME_VERSION}/plugins/plot_surface/gog-xyz-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_surface/gog-xyz-surface-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_surface/plot-types.xml lib/goffice/${GNOME_VERSION}/plugins/plot_surface/plot-types.xml
lib/goffice/${GNOME_VERSION}/plugins/plot_surface/plugin.xml lib/goffice/${GNOME_VERSION}/plugins/plot_surface/plugin.xml
lib/goffice/${GNOME_VERSION}/plugins/plot_surface/surface.a
lib/goffice/${GNOME_VERSION}/plugins/plot_surface/surface.la
lib/goffice/${GNOME_VERSION}/plugins/plot_surface/surface.so lib/goffice/${GNOME_VERSION}/plugins/plot_surface/surface.so
lib/goffice/${GNOME_VERSION}/plugins/plot_xy/ lib/goffice/${GNOME_VERSION}/plugins/plot_xy/
lib/goffice/${GNOME_VERSION}/plugins/plot_xy/gog-bubble-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_xy/gog-xy-color-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_xy/gog-xy-dropbar-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_xy/gog-xy-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_xy/gog-xy-series-prefs.ui
lib/goffice/${GNOME_VERSION}/plugins/plot_xy/plot-types.xml lib/goffice/${GNOME_VERSION}/plugins/plot_xy/plot-types.xml
lib/goffice/${GNOME_VERSION}/plugins/plot_xy/plugin.xml lib/goffice/${GNOME_VERSION}/plugins/plot_xy/plugin.xml
lib/goffice/${GNOME_VERSION}/plugins/plot_xy/xy.a
lib/goffice/${GNOME_VERSION}/plugins/plot_xy/xy.la
lib/goffice/${GNOME_VERSION}/plugins/plot_xy/xy.so lib/goffice/${GNOME_VERSION}/plugins/plot_xy/xy.so
lib/goffice/${GNOME_VERSION}/plugins/reg_linear/ lib/goffice/${GNOME_VERSION}/plugins/reg_linear/
lib/goffice/${GNOME_VERSION}/plugins/reg_linear/linreg.a
lib/goffice/${GNOME_VERSION}/plugins/reg_linear/linreg.la
lib/goffice/${GNOME_VERSION}/plugins/reg_linear/linreg.so lib/goffice/${GNOME_VERSION}/plugins/reg_linear/linreg.so
lib/goffice/${GNOME_VERSION}/plugins/reg_linear/plugin.xml lib/goffice/${GNOME_VERSION}/plugins/reg_linear/plugin.xml
lib/goffice/${GNOME_VERSION}/plugins/reg_linear/reg-types.xml lib/goffice/${GNOME_VERSION}/plugins/reg_linear/reg-types.xml
lib/goffice/${GNOME_VERSION}/plugins/reg_logfit/ lib/goffice/${GNOME_VERSION}/plugins/reg_logfit/
lib/goffice/${GNOME_VERSION}/plugins/reg_logfit/logfit.a
lib/goffice/${GNOME_VERSION}/plugins/reg_logfit/logfit.la
lib/goffice/${GNOME_VERSION}/plugins/reg_logfit/logfit.so lib/goffice/${GNOME_VERSION}/plugins/reg_logfit/logfit.so
lib/goffice/${GNOME_VERSION}/plugins/reg_logfit/plugin.xml lib/goffice/${GNOME_VERSION}/plugins/reg_logfit/plugin.xml
lib/goffice/${GNOME_VERSION}/plugins/reg_logfit/reg-types.xml lib/goffice/${GNOME_VERSION}/plugins/reg_logfit/reg-types.xml
lib/goffice/${GNOME_VERSION}/plugins/smoothing/ lib/goffice/${GNOME_VERSION}/plugins/smoothing/
lib/goffice/${GNOME_VERSION}/plugins/smoothing/gog-exp-smooth.ui
lib/goffice/${GNOME_VERSION}/plugins/smoothing/gog-moving-avg.ui
lib/goffice/${GNOME_VERSION}/plugins/smoothing/plugin.xml lib/goffice/${GNOME_VERSION}/plugins/smoothing/plugin.xml
lib/goffice/${GNOME_VERSION}/plugins/smoothing/smoothing.a
lib/goffice/${GNOME_VERSION}/plugins/smoothing/smoothing.la
lib/goffice/${GNOME_VERSION}/plugins/smoothing/smoothing.so lib/goffice/${GNOME_VERSION}/plugins/smoothing/smoothing.so
lib/goffice/${GNOME_VERSION}/plugins/smoothing/types.xml lib/goffice/${GNOME_VERSION}/plugins/smoothing/types.xml
lib/libgoffice-0.8.a lib/libgoffice-${API_VERSION}.la
lib/libgoffice-0.8.la @lib lib/libgoffice-${API_VERSION}.so.${LIBgoffice-0.10_VERSION}
@lib lib/libgoffice-0.8.so.${LIBgoffice-0.8_VERSION} lib/pkgconfig/libgoffice-${API_VERSION}.pc
lib/pkgconfig/libgoffice-0.8.pc share/gtk-doc/html/goffice-${API_VERSION}/
share/goffice/ share/gtk-doc/html/goffice-${API_VERSION}/GOCalendarButton.html
share/goffice/${GNOME_VERSION}/ share/gtk-doc/html/goffice-${API_VERSION}/GOCharmapSel.html
share/goffice/${GNOME_VERSION}/patterns/ share/gtk-doc/html/goffice-${API_VERSION}/GOCmdContext.html
share/goffice/${GNOME_VERSION}/patterns/svg-patterns.xml share/gtk-doc/html/goffice-${API_VERSION}/GOColorGroup.html
share/goffice/${GNOME_VERSION}/ui/ share/gtk-doc/html/goffice-${API_VERSION}/GOComboBox.html
share/goffice/${GNOME_VERSION}/ui/go-3d-rotation-sel.ui share/gtk-doc/html/goffice-${API_VERSION}/GOComboColor.html
share/goffice/${GNOME_VERSION}/ui/go-font-sel.ui share/gtk-doc/html/goffice-${API_VERSION}/GOComboPixmaps.html
share/goffice/${GNOME_VERSION}/ui/go-format-sel.ui share/gtk-doc/html/goffice-${API_VERSION}/GOComponent.html
share/goffice/${GNOME_VERSION}/ui/go-image-save-dialog-extra.ui share/gtk-doc/html/goffice-${API_VERSION}/GOData.html
share/goffice/${GNOME_VERSION}/ui/go-image-sel.ui share/gtk-doc/html/goffice-${API_VERSION}/GODataMatrix.html
share/goffice/${GNOME_VERSION}/ui/go-rotation-sel.ui share/gtk-doc/html/goffice-${API_VERSION}/GODataScalar.html
share/goffice/${GNOME_VERSION}/ui/go-style-prefs.ui share/gtk-doc/html/goffice-${API_VERSION}/GODistribution.html
share/goffice/${GNOME_VERSION}/ui/gog-3d-box-prefs.ui share/gtk-doc/html/goffice-${API_VERSION}/GODoc.html
share/goffice/${GNOME_VERSION}/ui/gog-axis-prefs.ui share/gtk-doc/html/goffice-${API_VERSION}/GODocControl.html
share/goffice/${GNOME_VERSION}/ui/gog-equation-prefs.ui share/gtk-doc/html/goffice-${API_VERSION}/GOFileSaver.html
share/goffice/${GNOME_VERSION}/ui/gog-error-bar-prefs.ui share/gtk-doc/html/goffice-${API_VERSION}/GOFontSel.html
share/goffice/${GNOME_VERSION}/ui/gog-graph-prefs.ui share/gtk-doc/html/goffice-${API_VERSION}/GOFormatSel.html
share/goffice/${GNOME_VERSION}/ui/gog-guru-type-selector.ui share/gtk-doc/html/goffice-${API_VERSION}/GOGraphWidget.html
share/goffice/${GNOME_VERSION}/ui/gog-guru.ui share/gtk-doc/html/goffice-${API_VERSION}/GOIOContext.html
share/goffice/${GNOME_VERSION}/ui/gog-object-prefs.ui share/gtk-doc/html/goffice-${API_VERSION}/GOImage.html
share/goffice/${GNOME_VERSION}/ui/gog-plot-prefs.ui share/gtk-doc/html/goffice-${API_VERSION}/GOLocaleSel.html
share/goffice/${GNOME_VERSION}/ui/gog-reg-curve-prefs.ui share/gtk-doc/html/goffice-${API_VERSION}/GOMarker.html
share/goffice/${GNOME_VERSION}/ui/gog-reg-eqn-prefs.ui share/gtk-doc/html/goffice-${API_VERSION}/GOOptionMenu.html
share/goffice/${GNOME_VERSION}/ui/gog-series-prefs.ui share/gtk-doc/html/goffice-${API_VERSION}/GOPalette.html
share/gtk-doc/html/goffice/ share/gtk-doc/html/goffice-${API_VERSION}/GOPersist.html
share/gtk-doc/html/goffice/GOCalendarButton.html share/gtk-doc/html/goffice-${API_VERSION}/GOPixbuf.html
share/gtk-doc/html/goffice/GOCharmapSel.html share/gtk-doc/html/goffice-${API_VERSION}/GOPlugin.html
share/gtk-doc/html/goffice/GOCmdContext.html share/gtk-doc/html/goffice-${API_VERSION}/GOPluginLoader.html
share/gtk-doc/html/goffice/GOComboBox.html share/gtk-doc/html/goffice-${API_VERSION}/GOPluginLoaderModule.html
share/gtk-doc/html/goffice/GOComboColor.html share/gtk-doc/html/goffice-${API_VERSION}/GOPluginService.html
share/gtk-doc/html/goffice/GOComboPixmaps.html share/gtk-doc/html/goffice-${API_VERSION}/GORotationSel.html
share/gtk-doc/html/goffice/GOComboText.html share/gtk-doc/html/goffice-${API_VERSION}/GOSearchReplace.html
share/gtk-doc/html/goffice/GOComponent.html share/gtk-doc/html/goffice-${API_VERSION}/GOSelector.html
share/gtk-doc/html/goffice/GOData.html share/gtk-doc/html/goffice-${API_VERSION}/GOStyle.html
share/gtk-doc/html/goffice/GODataMatrix.html share/gtk-doc/html/goffice-${API_VERSION}/GOStyledObject.html
share/gtk-doc/html/goffice/GODataScalar.html share/gtk-doc/html/goffice-${API_VERSION}/GOUndoUnary.html
share/gtk-doc/html/goffice/GODataVector.html share/gtk-doc/html/goffice-${API_VERSION}/GoView.html
share/gtk-doc/html/goffice/GODoc.html share/gtk-doc/html/goffice-${API_VERSION}/GocArc.html
share/gtk-doc/html/goffice/GODocControl.html share/gtk-doc/html/goffice-${API_VERSION}/GocCanvas.html
share/gtk-doc/html/goffice/GOFileOpener.html share/gtk-doc/html/goffice-${API_VERSION}/GocCircle.html
share/gtk-doc/html/goffice/GOFileSaver.html share/gtk-doc/html/goffice-${API_VERSION}/GocEllipse.html
share/gtk-doc/html/goffice/GOFontSel.html share/gtk-doc/html/goffice-${API_VERSION}/GocGraph.html
share/gtk-doc/html/goffice/GOFormatSel.html share/gtk-doc/html/goffice-${API_VERSION}/GocGroup.html
share/gtk-doc/html/goffice/GOGraphWidget.html share/gtk-doc/html/goffice-${API_VERSION}/GocItem.html
share/gtk-doc/html/goffice/GOIOContext.html share/gtk-doc/html/goffice-${API_VERSION}/GocLine.html
share/gtk-doc/html/goffice/GOLocaleSel.html share/gtk-doc/html/goffice-${API_VERSION}/GocPixbuf.html
share/gtk-doc/html/goffice/GOMarker.html share/gtk-doc/html/goffice-${API_VERSION}/GocPolygon.html
share/gtk-doc/html/goffice/GOOptionMenu.html share/gtk-doc/html/goffice-${API_VERSION}/GocPolyline.html
share/gtk-doc/html/goffice/GOPersist.html share/gtk-doc/html/goffice-${API_VERSION}/GocRectangle.html
share/gtk-doc/html/goffice/GOPluginLoader.html share/gtk-doc/html/goffice-${API_VERSION}/GocStyledItem.html
share/gtk-doc/html/goffice/GOPluginLoaderModule.html share/gtk-doc/html/goffice-${API_VERSION}/GocText.html
share/gtk-doc/html/goffice/GOPluginService.html share/gtk-doc/html/goffice-${API_VERSION}/GocWidget.html
share/gtk-doc/html/goffice/GORotationSel.html share/gtk-doc/html/goffice-${API_VERSION}/Gog3DBox.html
share/gtk-doc/html/goffice/GOSearchReplace.html share/gtk-doc/html/goffice-${API_VERSION}/GogAxis.html
share/gtk-doc/html/goffice/GOSelector.html share/gtk-doc/html/goffice-${API_VERSION}/GogAxisColorMap.html
share/gtk-doc/html/goffice/GOStyle.html share/gtk-doc/html/goffice-${API_VERSION}/GogAxisLine.html
share/gtk-doc/html/goffice/GOStyledObject.html share/gtk-doc/html/goffice-${API_VERSION}/GogChart.html
share/gtk-doc/html/goffice/GocArc.html share/gtk-doc/html/goffice-${API_VERSION}/GogDataEditor.html
share/gtk-doc/html/goffice/GocCanvas.html share/gtk-doc/html/goffice-${API_VERSION}/GogDataset.html
share/gtk-doc/html/goffice/GocCircle.html share/gtk-doc/html/goffice-${API_VERSION}/GogErrorBar.html
share/gtk-doc/html/goffice/GocEllipse.html share/gtk-doc/html/goffice-${API_VERSION}/GogGraph.html
share/gtk-doc/html/goffice/GocGraph.html share/gtk-doc/html/goffice-${API_VERSION}/GogGrid.html
share/gtk-doc/html/goffice/GocGroup.html share/gtk-doc/html/goffice-${API_VERSION}/GogGridLine.html
share/gtk-doc/html/goffice/GocItem.html share/gtk-doc/html/goffice-${API_VERSION}/GogLabel.html
share/gtk-doc/html/goffice/GocLine.html share/gtk-doc/html/goffice-${API_VERSION}/GogLegend.html
share/gtk-doc/html/goffice/GocPixbuf.html share/gtk-doc/html/goffice-${API_VERSION}/GogObject.html
share/gtk-doc/html/goffice/GocPolygon.html share/gtk-doc/html/goffice-${API_VERSION}/GogOutlinedView.html
share/gtk-doc/html/goffice/GocPolyline.html share/gtk-doc/html/goffice-${API_VERSION}/GogPlot.html
share/gtk-doc/html/goffice/GocRectangle.html share/gtk-doc/html/goffice-${API_VERSION}/GogRegCurve.html
share/gtk-doc/html/goffice/GocStyledItem.html share/gtk-doc/html/goffice-${API_VERSION}/GogRegEqn.html
share/gtk-doc/html/goffice/GocText.html share/gtk-doc/html/goffice-${API_VERSION}/GogRenderer.html
share/gtk-doc/html/goffice/GocWidget.html share/gtk-doc/html/goffice-${API_VERSION}/GogSeries.html
share/gtk-doc/html/goffice/Gog3DBox.html share/gtk-doc/html/goffice-${API_VERSION}/GogSeriesLabels.html
share/gtk-doc/html/goffice/GogAxis.html share/gtk-doc/html/goffice-${API_VERSION}/GogSeriesLines.html
share/gtk-doc/html/goffice/GogAxisLine.html share/gtk-doc/html/goffice-${API_VERSION}/GogSmoothedCurve.html
share/gtk-doc/html/goffice/GogChart.html share/gtk-doc/html/goffice-${API_VERSION}/GogStyledObject.html
share/gtk-doc/html/goffice/GogDataAllocator.html share/gtk-doc/html/goffice-${API_VERSION}/GogText.html
share/gtk-doc/html/goffice/GogDataset.html share/gtk-doc/html/goffice-${API_VERSION}/GogTrendLine.html
share/gtk-doc/html/goffice/GogErrorBar.html share/gtk-doc/html/goffice-${API_VERSION}/GogView.html
share/gtk-doc/html/goffice/GogGraph.html share/gtk-doc/html/goffice-${API_VERSION}/annotation-glossary.html
share/gtk-doc/html/goffice/GogGrid.html share/gtk-doc/html/goffice-${API_VERSION}/ch01.html
share/gtk-doc/html/goffice/GogGridLine.html share/gtk-doc/html/goffice-${API_VERSION}/ch02.html
share/gtk-doc/html/goffice/GogLabel.html share/gtk-doc/html/goffice-${API_VERSION}/ch03.html
share/gtk-doc/html/goffice/GogLegend.html share/gtk-doc/html/goffice-${API_VERSION}/ch04.html
share/gtk-doc/html/goffice/GogObject.html share/gtk-doc/html/goffice-${API_VERSION}/ch05.html
share/gtk-doc/html/goffice/GogOutlinedObject.html share/gtk-doc/html/goffice-${API_VERSION}/ch06.html
share/gtk-doc/html/goffice/GogPlot.html share/gtk-doc/html/goffice-${API_VERSION}/ch07.html
share/gtk-doc/html/goffice/GogRegCurve.html share/gtk-doc/html/goffice-${API_VERSION}/ch08.html
share/gtk-doc/html/goffice/GogRegEqn.html share/gtk-doc/html/goffice-${API_VERSION}/ch09.html
share/gtk-doc/html/goffice/GogRenderer.html share/gtk-doc/html/goffice-${API_VERSION}/ch10.html
share/gtk-doc/html/goffice/GogSeries.html share/gtk-doc/html/goffice-${API_VERSION}/ch11.html
share/gtk-doc/html/goffice/GogSeriesLines.html share/gtk-doc/html/goffice-${API_VERSION}/ch12.html
share/gtk-doc/html/goffice/GogSmoothedCurve.html share/gtk-doc/html/goffice-${API_VERSION}/ch13.html
share/gtk-doc/html/goffice/GogStyledObject.html share/gtk-doc/html/goffice-${API_VERSION}/ch14.html
share/gtk-doc/html/goffice/GogText.html share/gtk-doc/html/goffice-${API_VERSION}/ch15.html
share/gtk-doc/html/goffice/GogTheme.html share/gtk-doc/html/goffice-${API_VERSION}/ch16.html
share/gtk-doc/html/goffice/GogTrendLine.html share/gtk-doc/html/goffice-${API_VERSION}/ch17.html
share/gtk-doc/html/goffice/GogView.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Cairo-utilities.html
share/gtk-doc/html/goffice/ch01.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Components-factory.html
share/gtk-doc/html/goffice/ch02.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Cubic-splines.html
share/gtk-doc/html/goffice/ch03.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Encapsulated-Postscript-support.html
share/gtk-doc/html/goffice/ch04.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Families-and-types.html
share/gtk-doc/html/goffice/ch05.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Fast-Fourier-transform.html
share/gtk-doc/html/goffice/ch06.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-File-utilities.html
share/gtk-doc/html/goffice/ch07.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Files.html
share/gtk-doc/html/goffice/ch08.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GLib-extras.html
share/gtk-doc/html/goffice/ch09.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GOAccumulator.html
share/gtk-doc/html/goffice/ch10.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GOArrow.html
share/gtk-doc/html/goffice/ch11.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GOBezierSpline.html
share/gtk-doc/html/goffice/ch12.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GOColor.html
share/gtk-doc/html/goffice/ch13.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GOComplex.html
share/gtk-doc/html/goffice/ch14.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GODataCVector.html
share/gtk-doc/html/goffice/ch15.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GODateConventions.html
share/gtk-doc/html/goffice/ch16.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GOEditor.html
share/gtk-doc/html/goffice/ch17.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GOErrorInfo.html
share/gtk-doc/html/goffice/goffice-0.8-GOArrow.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GOFileOpeners.html
share/gtk-doc/html/goffice/goffice-0.8-GOBezierSpline.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GOFont.html
share/gtk-doc/html/goffice/goffice-0.8-GOCSpline.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GOFormat.html
share/gtk-doc/html/goffice/goffice-0.8-GOCairo.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GOPath.html
share/gtk-doc/html/goffice/goffice-0.8-GOColor.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GOPattern.html
share/gtk-doc/html/goffice/goffice-0.8-GOComplex.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GOQuad.html
share/gtk-doc/html/goffice/goffice-0.8-GOComponentFactory.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GORange.html
share/gtk-doc/html/goffice/goffice-0.8-GOEditor.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GORegexp.html
share/gtk-doc/html/goffice/goffice-0.8-GOFft.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GORegression.html
share/gtk-doc/html/goffice/goffice-0.8-GOFile.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GOString.html
share/gtk-doc/html/goffice/goffice-0.8-GOFont.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Geometry-helpers.html
share/gtk-doc/html/goffice/goffice-0.8-GOFormat.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Gettings-Started-with-GOffice.html
share/gtk-doc/html/goffice/goffice-0.8-GOGeometry.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GogAxisMap.html
share/gtk-doc/html/goffice/goffice-0.8-GOGlibExtras.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GogChartMap.html
share/gtk-doc/html/goffice/goffice-0.8-GOGradient.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-GogTool.html
share/gtk-doc/html/goffice/goffice-0.8-GOLibxmlExtras.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Gradient.html
share/gtk-doc/html/goffice/goffice-0.8-GOLine.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Graph-editor-dialog.html
share/gtk-doc/html/goffice/goffice-0.8-GOMath.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-LibXML-extras.html
share/gtk-doc/html/goffice/goffice-0.8-GOPalette.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Line.html
share/gtk-doc/html/goffice/goffice-0.8-GOPath.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Mathematics.html
share/gtk-doc/html/goffice/goffice-0.8-GOPattern.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Miscellaneous.html
share/gtk-doc/html/goffice/goffice-0.8-GORange.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Scalable-Vector-Graphics-support.html
share/gtk-doc/html/goffice/goffice-0.8-GOReg.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Simple-data.html
share/gtk-doc/html/goffice/goffice-0.8-GORegression.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Structures.html
share/gtk-doc/html/goffice/goffice-0.8-GOUndo.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Theming.html
share/gtk-doc/html/goffice/goffice-0.8-GOUrl.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-URL-utilities.html
share/gtk-doc/html/goffice/goffice-0.8-GOffice.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Units.html
share/gtk-doc/html/goffice/goffice-0.8-GogAxisMap.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Utils.html
share/gtk-doc/html/goffice/goffice-0.8-GogChartMap.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}-Windows-Metafiles-support.html
share/gtk-doc/html/goffice/goffice-0.8-GogGuru.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}.devhelp
share/gtk-doc/html/goffice/goffice-0.8-GogPlotEngine.html share/gtk-doc/html/goffice-${API_VERSION}/goffice-${API_VERSION}.devhelp2
share/gtk-doc/html/goffice/goffice-0.8-GogTool.html share/gtk-doc/html/goffice-${API_VERSION}/gsf-index.html
share/gtk-doc/html/goffice/goffice-0.8-Other-utilities.html share/gtk-doc/html/goffice-${API_VERSION}/home.png
share/gtk-doc/html/goffice/goffice-0.8-Other.html share/gtk-doc/html/goffice-${API_VERSION}/index.html
share/gtk-doc/html/goffice/goffice-0.8-Simple-structures.html share/gtk-doc/html/goffice-${API_VERSION}/index.sgml
share/gtk-doc/html/goffice/goffice-0.8-Units.html share/gtk-doc/html/goffice-${API_VERSION}/left.png
share/gtk-doc/html/goffice/goffice-0.8-go-color-group.html share/gtk-doc/html/goffice-${API_VERSION}/pt01.html
share/gtk-doc/html/goffice/goffice-0.8-go-data-simple.html share/gtk-doc/html/goffice-${API_VERSION}/pt02.html
share/gtk-doc/html/goffice/goffice-0.8-go-distribution.html share/gtk-doc/html/goffice-${API_VERSION}/pt03.html
share/gtk-doc/html/goffice/goffice-0.8-go-image.html share/gtk-doc/html/goffice-${API_VERSION}/pt04.html
share/gtk-doc/html/goffice/goffice-0.8-go-plugin.html share/gtk-doc/html/goffice-${API_VERSION}/right.png
share/gtk-doc/html/goffice/goffice-0.8-go-string.html share/gtk-doc/html/goffice-${API_VERSION}/style.css
share/gtk-doc/html/goffice/goffice-0.8.devhelp share/gtk-doc/html/goffice-${API_VERSION}/up.png
share/gtk-doc/html/goffice/goffice-0.8.devhelp2
share/gtk-doc/html/goffice/home.png
share/gtk-doc/html/goffice/index.html
share/gtk-doc/html/goffice/index.sgml
share/gtk-doc/html/goffice/left.png
share/gtk-doc/html/goffice/pt01.html
share/gtk-doc/html/goffice/pt02.html
share/gtk-doc/html/goffice/pt03.html
share/gtk-doc/html/goffice/pt04.html
share/gtk-doc/html/goffice/right.png
share/gtk-doc/html/goffice/style.css
share/gtk-doc/html/goffice/up.png
share/locale/am/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/am/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/ar/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/ar/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/ast/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/ast/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
@ -440,8 +384,10 @@ share/locale/de/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/el/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/el/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/en_CA/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/en_CA/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/en_GB/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/en_GB/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/eo/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/es/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/es/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/et/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/et/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/eu/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/fi/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/fi/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/fr/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/fr/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/ga/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/ga/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
@ -449,6 +395,7 @@ share/locale/gl/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/he/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/he/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/hr/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/hr/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/hu/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/hu/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/id/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/it/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/it/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/ja/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/ja/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/ko/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/ko/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
@ -471,132 +418,10 @@ share/locale/sl/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/sr/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/sr/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/sr@latin/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/sr@latin/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/sv/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/sv/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/ta/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/tr/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/tr/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/uk/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/uk/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/vi/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/vi/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/zh_CN/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/zh_CN/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/zh_HK/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/zh_HK/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/locale/zh_TW/LC_MESSAGES/goffice-${GNOME_VERSION}.mo share/locale/zh_TW/LC_MESSAGES/goffice-${GNOME_VERSION}.mo
share/pixmaps/
share/pixmaps/goffice/
share/pixmaps/goffice/${GNOME_VERSION}/
share/pixmaps/goffice/${GNOME_VERSION}/area.xpm
share/pixmaps/goffice/${GNOME_VERSION}/bar-hboth.png
share/pixmaps/goffice/${GNOME_VERSION}/bar-hminus.png
share/pixmaps/goffice/${GNOME_VERSION}/bar-hplus.png
share/pixmaps/goffice/${GNOME_VERSION}/bar-none.png
share/pixmaps/goffice/${GNOME_VERSION}/bar-vboth.png
share/pixmaps/goffice/${GNOME_VERSION}/bar-vminus.png
share/pixmaps/goffice/${GNOME_VERSION}/bar-vplus.png
share/pixmaps/goffice/${GNOME_VERSION}/bar.xpm
share/pixmaps/goffice/${GNOME_VERSION}/bubble.xpm
share/pixmaps/goffice/${GNOME_VERSION}/chart_area_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_area_1_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_area_1_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_bar_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_bar_1_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_bar_1_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_bar_2_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_bar_2_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_bar_2_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_boxplot_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_boxplot_1_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_boxplot_2_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_boxplot_2_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_bubble_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_color_polar_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_colored_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_column_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_column_1_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_column_1_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_column_2_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_column_2_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_column_2_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_column_3_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_cone_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_cone_1_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_cone_1_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_cone_2_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_cone_2_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_cone_2_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_cone_3_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_contour_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_contour_2_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_cylinder_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_cylinder_1_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_cylinder_1_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_cylinder_2_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_cylinder_2_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_cylinder_2_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_cylinder_3_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_dropbar_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_dropbar_1_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_dropbar_1_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_dropbar_1_4.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_histogram_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_histogram_1_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_histogram_1_4.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_histogram_2_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_line_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_line_1_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_line_1_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_line_2_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_line_2_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_line_2_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_line_3_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_minmax_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_minmax_1_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_minmax_2_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_minmax_2_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_pie_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_pie_1_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_pie_1_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_pie_2_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_pie_2_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_pie_2_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_pie_3_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_pie_3_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_polar_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_prob_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_pyramid_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_pyramid_1_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_pyramid_1_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_pyramid_2_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_pyramid_2_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_pyramid_2_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_pyramid_3_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_radar_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_radar_1_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_radar_1_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_ring_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_ring_1_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_scatter_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_scatter_2_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_scatter_2_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_scatter_3_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_scatter_3_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_scatter_3_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_scatter_4_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_scatter_4_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_scatter_4_3.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_scatter_4_4.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_stock_1_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_stock_1_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_stock_2_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_stock_2_2.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_surface_2_1.png
share/pixmaps/goffice/${GNOME_VERSION}/chart_surface_2_2.png
share/pixmaps/goffice/${GNOME_VERSION}/color.xpm
share/pixmaps/goffice/${GNOME_VERSION}/column.xpm
share/pixmaps/goffice/${GNOME_VERSION}/contour.xpm
share/pixmaps/goffice/${GNOME_VERSION}/dist.xpm
share/pixmaps/goffice/${GNOME_VERSION}/doughnut.xpm
share/pixmaps/goffice/${GNOME_VERSION}/dropbar.xpm
share/pixmaps/goffice/${GNOME_VERSION}/linegraph.xpm
share/pixmaps/goffice/${GNOME_VERSION}/minmax.xpm
share/pixmaps/goffice/${GNOME_VERSION}/pie.xpm
share/pixmaps/goffice/${GNOME_VERSION}/polar.png
share/pixmaps/goffice/${GNOME_VERSION}/radar.xpm
share/pixmaps/goffice/${GNOME_VERSION}/scatter.xpm
share/pixmaps/goffice/${GNOME_VERSION}/stock.xpm
share/pixmaps/goffice/${GNOME_VERSION}/surface.xpm