pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/goffice0.5 Update to 0.5.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e00e6546eec7
branches:  trunk
changeset: 535944:e00e6546eec7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 30 17:12:35 2007 +0000

description:
Update to 0.5.3:

goffice 0.5.3:

Jean:
        * Fix crash in gog_barcol_view_render. [#497777]

Morten:
        * Improve classification of date formats.

Emmanuel:
        * Draw a frame around the graph area in graph editor.
        * Improve legend swatch appearance.
        * Populate the add button of the graph editor with more items.

diffstat:

 misc/goffice0.5/Makefile         |   6 +++---
 misc/goffice0.5/buildlink3.mk    |   4 ++--
 misc/goffice0.5/distinfo         |   9 ++++-----
 misc/goffice0.5/patches/patch-ab |  15 ---------------
 4 files changed, 9 insertions(+), 25 deletions(-)

diffs (66 lines):

diff -r 29752a589e07 -r e00e6546eec7 misc/goffice0.5/Makefile
--- a/misc/goffice0.5/Makefile  Fri Nov 30 16:55:28 2007 +0000
+++ b/misc/goffice0.5/Makefile  Fri Nov 30 17:12:35 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2007/11/08 19:38:37 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2007/11/30 17:12:35 wiz Exp $
 #
 
-DISTNAME=              goffice-0.5.2
-PKGNAME=               goffice0.5-0.5.2
+DISTNAME=              goffice-0.5.3
+PKGNAME=               goffice0.5-0.5.3
 CATEGORIES=            misc
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/goffice/0.5/}
 
diff -r 29752a589e07 -r e00e6546eec7 misc/goffice0.5/buildlink3.mk
--- a/misc/goffice0.5/buildlink3.mk     Fri Nov 30 16:55:28 2007 +0000
+++ b/misc/goffice0.5/buildlink3.mk     Fri Nov 30 17:12:35 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2007/11/08 19:38:37 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2007/11/30 17:12:35 wiz Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 GOFFICE0.5_BUILDLINK3_MK:=     ${GOFFICE0.5_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@
 BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}goffice0.5
 
 .if ${GOFFICE0.5_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.goffice0.5+=     goffice0.5>=0.5.2
+BUILDLINK_API_DEPENDS.goffice0.5+=     goffice0.5>=0.5.3
 BUILDLINK_PKGSRCDIR.goffice0.5?=       ../../misc/goffice0.5
 .endif # GOFFICE0.5_BUILDLINK3_MK
 
diff -r 29752a589e07 -r e00e6546eec7 misc/goffice0.5/distinfo
--- a/misc/goffice0.5/distinfo  Fri Nov 30 16:55:28 2007 +0000
+++ b/misc/goffice0.5/distinfo  Fri Nov 30 17:12:35 2007 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2007/11/08 19:38:37 wiz Exp $
+$NetBSD: distinfo,v 1.6 2007/11/30 17:12:35 wiz Exp $
 
-SHA1 (goffice-0.5.2.tar.gz) = fdda39e4faebf56cc72c76aebc8cbbee654a26ee
-RMD160 (goffice-0.5.2.tar.gz) = 01f8831a5df5375994aef8323eaf49c490f2b369
-Size (goffice-0.5.2.tar.gz) = 3047022 bytes
-SHA1 (patch-ab) = 3eb91c3d1050d28eb4f837b3e647f698fa71f5d5
+SHA1 (goffice-0.5.3.tar.gz) = ecd13065e874312d39dec76e74bc4c690065db01
+RMD160 (goffice-0.5.3.tar.gz) = 08c9bf77a41927bb6333c807b12d7d4c31419d2d
+Size (goffice-0.5.3.tar.gz) = 3043435 bytes
diff -r 29752a589e07 -r e00e6546eec7 misc/goffice0.5/patches/patch-ab
--- a/misc/goffice0.5/patches/patch-ab  Fri Nov 30 16:55:28 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2007/11/08 19:38:38 wiz Exp $
-
-for sunpro.
-
---- goffice/graph/gog-guru.c.orig      2007-10-10 00:08:45.000000000 +0000
-+++ goffice/graph/gog-guru.c
-@@ -1307,7 +1307,7 @@ gog_guru (GogGraph *graph, GogDataAlloca
-       g_object_set_data_full (G_OBJECT (state->dialog),
-               "state", state, (GDestroyNotify) graph_guru_state_destroy);
- 
--#warning for 0.5.0 remove this and have the callers set transient and handle show, then drop the toplevel arg
-+#warning "for 0.5.0 remove this and have the callers set transient and handle show, then drop the toplevel arg"
-       go_gtk_nonmodal_dialog (toplevel, GTK_WINDOW (state->dialog));
-       gtk_widget_show (GTK_WIDGET (state->dialog));
- 



Home | Main Index | Thread Index | Old Index