pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sylpheed-claws-ghostscript-viewer Add to patch to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d304eae36f2f
branches:  trunk
changeset: 465745:d304eae36f2f
user:      cube <cube%pkgsrc.org@localhost>
date:      Mon Jan 05 16:53:04 2004 +0000

description:
Add to patch to match "application/PDF".

diffstat:

 mail/sylpheed-claws-ghostscript-viewer/Makefile         |   3 ++-
 mail/sylpheed-claws-ghostscript-viewer/distinfo         |   3 ++-
 mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r a1008216b783 -r d304eae36f2f mail/sylpheed-claws-ghostscript-viewer/Makefile
--- a/mail/sylpheed-claws-ghostscript-viewer/Makefile   Mon Jan 05 15:31:34 2004 +0000
+++ b/mail/sylpheed-claws-ghostscript-viewer/Makefile   Mon Jan 05 16:53:04 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/02 09:16:33 cube Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/05 16:53:04 cube Exp $
 #
 
 DISTNAME=      ghostscript-viewer-0.6
 PKGNAME=       sylpheed-claws-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    mail news x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
 EXTRACT_SUFX=  .tar.bz2
diff -r a1008216b783 -r d304eae36f2f mail/sylpheed-claws-ghostscript-viewer/distinfo
--- a/mail/sylpheed-claws-ghostscript-viewer/distinfo   Mon Jan 05 15:31:34 2004 +0000
+++ b/mail/sylpheed-claws-ghostscript-viewer/distinfo   Mon Jan 05 16:53:04 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/01/02 09:16:33 cube Exp $
+$NetBSD: distinfo,v 1.2 2004/01/05 16:53:04 cube Exp $
 
 SHA1 (ghostscript-viewer-0.6.tar.bz2) = dede76895d33c9bb120ec372f01165994f11e73a
 Size (ghostscript-viewer-0.6.tar.bz2) = 244060 bytes
+SHA1 (patch-aa) = 64816218e52857ccc65041e00201c761775343fe
diff -r a1008216b783 -r d304eae36f2f mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa   Mon Jan 05 16:53:04 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/01/05 16:53:04 cube Exp $
+
+--- src/viewer.c.orig  2003-10-10 13:00:36.000000000 +0200
++++ src/viewer.c
+@@ -322,7 +322,7 @@ MimeViewer *ghostscript_viewer_create(vo
+ }
+ 
+ static gchar *content_types[] =
+-      {"application/postscript", "application/pdf", NULL};
++      {"application/postscript", "application/pdf", "application/PDF", NULL};
+ 
+ MimeViewerFactory ghostscript_viewer_factory =
+ {



Home | Main Index | Thread Index | Old Index