summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authordrochner <drochner>2013-05-03 15:51:23 +0000
committerdrochner <drochner>2013-05-03 15:51:23 +0000
commitc067fc1df4dffce6fd506268db5910f06a105dd5 (patch)
tree16df7e290fb9b591b22ced49adebe3e8f146a2f0 /misc
parentd0c5e198e0355f8ffa0d81c2b1d9466f61a2bdb5 (diff)
downloadpkgsrc-c067fc1df4dffce6fd506268db5910f06a105dd5.tar.gz
update to 0.10.2
changes: -Widget cleanups -Add dialog version of the font selector -Enhance canvas with possibility of css -Improve printing of grey patterns -Make narrow versions of combos for vertical toolbars -bugfixes
Diffstat (limited to 'misc')
-rw-r--r--misc/goffice0.10/Makefile4
-rw-r--r--misc/goffice0.10/PLIST3
-rw-r--r--misc/goffice0.10/distinfo9
-rw-r--r--misc/goffice0.10/patches/patch-go_cspline.c30
4 files changed, 8 insertions, 38 deletions
diff --git a/misc/goffice0.10/Makefile b/misc/goffice0.10/Makefile
index 364f5851b29..21dd3d9aaaa 100644
--- a/misc/goffice0.10/Makefile
+++ b/misc/goffice0.10/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/03/14 18:56:06 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2013/05/03 15:51:23 drochner Exp $
#
-DISTNAME= goffice-0.10.1
+DISTNAME= goffice-0.10.2
PKGNAME= ${DISTNAME:S/goffice/goffice0.10/}
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.10/}
diff --git a/misc/goffice0.10/PLIST b/misc/goffice0.10/PLIST
index 8afb13cd7cd..db2afc834f0 100644
--- a/misc/goffice0.10/PLIST
+++ b/misc/goffice0.10/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2013/03/14 18:56:06 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/05/03 15:51:23 drochner Exp $
include/libgoffice-0.10/goffice/app/error-info.h
include/libgoffice-0.10/goffice/app/file.h
include/libgoffice-0.10/goffice/app/go-cmd-context-impl.h
@@ -101,6 +101,7 @@ include/libgoffice-0.10/goffice/gtk/go-color-selector.h
include/libgoffice-0.10/goffice/gtk/go-combo-box.h
include/libgoffice-0.10/goffice/gtk/go-combo-color.h
include/libgoffice-0.10/goffice/gtk/go-combo-pixmaps.h
+include/libgoffice-0.10/goffice/gtk/go-font-sel-dialog.h
include/libgoffice-0.10/goffice/gtk/go-font-sel.h
include/libgoffice-0.10/goffice/gtk/go-format-sel.h
include/libgoffice-0.10/goffice/gtk/go-gradient-selector.h
diff --git a/misc/goffice0.10/distinfo b/misc/goffice0.10/distinfo
index 45843b79fbc..7600653fb4e 100644
--- a/misc/goffice0.10/distinfo
+++ b/misc/goffice0.10/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/03/14 18:56:06 drochner Exp $
+$NetBSD: distinfo,v 1.2 2013/05/03 15:51:23 drochner Exp $
-SHA1 (goffice-0.10.1.tar.xz) = 1d9e5ac1aea893e10c10b5eb3c37e339dee80f1d
-RMD160 (goffice-0.10.1.tar.xz) = 727e41758faa80d58daec271d53792231b21a742
-Size (goffice-0.10.1.tar.xz) = 2120484 bytes
-SHA1 (patch-go_cspline.c) = 25b4ef0285ec7991d2fe3f338e17ef159dd3a529
+SHA1 (goffice-0.10.2.tar.xz) = 5ec3036d66cd151b1b9a75108c1c6989f77cd119
+RMD160 (goffice-0.10.2.tar.xz) = d98832acb84bf0c5881141e4d8a60a935805c265
+Size (goffice-0.10.2.tar.xz) = 2164976 bytes
diff --git a/misc/goffice0.10/patches/patch-go_cspline.c b/misc/goffice0.10/patches/patch-go_cspline.c
deleted file mode 100644
index aae969bb382..00000000000
--- a/misc/goffice0.10/patches/patch-go_cspline.c
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-go_cspline.c,v 1.1 2013/03/14 18:56:07 drochner Exp $
-
-upstream commit 01f93869b7e2e9b38bd62c94d9d71103dffa4f08
-
---- goffice/math/go-cspline.c.orig 2013-02-23 23:20:13.000000000 +0000
-+++ 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));