pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/evince make display of attachment work



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb0ef863bba8
branches:  trunk
changeset: 536501:cb0ef863bba8
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Sun Dec 16 11:39:43 2007 +0000

description:
make display of attachment work
bump PKGREVISION

diffstat:

 print/evince/Makefile         |   4 +++-
 print/evince/distinfo         |   3 ++-
 print/evince/patches/patch-ah |  13 +++++++++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r 6a8ed30a1b25 -r cb0ef863bba8 print/evince/Makefile
--- a/print/evince/Makefile     Sun Dec 16 09:35:34 2007 +0000
+++ b/print/evince/Makefile     Sun Dec 16 11:39:43 2007 +0000
@@ -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 -r 6a8ed30a1b25 -r cb0ef863bba8 print/evince/distinfo
--- a/print/evince/distinfo     Sun Dec 16 09:35:34 2007 +0000
+++ b/print/evince/distinfo     Sun Dec 16 11:39:43 2007 +0000
@@ -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 -r 6a8ed30a1b25 -r cb0ef863bba8 print/evince/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/evince/patches/patch-ah     Sun Dec 16 11:39:43 2007 +0000
@@ -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);
+               }



Home | Main Index | Thread Index | Old Index