diff options
author | jperkin <jperkin@pkgsrc.org> | 2022-12-15 13:09:32 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2022-12-15 13:09:32 +0000 |
commit | 262a0c71236c566afa1ae84a142902eb585363d1 (patch) | |
tree | 72214d1c79933d3df0a6b6627b6d8e330cce67f8 | |
parent | 32a11ac6b3913568318cf16fd6f36eb1991b7b1f (diff) | |
download | pkgsrc-262a0c71236c566afa1ae84a142902eb585363d1.tar.gz |
goffice0.10: Update to 0.10.53.
goffice 0.10.53:
Morten:
* Fix problem rendering "...E-xx" numbers. [#60]
* Hack around introspection issue. [Part of #59]
* Fix crash in plot [Gnumeric #667]
goffice 0.10.52:
Morten:
* Improve GOComboBox css styling.
* Reimplement GOActionComboStack using GtkComboBox.
* Introspection fixes.
* Documentation fixes.
* Fix go_{add,sub}_epsilon{,l} confusion in fallback code for win32.
B.S:
* Fix long double problem with go_dtoa. [#57]
goffice 0.10.51:
Jean:
* Do not clip markers in scatter plots. [#584]
* Draw background and outline for data labels. [#592]
John Denker:
* Fix go_fake_{ceil,floor} confusion. [#56]
Morten:
* Introspection updates.
* Improve go_pow10 accuracy by avoiding pow as much as possible.
* Take evasive action re g_memdup.
goffice 0.10.50:
Jean:
* Fix data update in matrix plots, see Debian #988397.
* Fix rendering on high resolution monitors when scale is not 1. [#578]
Morten:
* Simplify regression equation code.
* Use only 3 decimals for R^2 for regression lines.
* Eliminate empty Special category from format selector. [#29]
* Improve regression line equation for date axes. [#41]
goffice 0.10.49:
Morten:
* Fix ods format problem. [Gnumeric #518]
* Fix axis line crash. [Gnumeric #524]
* Add state and saved-state to GODoc.
-rw-r--r-- | misc/goffice0.10/Makefile | 9 | ||||
-rw-r--r-- | misc/goffice0.10/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/misc/goffice0.10/Makefile b/misc/goffice0.10/Makefile index 7c6093f8b99..efdf487a513 100644 --- a/misc/goffice0.10/Makefile +++ b/misc/goffice0.10/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2022/11/23 16:18:52 adam Exp $ +# $NetBSD: Makefile,v 1.51 2022/12/15 13:09:32 jperkin Exp $ -DISTNAME= goffice-0.10.48 +DISTNAME= goffice-0.10.53 PKGNAME= ${DISTNAME:S/goffice/goffice0.10/} -PKGREVISION= 5 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.10/} EXTRACT_SUFX= .tar.xz @@ -14,10 +13,11 @@ LICENSE= gnu-gpl-v2 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoffice.pc.in GNU_CONFIGURE= yes USE_TOOLS+= bison gmake intltool msgfmt pkg-config +PKGCONFIG_OVERRIDE+= libgoffice.pc.in + TEST_TARGET= check .include "../../converters/libiconv/buildlink3.mk" @@ -35,7 +35,6 @@ BUILDLINK_API_DEPENDS.gdk-pibxbuf2+= gdk-pixbuf2>=2.22.0 BUILDLINK_API_DEPENDS.librsvg+= librsvg>=2.22.0 .include "../../graphics/librsvg/buildlink3.mk" .include "../../graphics/lasem/buildlink3.mk" -BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.4.12 .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.8.7 diff --git a/misc/goffice0.10/distinfo b/misc/goffice0.10/distinfo index 4540dd8bfb8..fb980da5d2a 100644 --- a/misc/goffice0.10/distinfo +++ b/misc/goffice0.10/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2021/10/26 10:59:04 nia Exp $ +$NetBSD: distinfo,v 1.30 2022/12/15 13:09:32 jperkin Exp $ -BLAKE2s (goffice-0.10.48.tar.xz) = ef6d09ca1a52575d40ee95a13b2626e6c8c7742ecd607e2b78dc5ae07ae2b66b -SHA512 (goffice-0.10.48.tar.xz) = 90ce49c666a164205f8f78dca9fa40c81ddf0312b1b7f76808b8813d168868b5ce46c307fd5405a1314b0a475a4e52e95ab379b2dc751c1626e085ecf846d0f3 -Size (goffice-0.10.48.tar.xz) = 2413400 bytes +BLAKE2s (goffice-0.10.53.tar.xz) = b878a9e70551d2145b588ecc4542dbb641a478cba2bbaa827c2317b960d2cd80 +SHA512 (goffice-0.10.53.tar.xz) = cd2d0f49f803cb2f01b3a690bfbe3ea4be5c09e00e8ef643055f56c16549529b7c2c098b87286062d3a5048c1f64d600f74082f53710d8ed8cbb34cb6829dafd +Size (goffice-0.10.53.tar.xz) = 2442336 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 |