diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-28 07:12:17 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-28 07:12:17 +0800 |
commit | 4156fd2f164a24cc4bc1785d8518a46ec76b0fb2 (patch) | |
tree | c3adaaec419100de252a06d0cc68651ebba7de95 /devel | |
parent | 18b5e196481f00a4fff0fcb9b7c31df8e5031e17 (diff) | |
download | marcuscom-ports-4156fd2f164a24cc4bc1785d8518a46ec76b0fb2.tar.gz marcuscom-ports-4156fd2f164a24cc4bc1785d8518a46ec76b0fb2.tar.zst marcuscom-ports-4156fd2f164a24cc4bc1785d8518a46ec76b0fb2.zip |
Update to 0.10.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18400 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/goffice/Makefile | 2 | ||||
-rw-r--r-- | devel/goffice/distinfo | 4 | ||||
-rw-r--r-- | devel/goffice/files/patch-goffice_math_go-cspline.c | 65 | ||||
-rw-r--r-- | devel/goffice/pkg-plist | 1 |
4 files changed, 4 insertions, 68 deletions
diff --git a/devel/goffice/Makefile b/devel/goffice/Makefile index b71f928c4..e520c829e 100644 --- a/devel/goffice/Makefile +++ b/devel/goffice/Makefile @@ -3,7 +3,7 @@ # $MCom: ports/trunk/devel/goffice/Makefile 18385 2013-04-22 12:56:25Z kwm $ PORTNAME= goffice -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 CATEGORIES= devel gnome MASTER_SITES= GNOME diff --git a/devel/goffice/distinfo b/devel/goffice/distinfo index 2285dc32e..ef8b51ea5 100644 --- a/devel/goffice/distinfo +++ b/devel/goffice/distinfo @@ -1,2 +1,2 @@ -SHA256 (goffice-0.10.1.tar.xz) = 5c38f4e81e874cc8e89481b080f77c47c72bfd6fe2526f4fc2ef87c17f96cad0 -SIZE (goffice-0.10.1.tar.xz) = 2120484 +SHA256 (goffice-0.10.2.tar.xz) = 7d38769a7af655c0f0373738c786318734400d71b6bbc8d1ce6b6de99bb95674 +SIZE (goffice-0.10.2.tar.xz) = 2164976 diff --git a/devel/goffice/files/patch-goffice_math_go-cspline.c b/devel/goffice/files/patch-goffice_math_go-cspline.c deleted file mode 100644 index 68e5e7c77..000000000 --- a/devel/goffice/files/patch-goffice_math_go-cspline.c +++ /dev/null @@ -1,65 +0,0 @@ -From 7a4c59faf5f7cb7a1419dc5b26d154f1a8007423 Mon Sep 17 00:00:00 2001 -From: Morten Welinder <terra@gnome.org> -Date: Sun, 10 Mar 2013 20:56:37 +0000 -Subject: Compilation: work around gtk-doc for --without-long-double builds. - ---- -(limited to 'goffice/math/go-cspline.c') - -diff --git a/goffice/math/go-cspline.c b/goffice/math/go-cspline.c -index d321847..307f6f7 100644 ---- goffice/math/go-cspline.c -+++ goffice/math/go-cspline.c -@@ -50,6 +50,12 @@ - #define DOUBLE long double - #define SUFFIX(_n) _n ## l - #define LONG_DOUBLE -+ -+#else -+/* It appears that gtk-doc is too dumb to handle this file. Provide -+ a dummy type getter to make things work. */ -+GType go_csplinel_get_type (void); -+GType go_csplinel_get_type (void) { return G_TYPE_NONE; } - #endif - - #endif --- -cgit v0.9.1 -From 01f93869b7e2e9b38bd62c94d9d71103dffa4f08 Mon Sep 17 00:00:00 2001 -From: Morten Welinder <terra@gnome.org> -Date: Sun, 10 Mar 2013 20:18:01 +0000 -Subject: Math: fix problems with cspline boxed type. - ---- -(limited to 'goffice/math/go-cspline.c') - -diff --git a/goffice/math/go-cspline.c b/goffice/math/go-cspline.c -index a3d0991..d321847 100644 ---- goffice/math/go-cspline.c -+++ 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)); --- -cgit v0.9.1 diff --git a/devel/goffice/pkg-plist b/devel/goffice/pkg-plist index 3bd7bf492..6d6137aab 100644 --- a/devel/goffice/pkg-plist +++ b/devel/goffice/pkg-plist @@ -100,6 +100,7 @@ include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-color-selector.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-combo-box.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-combo-color.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-combo-pixmaps.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-font-sel-dialog.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-font-sel.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-format-sel.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-gradient-selector.h |