diff options
author | nia <nia@pkgsrc.org> | 2021-02-11 15:45:27 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-02-11 15:45:27 +0000 |
commit | 15f34bf0ac06622286bf1b6150dfdff5f69a82ba (patch) | |
tree | d377417a966b4053f4f32f15408a14351e3b2fe9 /misc | |
parent | ff54af75fb9f95bb7c3763e0fd3680bad5ef5ace (diff) | |
download | pkgsrc-15f34bf0ac06622286bf1b6150dfdff5f69a82ba.tar.gz |
goffice0.10: update to 0.10.48
goffice 0.10.48:
Jean:
* Avoid serializing empty graph data. [#46]
* Clip data labels in XY plots. [#47]
* Don't emit a critical for invalid series in Logarithmic fit. [#49]
* Optimize GtkWidget embedding in the canvas. See #465.
* Clip grid lines rendering to the plot area. [#50]
* Speed up GocGroup for large number of children. [Gnumeric #465]
* Make GocGroup usable as a widgetless canvas.
Morten:
* Avoid critical in document image handling.
* Introspection fixes.
* Speed up GocGroup for large number of children. [Gnumeric #465]
* Stop checking for Xrender.
* Plug leaks.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/goffice0.10/Makefile | 5 | ||||
-rw-r--r-- | misc/goffice0.10/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/misc/goffice0.10/Makefile b/misc/goffice0.10/Makefile index 2e7c573e4d3..f9d7ae611c2 100644 --- a/misc/goffice0.10/Makefile +++ b/misc/goffice0.10/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2020/11/05 09:06:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.45 2021/02/11 15:45:27 nia Exp $ -DISTNAME= goffice-0.10.47 +DISTNAME= goffice-0.10.48 PKGNAME= ${DISTNAME:S/goffice/goffice0.10/} -PKGREVISION= 3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.10/} EXTRACT_SUFX= .tar.xz diff --git a/misc/goffice0.10/distinfo b/misc/goffice0.10/distinfo index c3a97393ba4..75298b7a9e0 100644 --- a/misc/goffice0.10/distinfo +++ b/misc/goffice0.10/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.26 2020/05/17 23:47:11 nia Exp $ +$NetBSD: distinfo,v 1.27 2021/02/11 15:45:27 nia Exp $ -SHA1 (goffice-0.10.47.tar.xz) = 0773ab9ebf7c4966b7ca93a59136fbb2e78b42e0 -RMD160 (goffice-0.10.47.tar.xz) = 94940a5b913c4e97366240a39712da6b651afdf0 -SHA512 (goffice-0.10.47.tar.xz) = 0db26fbd049893ee9274ee492e1dc3f10ae789cf99cc0b9dda3f1c2f106423e4679cc56515eb08bbf752aaf48492212777eee08d43a9fefb0b22048e883f5a76 -Size (goffice-0.10.47.tar.xz) = 2400616 bytes +SHA1 (goffice-0.10.48.tar.xz) = 86da465e81d84a1f353766adaf3c88ad62b22e55 +RMD160 (goffice-0.10.48.tar.xz) = 65362cd8dbeb4441e976e76a1aece35bd586ad46 +SHA512 (goffice-0.10.48.tar.xz) = 90ce49c666a164205f8f78dca9fa40c81ddf0312b1b7f76808b8813d168868b5ce46c307fd5405a1314b0a475a4e52e95ab379b2dc751c1626e085ecf846d0f3 +Size (goffice-0.10.48.tar.xz) = 2413400 bytes SHA1 (patch-gofffice_app_io-context.h) = b8aceae57a06af6873cbf0219b255ce9b9627d84 SHA1 (patch-goffice_app_error-info.h) = 6273b5d9a95bb5d45aaa9369271f7476d74f6b0a SHA1 (patch-goffice_math_go-complex.c) = 813c0047372c268d1f8855d264a9e366d1cd979e |