summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-08-09 16:15:51 +0000
committerdrochner <drochner@pkgsrc.org>2007-08-09 16:15:51 +0000
commitc9232159a463bed76247cdb45712a6d93ca72fce (patch)
tree540af52088ac056f1336363b7900aafef6e6c709 /math
parenta469e8886958d7f8a37286d4ed83befad1e0a0aa (diff)
downloadpkgsrc-c9232159a463bed76247cdb45712a6d93ca72fce.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,