From 90dc6ea0b8807b891d572c2694c134d345f3b797 Mon Sep 17 00:00:00 2001 From: kwm Date: Mon, 22 Apr 2013 12:56:25 +0000 Subject: Add goffice 0.10 and 0.8. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18385 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/goffice/Makefile | 28 +- devel/goffice/distinfo | 4 +- devel/goffice/files/patch-configure | 11 - .../goffice/files/patch-goffice_math_go-cspline.c | 65 +++ devel/goffice/pkg-plist | 526 ++++++------------ devel/goffice08/Makefile | 45 ++ devel/goffice08/distinfo | 2 + devel/goffice08/files/patch-configure | 11 + devel/goffice08/pkg-descr | 11 + devel/goffice08/pkg-plist | 614 +++++++++++++++++++++ 10 files changed, 941 insertions(+), 376 deletions(-) delete mode 100644 devel/goffice/files/patch-configure create mode 100644 devel/goffice/files/patch-goffice_math_go-cspline.c create mode 100644 devel/goffice08/Makefile create mode 100644 devel/goffice08/distinfo create mode 100644 devel/goffice08/files/patch-configure create mode 100644 devel/goffice08/pkg-descr create mode 100644 devel/goffice08/pkg-plist diff --git a/devel/goffice/Makefile b/devel/goffice/Makefile index 250f5f815..aed6e2d18 100644 --- a/devel/goffice/Makefile +++ b/devel/goffice/Makefile @@ -1,13 +1,9 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom$ -# -# !!! When updating goffice, don't forget to update pkg-plist in: -# math/gnumeric science/gchemutils PORTNAME= goffice -PORTVERSION= 0.8.17 -PORTREVISION= 2 +PORTVERSION= 0.10.1 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -19,26 +15,24 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_XZ= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 libgsf ltverhack +USES= pathfix +USE_GNOME= gnomeprefix intlhack gtk30 libgsf ltverhack USE_GETTEXT= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PLIST_SUB= VERSION=${PORTVERSION} \ - SHORT_VER=0.8 +CONFIGURE_ARGS= --with-lasem=no --with-config-backend=gsettings +PLIST_SUB= VERSION=${PORTVERSION} SHORT_VER=${SHORT_VER} +SHORT_VER=0.10 MAKE_JOBS_SAFE= yes -OPTIONS_DEFINE= GCONF -OPTIONS_DEAFULT=GCONF +post-patch: + @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g'\ + ${WRKSRC}/configure -.include - -.if ${PORT_OPTIONS:MGCONF} -USE_GNOME+= gconf2 -.else -CONFIGURE_ARGS+=--with-config-backend=keyfile -.endif +post-install: + @${MKDIR} ${PREFIX}/lib/goffice/${SHORT_VER}/plugins .include diff --git a/devel/goffice/distinfo b/devel/goffice/distinfo index 2925f625f..2285dc32e 100644 --- a/devel/goffice/distinfo +++ b/devel/goffice/distinfo @@ -1,2 +1,2 @@ -SHA256 (goffice-0.8.17.tar.xz) = 165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15 -SIZE (goffice-0.8.17.tar.xz) = 1814488 +SHA256 (goffice-0.10.1.tar.xz) = 5c38f4e81e874cc8e89481b080f77c47c72bfd6fe2526f4fc2ef87c17f96cad0 +SIZE (goffice-0.10.1.tar.xz) = 2120484 diff --git a/devel/goffice/files/patch-configure b/devel/goffice/files/patch-configure deleted file mode 100644 index 353df3a8c..000000000 --- a/devel/goffice/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2012-06-04 20:59:55.000000000 +0200 -+++ configure 2012-06-04 21:00:30.000000000 +0200 -@@ -15161,7 +15161,7 @@ - $as_echo_n "checking for G_REGEX_ERROR_STRAY_BACKSLASH... " >&6; } - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ --#include -+#include - int - main () - { diff --git a/devel/goffice/files/patch-goffice_math_go-cspline.c b/devel/goffice/files/patch-goffice_math_go-cspline.c new file mode 100644 index 000000000..68e5e7c77 --- /dev/null +++ b/devel/goffice/files/patch-goffice_math_go-cspline.c @@ -0,0 +1,65 @@ +From 7a4c59faf5f7cb7a1419dc5b26d154f1a8007423 Mon Sep 17 00:00:00 2001 +From: Morten Welinder +Date: Sun, 10 Mar 2013 20:56:37 +0000 +Subject: Compilation: work around gtk-doc for --without-long-double builds. + +--- +(limited to 'goffice/math/go-cspline.c') + +diff --git a/goffice/math/go-cspline.c b/goffice/math/go-cspline.c +index d321847..307f6f7 100644 +--- goffice/math/go-cspline.c ++++ goffice/math/go-cspline.c +@@ -50,6 +50,12 @@ + #define DOUBLE long double + #define SUFFIX(_n) _n ## l + #define LONG_DOUBLE ++ ++#else ++/* It appears that gtk-doc is too dumb to handle this file. Provide ++ a dummy type getter to make things work. */ ++GType go_csplinel_get_type (void); ++GType go_csplinel_get_type (void) { return G_TYPE_NONE; } + #endif + + #endif +-- +cgit v0.9.1 +From 01f93869b7e2e9b38bd62c94d9d71103dffa4f08 Mon Sep 17 00:00:00 2001 +From: Morten Welinder +Date: Sun, 10 Mar 2013 20:18:01 +0000 +Subject: Math: fix problems with cspline boxed type. + +--- +(limited to 'goffice/math/go-cspline.c') + +diff --git a/goffice/math/go-cspline.c b/goffice/math/go-cspline.c +index a3d0991..d321847 100644 +--- goffice/math/go-cspline.c ++++ goffice/math/go-cspline.c +@@ -229,9 +229,9 @@ SUFFIX(go_cspline_ref) (GOCSpline *sp) + + GType + #ifdef LONG_DOUBLE +-go_cspline_get_type (void) +-#else + go_csplinel_get_type (void) ++#else ++go_cspline_get_type (void) + #endif + { + static GType t = 0; +@@ -239,9 +239,9 @@ go_csplinel_get_type (void) + if (t == 0) { + t = g_boxed_type_register_static ( + #ifdef LONG_DOUBLE +- "GOCSpline", +-#else + "GOCSplinel", ++#else ++ "GOCSpline", + #endif + (GBoxedCopyFunc)SUFFIX(go_cspline_ref), + (GBoxedFreeFunc)SUFFIX(go_cspline_destroy)); +-- +cgit v0.9.1 diff --git a/devel/goffice/pkg-plist b/devel/goffice/pkg-plist index 8a46a3e39..3bd7bf492 100644 --- a/devel/goffice/pkg-plist +++ b/devel/goffice/pkg-plist @@ -12,6 +12,7 @@ include/libgoffice-%%SHORT_VER%%/goffice/app/go-plugin-loader.h include/libgoffice-%%SHORT_VER%%/goffice/app/go-plugin-service-impl.h include/libgoffice-%%SHORT_VER%%/goffice/app/go-plugin-service.h include/libgoffice-%%SHORT_VER%%/goffice/app/go-plugin.h +include/libgoffice-%%SHORT_VER%%/goffice/app/go-view.h include/libgoffice-%%SHORT_VER%%/goffice/app/goffice-app.h include/libgoffice-%%SHORT_VER%%/goffice/app/io-context-priv.h include/libgoffice-%%SHORT_VER%%/goffice/app/io-context.h @@ -19,9 +20,11 @@ include/libgoffice-%%SHORT_VER%%/goffice/app/module-plugin-defs.h include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-arc.h include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-canvas.h include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-circle.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-component.h include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-ellipse.h include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-graph.h include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-group.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-image.h include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-item.h include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-line.h include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-path.h @@ -36,29 +39,18 @@ include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-utils.h include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-widget.h include/libgoffice-%%SHORT_VER%%/goffice/canvas/goffice-canvas.h include/libgoffice-%%SHORT_VER%%/goffice/component/go-component-factory.h +include/libgoffice-%%SHORT_VER%%/goffice/component/go-component-mime-dialog.h include/libgoffice-%%SHORT_VER%%/goffice/component/go-component.h include/libgoffice-%%SHORT_VER%%/goffice/component/goffice-component.h include/libgoffice-%%SHORT_VER%%/goffice/data/go-data-impl.h include/libgoffice-%%SHORT_VER%%/goffice/data/go-data-simple.h include/libgoffice-%%SHORT_VER%%/goffice/data/go-data.h include/libgoffice-%%SHORT_VER%%/goffice/data/goffice-data.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-anchor.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-default-attributes.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-drawing-group.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-drawing-renderer-gdk.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-drawing-view.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-drawing.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-image-store.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-image.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-paragraph-attributes.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-property-table.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-shape.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-text-model.h include/libgoffice-%%SHORT_VER%%/goffice/goffice-features.h include/libgoffice-%%SHORT_VER%%/goffice/goffice.h include/libgoffice-%%SHORT_VER%%/goffice/graph/goffice-graph.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-3d-box.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-axis-line-impl.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-axis-color-map.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-axis-line.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-axis.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-chart-impl.h @@ -66,8 +58,10 @@ include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-chart-map-3d.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-chart-map.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-chart.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-child-button.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-color-scale.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-data-allocator.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-data-set.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-equation.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-error-bar.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-graph-impl.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-graph.h @@ -85,6 +79,7 @@ include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-plot.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-reg-curve.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-renderer.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-series-impl.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-series-labels.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-series-lines.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-series.h include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-smoothed-curve.h @@ -105,7 +100,6 @@ include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-color-selector.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-combo-box.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-combo-color.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-combo-pixmaps.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-combo-text.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-font-sel.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-format-sel.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-gradient-selector.h @@ -117,11 +111,11 @@ include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-marker-selector.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-optionmenu.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-palette.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-pattern-selector.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-pixbuf.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-rotation-sel.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-selector.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/goffice-gtk.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-R.h +include/libgoffice-%%SHORT_VER%%/goffice/math/go-accumulator.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-complex.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-cspline.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-distribution.h @@ -132,18 +126,16 @@ include/libgoffice-%%SHORT_VER%%/goffice/math/go-quad.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-rangefunc.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-regression.h include/libgoffice-%%SHORT_VER%%/goffice/math/goffice-math.h -include/libgoffice-%%SHORT_VER%%/goffice/ms-compat/go-ms-parser.h -include/libgoffice-%%SHORT_VER%%/goffice/ms-compat/god-drawing-ms-client-handler.h -include/libgoffice-%%SHORT_VER%%/goffice/ms-compat/god-drawing-ms.h -include/libgoffice-%%SHORT_VER%%/goffice/ms-compat/god-image-ms.h include/libgoffice-%%SHORT_VER%%/goffice/utils/datetime.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-bezier.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-cairo.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-color.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-editor.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-emf.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-file.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-font.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-format.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-gdk-pixbuf.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-geometry.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-glib-extras.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-gradient.h @@ -156,9 +148,13 @@ include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pango-extras.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-path.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pattern.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-persist.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pixbuf.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-rsm.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-spectre.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-string.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-style.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-styled-object.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-svg.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-undo.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-units.h include/libgoffice-%%SHORT_VER%%/goffice/utils/goffice-utils.h @@ -166,46 +162,28 @@ include/libgoffice-%%SHORT_VER%%/goffice/utils/regutf8.h lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.a lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.la lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.so -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-area-prefs.ui -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-barcol-prefs.ui -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-minmax-prefs.ui lib/goffice/%%VERSION%%/plugins/plot_barcol/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_barcol/plugin.xml lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.a lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.la lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.so -lib/goffice/%%VERSION%%/plugins/plot_distrib/gog-boxplot-prefs.ui -lib/goffice/%%VERSION%%/plugins/plot_distrib/gog-double-histogram-prefs.ui -lib/goffice/%%VERSION%%/plugins/plot_distrib/gog-histogram-prefs.ui lib/goffice/%%VERSION%%/plugins/plot_distrib/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_distrib/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-prefs.ui -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-series.ui -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-ring-prefs.ui lib/goffice/%%VERSION%%/plugins/plot_pie/pie.a lib/goffice/%%VERSION%%/plugins/plot_pie/pie.la lib/goffice/%%VERSION%%/plugins/plot_pie/pie.so lib/goffice/%%VERSION%%/plugins/plot_pie/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_pie/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/gog-color-polar-prefs.ui -lib/goffice/%%VERSION%%/plugins/plot_radar/gog-polar-prefs.ui lib/goffice/%%VERSION%%/plugins/plot_radar/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_radar/plugin.xml lib/goffice/%%VERSION%%/plugins/plot_radar/radar.a lib/goffice/%%VERSION%%/plugins/plot_radar/radar.la lib/goffice/%%VERSION%%/plugins/plot_radar/radar.so -lib/goffice/%%VERSION%%/plugins/plot_surface/gog-xyz-prefs.ui -lib/goffice/%%VERSION%%/plugins/plot_surface/gog-xyz-surface-prefs.ui lib/goffice/%%VERSION%%/plugins/plot_surface/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_surface/plugin.xml lib/goffice/%%VERSION%%/plugins/plot_surface/surface.a lib/goffice/%%VERSION%%/plugins/plot_surface/surface.la lib/goffice/%%VERSION%%/plugins/plot_surface/surface.so -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-bubble-prefs.ui -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-color-prefs.ui -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-dropbar-prefs.ui -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-prefs.ui -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-series-prefs.ui lib/goffice/%%VERSION%%/plugins/plot_xy/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_xy/plugin.xml lib/goffice/%%VERSION%%/plugins/plot_xy/xy.a @@ -221,8 +199,6 @@ lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.la lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.so lib/goffice/%%VERSION%%/plugins/reg_logfit/plugin.xml lib/goffice/%%VERSION%%/plugins/reg_logfit/reg-types.xml -lib/goffice/%%VERSION%%/plugins/smoothing/gog-exp-smooth.ui -lib/goffice/%%VERSION%%/plugins/smoothing/gog-moving-avg.ui lib/goffice/%%VERSION%%/plugins/smoothing/plugin.xml lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.a lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.la @@ -231,173 +207,165 @@ lib/goffice/%%VERSION%%/plugins/smoothing/types.xml lib/libgoffice-%%SHORT_VER%%.a lib/libgoffice-%%SHORT_VER%%.la lib/libgoffice-%%SHORT_VER%%.so -lib/libgoffice-%%SHORT_VER%%.so.8 +lib/libgoffice-%%SHORT_VER%%.so.10 libdata/pkgconfig/libgoffice-%%SHORT_VER%%.pc -%%DOCSDIR%%-%%SHORT_VER%%/GOCalendarButton.html -%%DOCSDIR%%-%%SHORT_VER%%/GOCharmapSel.html -%%DOCSDIR%%-%%SHORT_VER%%/GOCmdContext.html -%%DOCSDIR%%-%%SHORT_VER%%/GOComboBox.html -%%DOCSDIR%%-%%SHORT_VER%%/GOComboColor.html -%%DOCSDIR%%-%%SHORT_VER%%/GOComboPixmaps.html -%%DOCSDIR%%-%%SHORT_VER%%/GOComboText.html -%%DOCSDIR%%-%%SHORT_VER%%/GOComponent.html -%%DOCSDIR%%-%%SHORT_VER%%/GOData.html -%%DOCSDIR%%-%%SHORT_VER%%/GODataMatrix.html -%%DOCSDIR%%-%%SHORT_VER%%/GODataScalar.html -%%DOCSDIR%%-%%SHORT_VER%%/GODataVector.html -%%DOCSDIR%%-%%SHORT_VER%%/GODoc.html -%%DOCSDIR%%-%%SHORT_VER%%/GODocControl.html -%%DOCSDIR%%-%%SHORT_VER%%/GOFileOpener.html -%%DOCSDIR%%-%%SHORT_VER%%/GOFileSaver.html -%%DOCSDIR%%-%%SHORT_VER%%/GOFontSel.html -%%DOCSDIR%%-%%SHORT_VER%%/GOFormatSel.html -%%DOCSDIR%%-%%SHORT_VER%%/GOGraphWidget.html -%%DOCSDIR%%-%%SHORT_VER%%/GOIOContext.html -%%DOCSDIR%%-%%SHORT_VER%%/GOLocaleSel.html -%%DOCSDIR%%-%%SHORT_VER%%/GOMarker.html -%%DOCSDIR%%-%%SHORT_VER%%/GOOptionMenu.html -%%DOCSDIR%%-%%SHORT_VER%%/GOPersist.html -%%DOCSDIR%%-%%SHORT_VER%%/GOPluginLoader.html -%%DOCSDIR%%-%%SHORT_VER%%/GOPluginLoaderModule.html -%%DOCSDIR%%-%%SHORT_VER%%/GOPluginService.html -%%DOCSDIR%%-%%SHORT_VER%%/GORotationSel.html -%%DOCSDIR%%-%%SHORT_VER%%/GOSearchReplace.html -%%DOCSDIR%%-%%SHORT_VER%%/GOSelector.html -%%DOCSDIR%%-%%SHORT_VER%%/GOStyle.html -%%DOCSDIR%%-%%SHORT_VER%%/GOStyledObject.html -%%DOCSDIR%%-%%SHORT_VER%%/GocArc.html -%%DOCSDIR%%-%%SHORT_VER%%/GocCanvas.html -%%DOCSDIR%%-%%SHORT_VER%%/GocCircle.html -%%DOCSDIR%%-%%SHORT_VER%%/GocEllipse.html -%%DOCSDIR%%-%%SHORT_VER%%/GocGraph.html -%%DOCSDIR%%-%%SHORT_VER%%/GocGroup.html -%%DOCSDIR%%-%%SHORT_VER%%/GocItem.html -%%DOCSDIR%%-%%SHORT_VER%%/GocLine.html -%%DOCSDIR%%-%%SHORT_VER%%/GocPixbuf.html -%%DOCSDIR%%-%%SHORT_VER%%/GocPolygon.html -%%DOCSDIR%%-%%SHORT_VER%%/GocPolyline.html -%%DOCSDIR%%-%%SHORT_VER%%/GocRectangle.html -%%DOCSDIR%%-%%SHORT_VER%%/GocStyledItem.html -%%DOCSDIR%%-%%SHORT_VER%%/GocText.html -%%DOCSDIR%%-%%SHORT_VER%%/GocWidget.html -%%DOCSDIR%%-%%SHORT_VER%%/Gog3DBox.html -%%DOCSDIR%%-%%SHORT_VER%%/GogAxis.html -%%DOCSDIR%%-%%SHORT_VER%%/GogAxisLine.html -%%DOCSDIR%%-%%SHORT_VER%%/GogChart.html -%%DOCSDIR%%-%%SHORT_VER%%/GogDataAllocator.html -%%DOCSDIR%%-%%SHORT_VER%%/GogDataset.html -%%DOCSDIR%%-%%SHORT_VER%%/GogErrorBar.html -%%DOCSDIR%%-%%SHORT_VER%%/GogGraph.html -%%DOCSDIR%%-%%SHORT_VER%%/GogGrid.html -%%DOCSDIR%%-%%SHORT_VER%%/GogGridLine.html -%%DOCSDIR%%-%%SHORT_VER%%/GogLabel.html -%%DOCSDIR%%-%%SHORT_VER%%/GogLegend.html -%%DOCSDIR%%-%%SHORT_VER%%/GogObject.html -%%DOCSDIR%%-%%SHORT_VER%%/GogOutlinedObject.html -%%DOCSDIR%%-%%SHORT_VER%%/GogPlot.html -%%DOCSDIR%%-%%SHORT_VER%%/GogRegCurve.html -%%DOCSDIR%%-%%SHORT_VER%%/GogRegEqn.html -%%DOCSDIR%%-%%SHORT_VER%%/GogRenderer.html -%%DOCSDIR%%-%%SHORT_VER%%/GogSeries.html -%%DOCSDIR%%-%%SHORT_VER%%/GogSeriesLines.html -%%DOCSDIR%%-%%SHORT_VER%%/GogSmoothedCurve.html -%%DOCSDIR%%-%%SHORT_VER%%/GogStyledObject.html -%%DOCSDIR%%-%%SHORT_VER%%/GogText.html -%%DOCSDIR%%-%%SHORT_VER%%/GogTheme.html -%%DOCSDIR%%-%%SHORT_VER%%/GogTrendLine.html -%%DOCSDIR%%-%%SHORT_VER%%/GogView.html -%%DOCSDIR%%-%%SHORT_VER%%/ch01.html -%%DOCSDIR%%-%%SHORT_VER%%/ch02.html -%%DOCSDIR%%-%%SHORT_VER%%/ch03.html -%%DOCSDIR%%-%%SHORT_VER%%/ch04.html -%%DOCSDIR%%-%%SHORT_VER%%/ch05.html -%%DOCSDIR%%-%%SHORT_VER%%/ch06.html -%%DOCSDIR%%-%%SHORT_VER%%/ch07.html -%%DOCSDIR%%-%%SHORT_VER%%/ch08.html -%%DOCSDIR%%-%%SHORT_VER%%/ch09.html -%%DOCSDIR%%-%%SHORT_VER%%/ch10.html -%%DOCSDIR%%-%%SHORT_VER%%/ch11.html -%%DOCSDIR%%-%%SHORT_VER%%/ch12.html -%%DOCSDIR%%-%%SHORT_VER%%/ch13.html -%%DOCSDIR%%-%%SHORT_VER%%/ch14.html -%%DOCSDIR%%-%%SHORT_VER%%/ch15.html -%%DOCSDIR%%-%%SHORT_VER%%/ch16.html -%%DOCSDIR%%-%%SHORT_VER%%/ch17.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOArrow.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOBezierSpline.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOCSpline.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOCairo.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOColor.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOComplex.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOComponentFactory.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOEditor.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOFft.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOFile.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOFont.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOFormat.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOGeometry.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOGlibExtras.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOGradient.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOLibxmlExtras.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOLine.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOMath.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOPalette.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOPath.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOPattern.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GORange.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOReg.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GORegression.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOUndo.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOUrl.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOffice.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GogAxisMap.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GogChartMap.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GogGuru.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GogPlotEngine.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GogTool.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-Other-utilities.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-Other.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-Simple-structures.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-Units.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-go-color-group.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-go-data-simple.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-go-distribution.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-go-image.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-go-plugin.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-go-string.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8.devhelp -%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8.devhelp2 -%%DOCSDIR%%-%%SHORT_VER%%/home.png -%%DOCSDIR%%-%%SHORT_VER%%/index.html -%%DOCSDIR%%-%%SHORT_VER%%/index.sgml -%%DOCSDIR%%-%%SHORT_VER%%/left.png -%%DOCSDIR%%-%%SHORT_VER%%/pt01.html -%%DOCSDIR%%-%%SHORT_VER%%/pt02.html -%%DOCSDIR%%-%%SHORT_VER%%/pt03.html -%%DOCSDIR%%-%%SHORT_VER%%/pt04.html -%%DOCSDIR%%-%%SHORT_VER%%/right.png -%%DOCSDIR%%-%%SHORT_VER%%/style.css -%%DOCSDIR%%-%%SHORT_VER%%/up.png -%%DATADIR%%/%%VERSION%%/patterns/svg-patterns.xml -%%DATADIR%%/%%VERSION%%/ui/go-3d-rotation-sel.ui -%%DATADIR%%/%%VERSION%%/ui/go-font-sel.ui -%%DATADIR%%/%%VERSION%%/ui/go-format-sel.ui -%%DATADIR%%/%%VERSION%%/ui/go-image-save-dialog-extra.ui -%%DATADIR%%/%%VERSION%%/ui/go-image-sel.ui -%%DATADIR%%/%%VERSION%%/ui/go-rotation-sel.ui -%%DATADIR%%/%%VERSION%%/ui/go-style-prefs.ui -%%DATADIR%%/%%VERSION%%/ui/gog-3d-box-prefs.ui -%%DATADIR%%/%%VERSION%%/ui/gog-axis-prefs.ui -%%DATADIR%%/%%VERSION%%/ui/gog-equation-prefs.ui -%%DATADIR%%/%%VERSION%%/ui/gog-error-bar-prefs.ui -%%DATADIR%%/%%VERSION%%/ui/gog-graph-prefs.ui -%%DATADIR%%/%%VERSION%%/ui/gog-guru-type-selector.ui -%%DATADIR%%/%%VERSION%%/ui/gog-guru.ui -%%DATADIR%%/%%VERSION%%/ui/gog-object-prefs.ui -%%DATADIR%%/%%VERSION%%/ui/gog-plot-prefs.ui -%%DATADIR%%/%%VERSION%%/ui/gog-reg-curve-prefs.ui -%%DATADIR%%/%%VERSION%%/ui/gog-reg-eqn-prefs.ui -%%DATADIR%%/%%VERSION%%/ui/gog-series-prefs.ui +share/doc/goffice-%%SHORT_VER%%/GOArrow.html +share/doc/goffice-%%SHORT_VER%%/GOBezierSpline.html +share/doc/goffice-%%SHORT_VER%%/GOCalendarButton.html +share/doc/goffice-%%SHORT_VER%%/GOCharmapSel.html +share/doc/goffice-%%SHORT_VER%%/GOCmdContext.html +share/doc/goffice-%%SHORT_VER%%/GOColorGroup.html +share/doc/goffice-%%SHORT_VER%%/GOComboBox.html +share/doc/goffice-%%SHORT_VER%%/GOComboColor.html +share/doc/goffice-%%SHORT_VER%%/GOComboPixmaps.html +share/doc/goffice-%%SHORT_VER%%/GOComponent.html +share/doc/goffice-%%SHORT_VER%%/GOData.html +share/doc/goffice-%%SHORT_VER%%/GODataMatrix.html +share/doc/goffice-%%SHORT_VER%%/GODataScalar.html +share/doc/goffice-%%SHORT_VER%%/GODateConventions.html +share/doc/goffice-%%SHORT_VER%%/GODistribution.html +share/doc/goffice-%%SHORT_VER%%/GODoc.html +share/doc/goffice-%%SHORT_VER%%/GODocControl.html +share/doc/goffice-%%SHORT_VER%%/GOEditor.html +share/doc/goffice-%%SHORT_VER%%/GOErrorInfo.html +share/doc/goffice-%%SHORT_VER%%/GOFileSaver.html +share/doc/goffice-%%SHORT_VER%%/GOFontSel.html +share/doc/goffice-%%SHORT_VER%%/GOFormat.html +share/doc/goffice-%%SHORT_VER%%/GOFormatSel.html +share/doc/goffice-%%SHORT_VER%%/GOGraphWidget.html +share/doc/goffice-%%SHORT_VER%%/GOIOContext.html +share/doc/goffice-%%SHORT_VER%%/GOImage.html +share/doc/goffice-%%SHORT_VER%%/GOLocaleSel.html +share/doc/goffice-%%SHORT_VER%%/GOMarker.html +share/doc/goffice-%%SHORT_VER%%/GOOptionMenu.html +share/doc/goffice-%%SHORT_VER%%/GOPalette.html +share/doc/goffice-%%SHORT_VER%%/GOPath.html +share/doc/goffice-%%SHORT_VER%%/GOPersist.html +share/doc/goffice-%%SHORT_VER%%/GOPixbuf.html +share/doc/goffice-%%SHORT_VER%%/GOPlugin.html +share/doc/goffice-%%SHORT_VER%%/GOPluginLoader.html +share/doc/goffice-%%SHORT_VER%%/GOPluginLoaderModule.html +share/doc/goffice-%%SHORT_VER%%/GOPluginService.html +share/doc/goffice-%%SHORT_VER%%/GORotationSel.html +share/doc/goffice-%%SHORT_VER%%/GOSearchReplace.html +share/doc/goffice-%%SHORT_VER%%/GOSelector.html +share/doc/goffice-%%SHORT_VER%%/GOString.html +share/doc/goffice-%%SHORT_VER%%/GOStyle.html +share/doc/goffice-%%SHORT_VER%%/GOStyledObject.html +share/doc/goffice-%%SHORT_VER%%/GOUndoUnary.html +share/doc/goffice-%%SHORT_VER%%/GoView.html +share/doc/goffice-%%SHORT_VER%%/GocArc.html +share/doc/goffice-%%SHORT_VER%%/GocCanvas.html +share/doc/goffice-%%SHORT_VER%%/GocCircle.html +share/doc/goffice-%%SHORT_VER%%/GocEllipse.html +share/doc/goffice-%%SHORT_VER%%/GocGraph.html +share/doc/goffice-%%SHORT_VER%%/GocGroup.html +share/doc/goffice-%%SHORT_VER%%/GocItem.html +share/doc/goffice-%%SHORT_VER%%/GocLine.html +share/doc/goffice-%%SHORT_VER%%/GocPixbuf.html +share/doc/goffice-%%SHORT_VER%%/GocPolygon.html +share/doc/goffice-%%SHORT_VER%%/GocPolyline.html +share/doc/goffice-%%SHORT_VER%%/GocRectangle.html +share/doc/goffice-%%SHORT_VER%%/GocStyledItem.html +share/doc/goffice-%%SHORT_VER%%/GocText.html +share/doc/goffice-%%SHORT_VER%%/GocWidget.html +share/doc/goffice-%%SHORT_VER%%/Gog3DBox.html +share/doc/goffice-%%SHORT_VER%%/GogAxis.html +share/doc/goffice-%%SHORT_VER%%/GogAxisColorMap.html +share/doc/goffice-%%SHORT_VER%%/GogAxisLine.html +share/doc/goffice-%%SHORT_VER%%/GogAxisMap.html +share/doc/goffice-%%SHORT_VER%%/GogChart.html +share/doc/goffice-%%SHORT_VER%%/GogChartMap.html +share/doc/goffice-%%SHORT_VER%%/GogDataEditor.html +share/doc/goffice-%%SHORT_VER%%/GogDataset.html +share/doc/goffice-%%SHORT_VER%%/GogErrorBar.html +share/doc/goffice-%%SHORT_VER%%/GogGraph.html +share/doc/goffice-%%SHORT_VER%%/GogGrid.html +share/doc/goffice-%%SHORT_VER%%/GogGridLine.html +share/doc/goffice-%%SHORT_VER%%/GogLabel.html +share/doc/goffice-%%SHORT_VER%%/GogLegend.html +share/doc/goffice-%%SHORT_VER%%/GogObject.html +share/doc/goffice-%%SHORT_VER%%/GogOutlinedView.html +share/doc/goffice-%%SHORT_VER%%/GogPlot.html +share/doc/goffice-%%SHORT_VER%%/GogRegCurve.html +share/doc/goffice-%%SHORT_VER%%/GogRegEqn.html +share/doc/goffice-%%SHORT_VER%%/GogRenderer.html +share/doc/goffice-%%SHORT_VER%%/GogSeries.html +share/doc/goffice-%%SHORT_VER%%/GogSeriesLabels.html +share/doc/goffice-%%SHORT_VER%%/GogSeriesLines.html +share/doc/goffice-%%SHORT_VER%%/GogSmoothedCurve.html +share/doc/goffice-%%SHORT_VER%%/GogStyledObject.html +share/doc/goffice-%%SHORT_VER%%/GogText.html +share/doc/goffice-%%SHORT_VER%%/GogTrendLine.html +share/doc/goffice-%%SHORT_VER%%/GogView.html +share/doc/goffice-%%SHORT_VER%%/annotation-glossary.html +share/doc/goffice-%%SHORT_VER%%/ch01.html +share/doc/goffice-%%SHORT_VER%%/ch02.html +share/doc/goffice-%%SHORT_VER%%/ch03.html +share/doc/goffice-%%SHORT_VER%%/ch04.html +share/doc/goffice-%%SHORT_VER%%/ch05.html +share/doc/goffice-%%SHORT_VER%%/ch06.html +share/doc/goffice-%%SHORT_VER%%/ch07.html +share/doc/goffice-%%SHORT_VER%%/ch08.html +share/doc/goffice-%%SHORT_VER%%/ch09.html +share/doc/goffice-%%SHORT_VER%%/ch10.html +share/doc/goffice-%%SHORT_VER%%/ch11.html +share/doc/goffice-%%SHORT_VER%%/ch12.html +share/doc/goffice-%%SHORT_VER%%/ch13.html +share/doc/goffice-%%SHORT_VER%%/ch14.html +share/doc/goffice-%%SHORT_VER%%/ch15.html +share/doc/goffice-%%SHORT_VER%%/ch16.html +share/doc/goffice-%%SHORT_VER%%/ch17.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Cairo-utilities.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Components-factory.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Cubic-splines.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Encapsulated-Postscript-support.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Families-and-types.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Fast-Fourier-transform.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-File-utilities.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Files.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GLib-extras.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOAccumulator.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOColor.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOComplex.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GODataCVector.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFileOpeners.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFont.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOPattern.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOQuad.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORange.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORegexp.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORegression.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Geometry-helpers.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Gettings-Started-with-GOffice.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GogTool.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Gradient.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Graph-editor-dialog.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-LibXML-extras.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Line.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Mathematics.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Miscellaneous.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Scalable-Vector-Graphics-support.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Simple-data.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Structures.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Theming.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-URL-utilities.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Units.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Utils.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Windows-Metafiles-support.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%.devhelp2 +share/doc/goffice-%%SHORT_VER%%/gsf-index.html +share/doc/goffice-%%SHORT_VER%%/home.png +share/doc/goffice-%%SHORT_VER%%/index.html +share/doc/goffice-%%SHORT_VER%%/index.sgml +share/doc/goffice-%%SHORT_VER%%/left.png +share/doc/goffice-%%SHORT_VER%%/pt01.html +share/doc/goffice-%%SHORT_VER%%/pt02.html +share/doc/goffice-%%SHORT_VER%%/pt03.html +share/doc/goffice-%%SHORT_VER%%/pt04.html +share/doc/goffice-%%SHORT_VER%%/right.png +share/doc/goffice-%%SHORT_VER%%/style.css +share/doc/goffice-%%SHORT_VER%%/up.png share/locale/am/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/ar/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/ast/LC_MESSAGES/goffice-%%VERSION%%.mo @@ -411,6 +379,7 @@ share/locale/de/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/el/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/en_CA/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/en_GB/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/eo/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/es/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/et/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/eu/LC_MESSAGES/goffice-%%VERSION%%.mo @@ -421,6 +390,7 @@ share/locale/gl/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/he/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/hr/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/hu/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/id/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/it/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/ja/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/ko/LC_MESSAGES/goffice-%%VERSION%%.mo @@ -443,139 +413,15 @@ share/locale/sl/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/sr/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/sr@latin/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/sv/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/ta/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/tr/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/uk/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/vi/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/zh_CN/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/zh_HK/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/zh_TW/LC_MESSAGES/goffice-%%VERSION%%.mo -share/pixmaps/goffice/%%VERSION%%/area.xpm -share/pixmaps/goffice/%%VERSION%%/bar-hboth.png -share/pixmaps/goffice/%%VERSION%%/bar-hminus.png -share/pixmaps/goffice/%%VERSION%%/bar-hplus.png -share/pixmaps/goffice/%%VERSION%%/bar-none.png -share/pixmaps/goffice/%%VERSION%%/bar-vboth.png -share/pixmaps/goffice/%%VERSION%%/bar-vminus.png -share/pixmaps/goffice/%%VERSION%%/bar-vplus.png -share/pixmaps/goffice/%%VERSION%%/bar.xpm -share/pixmaps/goffice/%%VERSION%%/bubble.xpm -share/pixmaps/goffice/%%VERSION%%/chart_area_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_area_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_area_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bubble_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_color_polar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_colored_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_column_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_contour_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_contour_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_4.png -share/pixmaps/goffice/%%VERSION%%/chart_histogram_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_histogram_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_histogram_1_4.png -share/pixmaps/goffice/%%VERSION%%/chart_histogram_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_line_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_3_2.png -share/pixmaps/goffice/%%VERSION%%/chart_polar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_prob_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_ring_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_ring_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_3.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_3.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_4.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_surface_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_surface_2_2.png -share/pixmaps/goffice/%%VERSION%%/color.xpm -share/pixmaps/goffice/%%VERSION%%/column.xpm -share/pixmaps/goffice/%%VERSION%%/contour.xpm -share/pixmaps/goffice/%%VERSION%%/dist.xpm -share/pixmaps/goffice/%%VERSION%%/doughnut.xpm -share/pixmaps/goffice/%%VERSION%%/dropbar.xpm -share/pixmaps/goffice/%%VERSION%%/linegraph.xpm -share/pixmaps/goffice/%%VERSION%%/minmax.xpm -share/pixmaps/goffice/%%VERSION%%/pie.xpm -share/pixmaps/goffice/%%VERSION%%/polar.png -share/pixmaps/goffice/%%VERSION%%/radar.xpm -share/pixmaps/goffice/%%VERSION%%/scatter.xpm -share/pixmaps/goffice/%%VERSION%%/stock.xpm -share/pixmaps/goffice/%%VERSION%%/surface.xpm -@dirrm share/pixmaps/goffice/%%VERSION%% -@dirrmtry share/pixmaps/goffice -@dirrm %%DATADIR%%/%%VERSION%%/ui -@dirrm %%DATADIR%%/%%VERSION%%/patterns -@dirrm %%DATADIR%%/%%VERSION%% -@dirrmtry %%DATADIR%% -@dirrm %%DOCSDIR%%-%%SHORT_VER%% +@exec /bin/mkdir -p %D/lib/goffice/%%SHORT_VER%%/plugins +@dirrm share/doc/goffice-%%SHORT_VER%% @dirrm lib/goffice/%%VERSION%%/plugins/smoothing @dirrm lib/goffice/%%VERSION%%/plugins/reg_logfit @dirrm lib/goffice/%%VERSION%%/plugins/reg_linear @@ -587,28 +433,16 @@ share/pixmaps/goffice/%%VERSION%%/surface.xpm @dirrm lib/goffice/%%VERSION%%/plugins/plot_barcol @dirrm lib/goffice/%%VERSION%%/plugins @dirrm lib/goffice/%%VERSION%% +@dirrm lib/goffice/%%SHORT_VER%%/plugins +@dirrm lib/goffice/%%SHORT_VER%% @dirrmtry lib/goffice @dirrm include/libgoffice-%%SHORT_VER%%/goffice/utils -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/ms-compat @dirrm include/libgoffice-%%SHORT_VER%%/goffice/math @dirrm include/libgoffice-%%SHORT_VER%%/goffice/gtk @dirrm include/libgoffice-%%SHORT_VER%%/goffice/graph -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/drawing @dirrm include/libgoffice-%%SHORT_VER%%/goffice/data @dirrm include/libgoffice-%%SHORT_VER%%/goffice/component @dirrm include/libgoffice-%%SHORT_VER%%/goffice/canvas @dirrm include/libgoffice-%%SHORT_VER%%/goffice/app @dirrm include/libgoffice-%%SHORT_VER%%/goffice @dirrm include/libgoffice-%%SHORT_VER%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast diff --git a/devel/goffice08/Makefile b/devel/goffice08/Makefile new file mode 100644 index 000000000..4bf0d68a6 --- /dev/null +++ b/devel/goffice08/Makefile @@ -0,0 +1,45 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ +# $MCom: ports/trunk/devel/goffice/Makefile 17268 2013-04-01 05:13:11Z marcus $ +# +# !!! When updating goffice, don't forget to update pkg-plist in: +# math/gnumeric science/gchemutils + +PORTNAME= goffice +PORTVERSION= 0.8.17 +PORTREVISION= 2 +CATEGORIES= devel gnome +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GLib/GTK+ set of document centric objects and utilities + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_XZ= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack intlhack gtk20 libgsf ltverhack +USE_GETTEXT= yes +USE_AUTOTOOLS= libtool +USE_LDCONFIG= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PLIST_SUB= VERSION=${PORTVERSION} \ + SHORT_VER=0.8 + +LATEST_LINK= goffice08 +MAKE_JOBS_SAFE= yes + +OPTIONS_DEFINE= GCONF +OPTIONS_DEAFULT=GCONF + +.include + +.if ${PORT_OPTIONS:MGCONF} +USE_GNOME+= gconf2 +.else +CONFIGURE_ARGS+=--with-config-backend=keyfile +.endif + +.include diff --git a/devel/goffice08/distinfo b/devel/goffice08/distinfo new file mode 100644 index 000000000..2925f625f --- /dev/null +++ b/devel/goffice08/distinfo @@ -0,0 +1,2 @@ +SHA256 (goffice-0.8.17.tar.xz) = 165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15 +SIZE (goffice-0.8.17.tar.xz) = 1814488 diff --git a/devel/goffice08/files/patch-configure b/devel/goffice08/files/patch-configure new file mode 100644 index 000000000..353df3a8c --- /dev/null +++ b/devel/goffice08/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2012-06-04 20:59:55.000000000 +0200 ++++ configure 2012-06-04 21:00:30.000000000 +0200 +@@ -15161,7 +15161,7 @@ + $as_echo_n "checking for G_REGEX_ERROR_STRAY_BACKSLASH... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +-#include ++#include + int + main () + { diff --git a/devel/goffice08/pkg-descr b/devel/goffice08/pkg-descr new file mode 100644 index 000000000..0d48f5052 --- /dev/null +++ b/devel/goffice08/pkg-descr @@ -0,0 +1,11 @@ +Goffice is a set of document centric components for GLib and GTK+. + +There are common operations for document centric applications that are +conceptually simple, but complex to implement fully. + - plugins + - load/save documents + - undo/redo + +Goffice provides a single library for performing such operations. + +WWW: http://live.gnome.org/libgoffice diff --git a/devel/goffice08/pkg-plist b/devel/goffice08/pkg-plist new file mode 100644 index 000000000..8a46a3e39 --- /dev/null +++ b/devel/goffice08/pkg-plist @@ -0,0 +1,614 @@ +include/libgoffice-%%SHORT_VER%%/goffice/app/error-info.h +include/libgoffice-%%SHORT_VER%%/goffice/app/file.h +include/libgoffice-%%SHORT_VER%%/goffice/app/go-cmd-context-impl.h +include/libgoffice-%%SHORT_VER%%/goffice/app/go-cmd-context.h +include/libgoffice-%%SHORT_VER%%/goffice/app/go-conf.h +include/libgoffice-%%SHORT_VER%%/goffice/app/go-doc-control-impl.h +include/libgoffice-%%SHORT_VER%%/goffice/app/go-doc-control.h +include/libgoffice-%%SHORT_VER%%/goffice/app/go-doc-impl.h +include/libgoffice-%%SHORT_VER%%/goffice/app/go-doc.h +include/libgoffice-%%SHORT_VER%%/goffice/app/go-plugin-loader-module.h +include/libgoffice-%%SHORT_VER%%/goffice/app/go-plugin-loader.h +include/libgoffice-%%SHORT_VER%%/goffice/app/go-plugin-service-impl.h +include/libgoffice-%%SHORT_VER%%/goffice/app/go-plugin-service.h +include/libgoffice-%%SHORT_VER%%/goffice/app/go-plugin.h +include/libgoffice-%%SHORT_VER%%/goffice/app/goffice-app.h +include/libgoffice-%%SHORT_VER%%/goffice/app/io-context-priv.h +include/libgoffice-%%SHORT_VER%%/goffice/app/io-context.h +include/libgoffice-%%SHORT_VER%%/goffice/app/module-plugin-defs.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-arc.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-canvas.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-circle.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-ellipse.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-graph.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-group.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-item.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-line.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-path.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-pixbuf.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-polygon.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-polyline.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-rectangle.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-structs.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-styled-item.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-text.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-utils.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goc-widget.h +include/libgoffice-%%SHORT_VER%%/goffice/canvas/goffice-canvas.h +include/libgoffice-%%SHORT_VER%%/goffice/component/go-component-factory.h +include/libgoffice-%%SHORT_VER%%/goffice/component/go-component.h +include/libgoffice-%%SHORT_VER%%/goffice/component/goffice-component.h +include/libgoffice-%%SHORT_VER%%/goffice/data/go-data-impl.h +include/libgoffice-%%SHORT_VER%%/goffice/data/go-data-simple.h +include/libgoffice-%%SHORT_VER%%/goffice/data/go-data.h +include/libgoffice-%%SHORT_VER%%/goffice/data/goffice-data.h +include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-anchor.h +include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-default-attributes.h +include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-drawing-group.h +include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-drawing-renderer-gdk.h +include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-drawing-view.h +include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-drawing.h +include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-image-store.h +include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-image.h +include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-paragraph-attributes.h +include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-property-table.h +include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-shape.h +include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-text-model.h +include/libgoffice-%%SHORT_VER%%/goffice/goffice-features.h +include/libgoffice-%%SHORT_VER%%/goffice/goffice.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/goffice-graph.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-3d-box.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-axis-line-impl.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-axis-line.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-axis.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-chart-impl.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-chart-map-3d.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-chart-map.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-chart.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-child-button.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-data-allocator.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-data-set.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-error-bar.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-graph-impl.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-graph.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-grid-line.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-grid.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-guru.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-label.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-legend.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-object-xml.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-object.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-outlined-object.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-plot-engine.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-plot-impl.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-plot.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-reg-curve.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-renderer.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-series-impl.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-series-lines.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-series.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-smoothed-curve.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-styled-object.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-theme.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-trend-line.h +include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-view.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-3d-rotation-sel.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-action-combo-color.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-action-combo-pixmaps.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-action-combo-stack.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-action-combo-text.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-calendar-button.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-charmap-sel.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-color-group.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-color-palette.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-color-selector.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-combo-box.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-combo-color.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-combo-pixmaps.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-combo-text.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-font-sel.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-format-sel.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-gradient-selector.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-graph-widget.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-image-sel.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-line-selector.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-locale-sel.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-marker-selector.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-optionmenu.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-palette.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-pattern-selector.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-pixbuf.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-rotation-sel.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-selector.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/goffice-gtk.h +include/libgoffice-%%SHORT_VER%%/goffice/math/go-R.h +include/libgoffice-%%SHORT_VER%%/goffice/math/go-complex.h +include/libgoffice-%%SHORT_VER%%/goffice/math/go-cspline.h +include/libgoffice-%%SHORT_VER%%/goffice/math/go-distribution.h +include/libgoffice-%%SHORT_VER%%/goffice/math/go-fft.h +include/libgoffice-%%SHORT_VER%%/goffice/math/go-math.h +include/libgoffice-%%SHORT_VER%%/goffice/math/go-matrix3x3.h +include/libgoffice-%%SHORT_VER%%/goffice/math/go-quad.h +include/libgoffice-%%SHORT_VER%%/goffice/math/go-rangefunc.h +include/libgoffice-%%SHORT_VER%%/goffice/math/go-regression.h +include/libgoffice-%%SHORT_VER%%/goffice/math/goffice-math.h +include/libgoffice-%%SHORT_VER%%/goffice/ms-compat/go-ms-parser.h +include/libgoffice-%%SHORT_VER%%/goffice/ms-compat/god-drawing-ms-client-handler.h +include/libgoffice-%%SHORT_VER%%/goffice/ms-compat/god-drawing-ms.h +include/libgoffice-%%SHORT_VER%%/goffice/ms-compat/god-image-ms.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/datetime.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-bezier.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-cairo.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-color.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-editor.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-file.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-font.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-format.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-geometry.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-glib-extras.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-gradient.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-image.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-libxml-extras.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-line.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-locale.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-marker.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pango-extras.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-path.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pattern.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-persist.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-string.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-style.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-styled-object.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-undo.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-units.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/goffice-utils.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/regutf8.h +lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.a +lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.la +lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.so +lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-area-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-barcol-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-minmax-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_barcol/plot-types.xml +lib/goffice/%%VERSION%%/plugins/plot_barcol/plugin.xml +lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.a +lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.la +lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.so +lib/goffice/%%VERSION%%/plugins/plot_distrib/gog-boxplot-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_distrib/gog-double-histogram-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_distrib/gog-histogram-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_distrib/plot-types.xml +lib/goffice/%%VERSION%%/plugins/plot_distrib/plugin.xml +lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-series.ui +lib/goffice/%%VERSION%%/plugins/plot_pie/gog-ring-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_pie/pie.a +lib/goffice/%%VERSION%%/plugins/plot_pie/pie.la +lib/goffice/%%VERSION%%/plugins/plot_pie/pie.so +lib/goffice/%%VERSION%%/plugins/plot_pie/plot-types.xml +lib/goffice/%%VERSION%%/plugins/plot_pie/plugin.xml +lib/goffice/%%VERSION%%/plugins/plot_radar/gog-color-polar-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_radar/gog-polar-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_radar/plot-types.xml +lib/goffice/%%VERSION%%/plugins/plot_radar/plugin.xml +lib/goffice/%%VERSION%%/plugins/plot_radar/radar.a +lib/goffice/%%VERSION%%/plugins/plot_radar/radar.la +lib/goffice/%%VERSION%%/plugins/plot_radar/radar.so +lib/goffice/%%VERSION%%/plugins/plot_surface/gog-xyz-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_surface/gog-xyz-surface-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_surface/plot-types.xml +lib/goffice/%%VERSION%%/plugins/plot_surface/plugin.xml +lib/goffice/%%VERSION%%/plugins/plot_surface/surface.a +lib/goffice/%%VERSION%%/plugins/plot_surface/surface.la +lib/goffice/%%VERSION%%/plugins/plot_surface/surface.so +lib/goffice/%%VERSION%%/plugins/plot_xy/gog-bubble-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-color-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-dropbar-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-series-prefs.ui +lib/goffice/%%VERSION%%/plugins/plot_xy/plot-types.xml +lib/goffice/%%VERSION%%/plugins/plot_xy/plugin.xml +lib/goffice/%%VERSION%%/plugins/plot_xy/xy.a +lib/goffice/%%VERSION%%/plugins/plot_xy/xy.la +lib/goffice/%%VERSION%%/plugins/plot_xy/xy.so +lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.a +lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.la +lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.so +lib/goffice/%%VERSION%%/plugins/reg_linear/plugin.xml +lib/goffice/%%VERSION%%/plugins/reg_linear/reg-types.xml +lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.a +lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.la +lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.so +lib/goffice/%%VERSION%%/plugins/reg_logfit/plugin.xml +lib/goffice/%%VERSION%%/plugins/reg_logfit/reg-types.xml +lib/goffice/%%VERSION%%/plugins/smoothing/gog-exp-smooth.ui +lib/goffice/%%VERSION%%/plugins/smoothing/gog-moving-avg.ui +lib/goffice/%%VERSION%%/plugins/smoothing/plugin.xml +lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.a +lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.la +lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.so +lib/goffice/%%VERSION%%/plugins/smoothing/types.xml +lib/libgoffice-%%SHORT_VER%%.a +lib/libgoffice-%%SHORT_VER%%.la +lib/libgoffice-%%SHORT_VER%%.so +lib/libgoffice-%%SHORT_VER%%.so.8 +libdata/pkgconfig/libgoffice-%%SHORT_VER%%.pc +%%DOCSDIR%%-%%SHORT_VER%%/GOCalendarButton.html +%%DOCSDIR%%-%%SHORT_VER%%/GOCharmapSel.html +%%DOCSDIR%%-%%SHORT_VER%%/GOCmdContext.html +%%DOCSDIR%%-%%SHORT_VER%%/GOComboBox.html +%%DOCSDIR%%-%%SHORT_VER%%/GOComboColor.html +%%DOCSDIR%%-%%SHORT_VER%%/GOComboPixmaps.html +%%DOCSDIR%%-%%SHORT_VER%%/GOComboText.html +%%DOCSDIR%%-%%SHORT_VER%%/GOComponent.html +%%DOCSDIR%%-%%SHORT_VER%%/GOData.html +%%DOCSDIR%%-%%SHORT_VER%%/GODataMatrix.html +%%DOCSDIR%%-%%SHORT_VER%%/GODataScalar.html +%%DOCSDIR%%-%%SHORT_VER%%/GODataVector.html +%%DOCSDIR%%-%%SHORT_VER%%/GODoc.html +%%DOCSDIR%%-%%SHORT_VER%%/GODocControl.html +%%DOCSDIR%%-%%SHORT_VER%%/GOFileOpener.html +%%DOCSDIR%%-%%SHORT_VER%%/GOFileSaver.html +%%DOCSDIR%%-%%SHORT_VER%%/GOFontSel.html +%%DOCSDIR%%-%%SHORT_VER%%/GOFormatSel.html +%%DOCSDIR%%-%%SHORT_VER%%/GOGraphWidget.html +%%DOCSDIR%%-%%SHORT_VER%%/GOIOContext.html +%%DOCSDIR%%-%%SHORT_VER%%/GOLocaleSel.html +%%DOCSDIR%%-%%SHORT_VER%%/GOMarker.html +%%DOCSDIR%%-%%SHORT_VER%%/GOOptionMenu.html +%%DOCSDIR%%-%%SHORT_VER%%/GOPersist.html +%%DOCSDIR%%-%%SHORT_VER%%/GOPluginLoader.html +%%DOCSDIR%%-%%SHORT_VER%%/GOPluginLoaderModule.html +%%DOCSDIR%%-%%SHORT_VER%%/GOPluginService.html +%%DOCSDIR%%-%%SHORT_VER%%/GORotationSel.html +%%DOCSDIR%%-%%SHORT_VER%%/GOSearchReplace.html +%%DOCSDIR%%-%%SHORT_VER%%/GOSelector.html +%%DOCSDIR%%-%%SHORT_VER%%/GOStyle.html +%%DOCSDIR%%-%%SHORT_VER%%/GOStyledObject.html +%%DOCSDIR%%-%%SHORT_VER%%/GocArc.html +%%DOCSDIR%%-%%SHORT_VER%%/GocCanvas.html +%%DOCSDIR%%-%%SHORT_VER%%/GocCircle.html +%%DOCSDIR%%-%%SHORT_VER%%/GocEllipse.html +%%DOCSDIR%%-%%SHORT_VER%%/GocGraph.html +%%DOCSDIR%%-%%SHORT_VER%%/GocGroup.html +%%DOCSDIR%%-%%SHORT_VER%%/GocItem.html +%%DOCSDIR%%-%%SHORT_VER%%/GocLine.html +%%DOCSDIR%%-%%SHORT_VER%%/GocPixbuf.html +%%DOCSDIR%%-%%SHORT_VER%%/GocPolygon.html +%%DOCSDIR%%-%%SHORT_VER%%/GocPolyline.html +%%DOCSDIR%%-%%SHORT_VER%%/GocRectangle.html +%%DOCSDIR%%-%%SHORT_VER%%/GocStyledItem.html +%%DOCSDIR%%-%%SHORT_VER%%/GocText.html +%%DOCSDIR%%-%%SHORT_VER%%/GocWidget.html +%%DOCSDIR%%-%%SHORT_VER%%/Gog3DBox.html +%%DOCSDIR%%-%%SHORT_VER%%/GogAxis.html +%%DOCSDIR%%-%%SHORT_VER%%/GogAxisLine.html +%%DOCSDIR%%-%%SHORT_VER%%/GogChart.html +%%DOCSDIR%%-%%SHORT_VER%%/GogDataAllocator.html +%%DOCSDIR%%-%%SHORT_VER%%/GogDataset.html +%%DOCSDIR%%-%%SHORT_VER%%/GogErrorBar.html +%%DOCSDIR%%-%%SHORT_VER%%/GogGraph.html +%%DOCSDIR%%-%%SHORT_VER%%/GogGrid.html +%%DOCSDIR%%-%%SHORT_VER%%/GogGridLine.html +%%DOCSDIR%%-%%SHORT_VER%%/GogLabel.html +%%DOCSDIR%%-%%SHORT_VER%%/GogLegend.html +%%DOCSDIR%%-%%SHORT_VER%%/GogObject.html +%%DOCSDIR%%-%%SHORT_VER%%/GogOutlinedObject.html +%%DOCSDIR%%-%%SHORT_VER%%/GogPlot.html +%%DOCSDIR%%-%%SHORT_VER%%/GogRegCurve.html +%%DOCSDIR%%-%%SHORT_VER%%/GogRegEqn.html +%%DOCSDIR%%-%%SHORT_VER%%/GogRenderer.html +%%DOCSDIR%%-%%SHORT_VER%%/GogSeries.html +%%DOCSDIR%%-%%SHORT_VER%%/GogSeriesLines.html +%%DOCSDIR%%-%%SHORT_VER%%/GogSmoothedCurve.html +%%DOCSDIR%%-%%SHORT_VER%%/GogStyledObject.html +%%DOCSDIR%%-%%SHORT_VER%%/GogText.html +%%DOCSDIR%%-%%SHORT_VER%%/GogTheme.html +%%DOCSDIR%%-%%SHORT_VER%%/GogTrendLine.html +%%DOCSDIR%%-%%SHORT_VER%%/GogView.html +%%DOCSDIR%%-%%SHORT_VER%%/ch01.html +%%DOCSDIR%%-%%SHORT_VER%%/ch02.html +%%DOCSDIR%%-%%SHORT_VER%%/ch03.html +%%DOCSDIR%%-%%SHORT_VER%%/ch04.html +%%DOCSDIR%%-%%SHORT_VER%%/ch05.html +%%DOCSDIR%%-%%SHORT_VER%%/ch06.html +%%DOCSDIR%%-%%SHORT_VER%%/ch07.html +%%DOCSDIR%%-%%SHORT_VER%%/ch08.html +%%DOCSDIR%%-%%SHORT_VER%%/ch09.html +%%DOCSDIR%%-%%SHORT_VER%%/ch10.html +%%DOCSDIR%%-%%SHORT_VER%%/ch11.html +%%DOCSDIR%%-%%SHORT_VER%%/ch12.html +%%DOCSDIR%%-%%SHORT_VER%%/ch13.html +%%DOCSDIR%%-%%SHORT_VER%%/ch14.html +%%DOCSDIR%%-%%SHORT_VER%%/ch15.html +%%DOCSDIR%%-%%SHORT_VER%%/ch16.html +%%DOCSDIR%%-%%SHORT_VER%%/ch17.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOArrow.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOBezierSpline.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOCSpline.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOCairo.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOColor.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOComplex.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOComponentFactory.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOEditor.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOFft.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOFile.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOFont.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOFormat.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOGeometry.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOGlibExtras.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOGradient.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOLibxmlExtras.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOLine.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOMath.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOPalette.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOPath.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOPattern.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GORange.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOReg.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GORegression.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOUndo.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOUrl.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GOffice.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GogAxisMap.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GogChartMap.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GogGuru.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GogPlotEngine.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-GogTool.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-Other-utilities.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-Other.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-Simple-structures.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-Units.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-go-color-group.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-go-data-simple.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-go-distribution.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-go-image.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-go-plugin.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8-go-string.html +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8.devhelp +%%DOCSDIR%%-%%SHORT_VER%%/goffice-0.8.devhelp2 +%%DOCSDIR%%-%%SHORT_VER%%/home.png +%%DOCSDIR%%-%%SHORT_VER%%/index.html +%%DOCSDIR%%-%%SHORT_VER%%/index.sgml +%%DOCSDIR%%-%%SHORT_VER%%/left.png +%%DOCSDIR%%-%%SHORT_VER%%/pt01.html +%%DOCSDIR%%-%%SHORT_VER%%/pt02.html +%%DOCSDIR%%-%%SHORT_VER%%/pt03.html +%%DOCSDIR%%-%%SHORT_VER%%/pt04.html +%%DOCSDIR%%-%%SHORT_VER%%/right.png +%%DOCSDIR%%-%%SHORT_VER%%/style.css +%%DOCSDIR%%-%%SHORT_VER%%/up.png +%%DATADIR%%/%%VERSION%%/patterns/svg-patterns.xml +%%DATADIR%%/%%VERSION%%/ui/go-3d-rotation-sel.ui +%%DATADIR%%/%%VERSION%%/ui/go-font-sel.ui +%%DATADIR%%/%%VERSION%%/ui/go-format-sel.ui +%%DATADIR%%/%%VERSION%%/ui/go-image-save-dialog-extra.ui +%%DATADIR%%/%%VERSION%%/ui/go-image-sel.ui +%%DATADIR%%/%%VERSION%%/ui/go-rotation-sel.ui +%%DATADIR%%/%%VERSION%%/ui/go-style-prefs.ui +%%DATADIR%%/%%VERSION%%/ui/gog-3d-box-prefs.ui +%%DATADIR%%/%%VERSION%%/ui/gog-axis-prefs.ui +%%DATADIR%%/%%VERSION%%/ui/gog-equation-prefs.ui +%%DATADIR%%/%%VERSION%%/ui/gog-error-bar-prefs.ui +%%DATADIR%%/%%VERSION%%/ui/gog-graph-prefs.ui +%%DATADIR%%/%%VERSION%%/ui/gog-guru-type-selector.ui +%%DATADIR%%/%%VERSION%%/ui/gog-guru.ui +%%DATADIR%%/%%VERSION%%/ui/gog-object-prefs.ui +%%DATADIR%%/%%VERSION%%/ui/gog-plot-prefs.ui +%%DATADIR%%/%%VERSION%%/ui/gog-reg-curve-prefs.ui +%%DATADIR%%/%%VERSION%%/ui/gog-reg-eqn-prefs.ui +%%DATADIR%%/%%VERSION%%/ui/gog-series-prefs.ui +share/locale/am/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/ar/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/ast/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/az/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/bg/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/ca/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/ca@valencia/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/cs/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/da/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/de/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/el/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/en_CA/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/en_GB/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/es/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/et/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/eu/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/fi/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/fr/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/ga/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/gl/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/he/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/hr/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/hu/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/it/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/ja/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/ko/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/lt/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/lv/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/ml/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/mr/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/ms/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/nb/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/nl/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/nn/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/oc/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/pl/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/pt/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/pt_BR/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/ro/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/ru/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/sk/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/sl/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/sr/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/sr@latin/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/sv/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/tr/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/uk/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/vi/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/zh_CN/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/zh_HK/LC_MESSAGES/goffice-%%VERSION%%.mo +share/locale/zh_TW/LC_MESSAGES/goffice-%%VERSION%%.mo +share/pixmaps/goffice/%%VERSION%%/area.xpm +share/pixmaps/goffice/%%VERSION%%/bar-hboth.png +share/pixmaps/goffice/%%VERSION%%/bar-hminus.png +share/pixmaps/goffice/%%VERSION%%/bar-hplus.png +share/pixmaps/goffice/%%VERSION%%/bar-none.png +share/pixmaps/goffice/%%VERSION%%/bar-vboth.png +share/pixmaps/goffice/%%VERSION%%/bar-vminus.png +share/pixmaps/goffice/%%VERSION%%/bar-vplus.png +share/pixmaps/goffice/%%VERSION%%/bar.xpm +share/pixmaps/goffice/%%VERSION%%/bubble.xpm +share/pixmaps/goffice/%%VERSION%%/chart_area_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_area_1_2.png +share/pixmaps/goffice/%%VERSION%%/chart_area_1_3.png +share/pixmaps/goffice/%%VERSION%%/chart_bar_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_bar_1_2.png +share/pixmaps/goffice/%%VERSION%%/chart_bar_1_3.png +share/pixmaps/goffice/%%VERSION%%/chart_bar_2_1.png +share/pixmaps/goffice/%%VERSION%%/chart_bar_2_2.png +share/pixmaps/goffice/%%VERSION%%/chart_bar_2_3.png +share/pixmaps/goffice/%%VERSION%%/chart_boxplot_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_boxplot_1_2.png +share/pixmaps/goffice/%%VERSION%%/chart_boxplot_2_1.png +share/pixmaps/goffice/%%VERSION%%/chart_boxplot_2_2.png +share/pixmaps/goffice/%%VERSION%%/chart_bubble_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_color_polar_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_colored_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_column_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_column_1_2.png +share/pixmaps/goffice/%%VERSION%%/chart_column_1_3.png +share/pixmaps/goffice/%%VERSION%%/chart_column_2_1.png +share/pixmaps/goffice/%%VERSION%%/chart_column_2_2.png +share/pixmaps/goffice/%%VERSION%%/chart_column_2_3.png +share/pixmaps/goffice/%%VERSION%%/chart_column_3_1.png +share/pixmaps/goffice/%%VERSION%%/chart_cone_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_cone_1_2.png +share/pixmaps/goffice/%%VERSION%%/chart_cone_1_3.png +share/pixmaps/goffice/%%VERSION%%/chart_cone_2_1.png +share/pixmaps/goffice/%%VERSION%%/chart_cone_2_2.png +share/pixmaps/goffice/%%VERSION%%/chart_cone_2_3.png +share/pixmaps/goffice/%%VERSION%%/chart_cone_3_1.png +share/pixmaps/goffice/%%VERSION%%/chart_contour_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_contour_2_1.png +share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_2.png +share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_3.png +share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_1.png +share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_2.png +share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_3.png +share/pixmaps/goffice/%%VERSION%%/chart_cylinder_3_1.png +share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_2.png +share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_3.png +share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_4.png +share/pixmaps/goffice/%%VERSION%%/chart_histogram_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_histogram_1_3.png +share/pixmaps/goffice/%%VERSION%%/chart_histogram_1_4.png +share/pixmaps/goffice/%%VERSION%%/chart_histogram_2_1.png +share/pixmaps/goffice/%%VERSION%%/chart_line_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_line_1_2.png +share/pixmaps/goffice/%%VERSION%%/chart_line_1_3.png +share/pixmaps/goffice/%%VERSION%%/chart_line_2_1.png +share/pixmaps/goffice/%%VERSION%%/chart_line_2_2.png +share/pixmaps/goffice/%%VERSION%%/chart_line_2_3.png +share/pixmaps/goffice/%%VERSION%%/chart_line_3_1.png +share/pixmaps/goffice/%%VERSION%%/chart_minmax_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_minmax_1_2.png +share/pixmaps/goffice/%%VERSION%%/chart_minmax_2_1.png +share/pixmaps/goffice/%%VERSION%%/chart_minmax_2_2.png +share/pixmaps/goffice/%%VERSION%%/chart_pie_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_pie_1_2.png +share/pixmaps/goffice/%%VERSION%%/chart_pie_1_3.png +share/pixmaps/goffice/%%VERSION%%/chart_pie_2_1.png +share/pixmaps/goffice/%%VERSION%%/chart_pie_2_2.png +share/pixmaps/goffice/%%VERSION%%/chart_pie_2_3.png +share/pixmaps/goffice/%%VERSION%%/chart_pie_3_1.png +share/pixmaps/goffice/%%VERSION%%/chart_pie_3_2.png +share/pixmaps/goffice/%%VERSION%%/chart_polar_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_prob_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_2.png +share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_3.png +share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_1.png +share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_2.png +share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_3.png +share/pixmaps/goffice/%%VERSION%%/chart_pyramid_3_1.png +share/pixmaps/goffice/%%VERSION%%/chart_radar_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_radar_1_2.png +share/pixmaps/goffice/%%VERSION%%/chart_radar_1_3.png +share/pixmaps/goffice/%%VERSION%%/chart_ring_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_ring_1_2.png +share/pixmaps/goffice/%%VERSION%%/chart_scatter_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_scatter_2_1.png +share/pixmaps/goffice/%%VERSION%%/chart_scatter_2_2.png +share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_1.png +share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_2.png +share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_3.png +share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_1.png +share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_2.png +share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_3.png +share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_4.png +share/pixmaps/goffice/%%VERSION%%/chart_stock_1_1.png +share/pixmaps/goffice/%%VERSION%%/chart_stock_1_2.png +share/pixmaps/goffice/%%VERSION%%/chart_stock_2_1.png +share/pixmaps/goffice/%%VERSION%%/chart_stock_2_2.png +share/pixmaps/goffice/%%VERSION%%/chart_surface_2_1.png +share/pixmaps/goffice/%%VERSION%%/chart_surface_2_2.png +share/pixmaps/goffice/%%VERSION%%/color.xpm +share/pixmaps/goffice/%%VERSION%%/column.xpm +share/pixmaps/goffice/%%VERSION%%/contour.xpm +share/pixmaps/goffice/%%VERSION%%/dist.xpm +share/pixmaps/goffice/%%VERSION%%/doughnut.xpm +share/pixmaps/goffice/%%VERSION%%/dropbar.xpm +share/pixmaps/goffice/%%VERSION%%/linegraph.xpm +share/pixmaps/goffice/%%VERSION%%/minmax.xpm +share/pixmaps/goffice/%%VERSION%%/pie.xpm +share/pixmaps/goffice/%%VERSION%%/polar.png +share/pixmaps/goffice/%%VERSION%%/radar.xpm +share/pixmaps/goffice/%%VERSION%%/scatter.xpm +share/pixmaps/goffice/%%VERSION%%/stock.xpm +share/pixmaps/goffice/%%VERSION%%/surface.xpm +@dirrm share/pixmaps/goffice/%%VERSION%% +@dirrmtry share/pixmaps/goffice +@dirrm %%DATADIR%%/%%VERSION%%/ui +@dirrm %%DATADIR%%/%%VERSION%%/patterns +@dirrm %%DATADIR%%/%%VERSION%% +@dirrmtry %%DATADIR%% +@dirrm %%DOCSDIR%%-%%SHORT_VER%% +@dirrm lib/goffice/%%VERSION%%/plugins/smoothing +@dirrm lib/goffice/%%VERSION%%/plugins/reg_logfit +@dirrm lib/goffice/%%VERSION%%/plugins/reg_linear +@dirrm lib/goffice/%%VERSION%%/plugins/plot_xy +@dirrm lib/goffice/%%VERSION%%/plugins/plot_surface +@dirrm lib/goffice/%%VERSION%%/plugins/plot_radar +@dirrm lib/goffice/%%VERSION%%/plugins/plot_pie +@dirrm lib/goffice/%%VERSION%%/plugins/plot_distrib +@dirrm lib/goffice/%%VERSION%%/plugins/plot_barcol +@dirrm lib/goffice/%%VERSION%%/plugins +@dirrm lib/goffice/%%VERSION%% +@dirrmtry lib/goffice +@dirrm include/libgoffice-%%SHORT_VER%%/goffice/utils +@dirrm include/libgoffice-%%SHORT_VER%%/goffice/ms-compat +@dirrm include/libgoffice-%%SHORT_VER%%/goffice/math +@dirrm include/libgoffice-%%SHORT_VER%%/goffice/gtk +@dirrm include/libgoffice-%%SHORT_VER%%/goffice/graph +@dirrm include/libgoffice-%%SHORT_VER%%/goffice/drawing +@dirrm include/libgoffice-%%SHORT_VER%%/goffice/data +@dirrm include/libgoffice-%%SHORT_VER%%/goffice/component +@dirrm include/libgoffice-%%SHORT_VER%%/goffice/canvas +@dirrm include/libgoffice-%%SHORT_VER%%/goffice/app +@dirrm include/libgoffice-%%SHORT_VER%%/goffice +@dirrm include/libgoffice-%%SHORT_VER%% +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast -- cgit v1.2.3