summaryrefslogtreecommitdiff
path: root/print/evince
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-12-16 11:39:43 +0000
committerdrochner <drochner@pkgsrc.org>2007-12-16 11:39:43 +0000
commit38faee0a53342c478cd8871be5ecdf7bfb6a0312 (patch)
tree712d7827eda93823d2c27f68c67c3822286506cb /print/evince
parent6abf0453c57aaf98242cbb64b17982318974b1aa (diff)
downloadpkgsrc-38faee0a53342c478cd8871be5ecdf7bfb6a0312.tar.gz
make display of attachment work
bump PKGREVISION
Diffstat (limited to 'print/evince')
-rw-r--r--print/evince/Makefile4
-rw-r--r--print/evince/distinfo3
-rw-r--r--print/evince/patches/patch-ah13
3 files changed, 18 insertions, 2 deletions
diff --git a/print/evince/Makefile b/print/evince/Makefile
index 8815e06e875..b51707f9dbc 100644
--- a/print/evince/Makefile
+++ b/print/evince/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.36 2007/11/03 16:12:48 drochner Exp $
+# $NetBSD: Makefile,v 1.37 2007/12/16 11:39:43 drochner Exp $
#
.include "../../print/evince/Makefile.common"
+PKGREVISION= 1
+
COMMENT= Document viewer for the GNOME Desktop
GCONF_SCHEMAS= evince.schemas
diff --git a/print/evince/distinfo b/print/evince/distinfo
index b1aba36a988..b273f9bdc0b 100644
--- a/print/evince/distinfo
+++ b/print/evince/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.15 2007/11/28 21:02:12 drochner Exp $
+$NetBSD: distinfo,v 1.16 2007/12/16 11:39:43 drochner Exp $
SHA1 (evince-2.20.2.tar.bz2) = 9d8d847314d728e579009eae76f2a84e17c9c893
RMD160 (evince-2.20.2.tar.bz2) = 25daf214a29a2ead7161574852fd89c5bb6a848b
Size (evince-2.20.2.tar.bz2) = 1614179 bytes
SHA1 (patch-ae) = 32372279348e1b6b4027bed08b35270e71713445
SHA1 (patch-ag) = eecbae054602e199963632e0ca0a538695ef4a5f
+SHA1 (patch-ah) = be13cbe2b72ef7233dce9da901a72982bce442d9
diff --git a/print/evince/patches/patch-ah b/print/evince/patches/patch-ah
new file mode 100644
index 00000000000..ac98fc95c64
--- /dev/null
+++ b/print/evince/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2007/12/16 11:39:43 drochner Exp $
+
+--- libdocument/ev-attachment.c.orig 2007-12-16 10:40:27.000000000 +0100
++++ libdocument/ev-attachment.c
+@@ -396,7 +396,7 @@ ev_attachment_open (EvAttachment *attach
+ if (ev_attachment_save (attachment, uri, error)) {
+ if (attachment->priv->tmp_uri)
+ g_free (attachment->priv->tmp_uri);
+- attachment->priv->tmp_uri = g_strdup (filename);
++ attachment->priv->tmp_uri = g_strdup (uri);
+
+ retval = ev_attachment_launch_app (attachment, error);
+ }