From 2bb10d0657ebb95aecfafbd710afae48288464d0 Mon Sep 17 00:00:00 2001 From: cube Date: Mon, 5 Jan 2004 16:53:04 +0000 Subject: Add to patch to match "application/PDF". --- 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(-) create mode 100644 mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa (limited to 'mail') diff --git a/mail/sylpheed-claws-ghostscript-viewer/Makefile b/mail/sylpheed-claws-ghostscript-viewer/Makefile index ea53e3f1b30..5b94dbcc0ff 100644 --- a/mail/sylpheed-claws-ghostscript-viewer/Makefile +++ b/mail/sylpheed-claws-ghostscript-viewer/Makefile @@ -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 --git a/mail/sylpheed-claws-ghostscript-viewer/distinfo b/mail/sylpheed-claws-ghostscript-viewer/distinfo index 730ad17f88d..ab842766fca 100644 --- a/mail/sylpheed-claws-ghostscript-viewer/distinfo +++ b/mail/sylpheed-claws-ghostscript-viewer/distinfo @@ -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 --git a/mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa b/mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa new file mode 100644 index 00000000000..c2adf231037 --- /dev/null +++ b/mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa @@ -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 = + { -- cgit v1.2.3