summaryrefslogtreecommitdiff
path: root/misc/goffice
diff options
context:
space:
mode:
authorwiz <wiz>2007-09-07 16:08:53 +0000
committerwiz <wiz>2007-09-07 16:08:53 +0000
commit7b490807e460453b04576bc8fad62879d9a5e853 (patch)
treebb49b27398b146ef31aeaee50e706a85df9f5b98 /misc/goffice
parent2087570747a1b3f137df58b2bdec158c9e5c4637 (diff)
downloadpkgsrc-7b490807e460453b04576bc8fad62879d9a5e853.tar.gz
Update to 0.4.3:
2007-08-10 Jody Goldberg * Release 0.4.3 (Branch point for 0.5.0) 2007-08-07 Morten Welinder * goffice/utils/go-undo.c (go_undo_combine): New function. 2007-08-07 Emmanuel Pacaud Add gog_graph_render_to_cairo_vector for better gnumeric printing. Fix for #381682. * goffice/graph/gog-graph.[ch]: here. 2007-08-05 Emmanuel Pacaud Drop use-splines as soon as one of the series has interpolation different from GO_LINE_INTERPOLATION_SPLINE. * plugins/plot_xy/gog-xy.c (gog_xy_get_property): here. 2007-08-05 Emmanuel Pacaud Put back goffice 0.2.x GogXYPlot::use-spline property. * plugins/plot_xy/gog-xy.c: here. 2007-08-03 Emmanuel Pacaud Move interpolation property from GogStyle to GogSeries. * goffice/graph/gog-plot.c (role_series_post_add): sets line interpolation of child series. (gog_plot_set_property), (gog_plot_get_property), (gog_plot_class_init), (gog_plot_init): handle interpolation property. * goffice/graph/gog-series.c (gog_series_set_property), (gog_series_get_property), (gog_series_class_init), (gog_series_init): handle line interpolation property. (gog_series_populate_editor): add a line property selector if GogSeriesClass::has_interpolation == TRUE. The selector is added to the GogStyle::line editor. * goffice/graph/gog-style-prefs.glade: move line intertpolation selector... * goffice/graph/gog-series-prefs.glade: ...here. * goffice/graph/gog-style.c (line_init): register line_box widget for later extension. (cb_line_interpolation_changed): removed. (interp_init): removed. (gog_style_interpolation_load): removed. (gog_style_interpolation_sax_save): removed. (gog_style_sax_load_interpolation): removed. * plugins/plot_xy/gog-xy.c: remove use_splines and interpolation properties. (gog_xy_view_render): line interpolation is a GogSeries property now. 2007-07-29 J.H.M. Dassen (Ray) * configure.in: Resync ALL_LINGUAS with po files. 2007-07-24 Jody Goldberg * goffice/gtk/goffice-gtk.c (go_gtk_window_set_transient) : minor coverity report caused by some #ifndef WITH_GNOME. 2007-07-24 Morten Welinder * goffice/utils/go-line.c (go_line_interpolation_as_str): Don't overrun line_interpolations array.
Diffstat (limited to 'misc/goffice')
-rw-r--r--misc/goffice/Makefile5
-rw-r--r--misc/goffice/PLIST4
-rw-r--r--misc/goffice/distinfo8
3 files changed, 9 insertions, 8 deletions
diff --git a/misc/goffice/Makefile b/misc/goffice/Makefile
index 309d770b0af..9c6f6b4fba3 100644
--- a/misc/goffice/Makefile
+++ b/misc/goffice/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2007/09/05 15:55:11 drochner Exp $
+# $NetBSD: Makefile,v 1.20 2007/09/07 16:08:53 wiz Exp $
#
-DISTNAME= goffice-0.4.2
-PKGREVISION= 1
+DISTNAME= goffice-0.4.3
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.4/}
diff --git a/misc/goffice/PLIST b/misc/goffice/PLIST
index f122c4f2b9b..922ae4d636f 100644
--- a/misc/goffice/PLIST
+++ b/misc/goffice/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2007/09/05 15:55:11 drochner Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/09/07 16:08:53 wiz Exp $
include/libgoffice-0.4/goffice/app/error-info.h
include/libgoffice-0.4/goffice/app/file.h
include/libgoffice-0.4/goffice/app/go-cmd-context-impl.h
@@ -188,6 +188,7 @@ share/goffice/${PKGVERSION}/glade/gog-object-prefs.glade
share/goffice/${PKGVERSION}/glade/gog-plot-prefs.glade
share/goffice/${PKGVERSION}/glade/gog-reg-curve-prefs.glade
share/goffice/${PKGVERSION}/glade/gog-reg-eqn-prefs.glade
+share/goffice/${PKGVERSION}/glade/gog-series-prefs.glade
share/goffice/${PKGVERSION}/glade/gog-style-prefs.glade
share/goffice/${PKGVERSION}/patterns/svg-patterns.xml
share/locale/am/LC_MESSAGES/goffice-${PKGVERSION}.mo
@@ -219,6 +220,7 @@ share/locale/ms/LC_MESSAGES/goffice-${PKGVERSION}.mo
share/locale/nb/LC_MESSAGES/goffice-${PKGVERSION}.mo
share/locale/nl/LC_MESSAGES/goffice-${PKGVERSION}.mo
share/locale/nn/LC_MESSAGES/goffice-${PKGVERSION}.mo
+share/locale/oc/LC_MESSAGES/goffice-${PKGVERSION}.mo
share/locale/pl/LC_MESSAGES/goffice-${PKGVERSION}.mo
share/locale/pt/LC_MESSAGES/goffice-${PKGVERSION}.mo
share/locale/pt_BR/LC_MESSAGES/goffice-${PKGVERSION}.mo
diff --git a/misc/goffice/distinfo b/misc/goffice/distinfo
index 3d61e23ded8..f5777356e81 100644
--- a/misc/goffice/distinfo
+++ b/misc/goffice/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2007/09/05 15:55:11 drochner Exp $
+$NetBSD: distinfo,v 1.9 2007/09/07 16:08:53 wiz Exp $
-SHA1 (goffice-0.4.2.tar.gz) = e46455cebc30bec9b3ff68db2584db73baa3a9ee
-RMD160 (goffice-0.4.2.tar.gz) = 9719e07024a4f50296b108e4c6bb393320f5e1ff
-Size (goffice-0.4.2.tar.gz) = 2874185 bytes
+SHA1 (goffice-0.4.3.tar.gz) = 598d45a2b4a49ad3899dff0671d263d2b2dba576
+RMD160 (goffice-0.4.3.tar.gz) = e743b506af5be3b162a5a1784c92ef6b0c7aa426
+Size (goffice-0.4.3.tar.gz) = 2899842 bytes
SHA1 (patch-aa) = 13d298b580117be2c9b07b85f6b97ac1ef93e1ef