summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordrochner <drochner>2007-08-09 16:15:51 +0000
committerdrochner <drochner>2007-08-09 16:15:51 +0000
commite3bfd8a9de6420c7f9c95bce27751041bec75230 (patch)
tree540af52088ac056f1336363b7900aafef6e6c709 /math
parent6ea37b1eb7badc2b01a21cac540cd2c22f097c4a (diff)
downloadpkgsrc-e3bfd8a9de6420c7f9c95bce27751041bec75230.tar.gz
fix path so that the libgnomedb-3 database browser is found,
ride on recent PKGREVISION bump
Diffstat (limited to 'math')
-rw-r--r--math/gnumeric-current/distinfo3
-rw-r--r--math/gnumeric-current/patches/patch-ad13
2 files changed, 15 insertions, 1 deletions
diff --git a/math/gnumeric-current/distinfo b/math/gnumeric-current/distinfo
index 766aa9c6c23..74139f997fe 100644
--- a/math/gnumeric-current/distinfo
+++ b/math/gnumeric-current/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/05/05 21:34:07 wiz Exp $
+$NetBSD: distinfo,v 1.2 2007/08/09 16:15:51 drochner Exp $
SHA1 (gnumeric-1.7.10.tar.bz2) = 8222ecec9ea3e3f9d9e1d3c0b223224658697a9a
RMD160 (gnumeric-1.7.10.tar.bz2) = 202e2f6513b251617eb4f7b9dafcf9ba2ff52d89
Size (gnumeric-1.7.10.tar.bz2) = 13373300 bytes
SHA1 (patch-ac) = 2010a7c2a862545851749b4d5394dc1b2cb2f670
+SHA1 (patch-ad) = ee7c4d8a3bb90799297dff4620bd6a8612a894c2
diff --git a/math/gnumeric-current/patches/patch-ad b/math/gnumeric-current/patches/patch-ad
new file mode 100644
index 00000000000..12dd5be5540
--- /dev/null
+++ b/math/gnumeric-current/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2007/08/09 16:15:52 drochner Exp $
+
+--- plugins/gnome-db/plugin-gnomedb.c.orig 2007-08-07 17:18:43.000000000 +0200
++++ plugins/gnome-db/plugin-gnomedb.c
+@@ -16,7 +16,7 @@ view_data_sources (GnmAction const *acti
+ char *argv[2];
+
+ /* run gnome-database-properties config tool */
+- argv[0] = (char *) "gnome-database-properties";
++ argv[0] = (char *) "gnome-database-properties-3.0";
+ argv[1] = NULL;
+
+ if (!g_spawn_async (NULL, argv, NULL, G_SPAWN_SEARCH_PATH,