diff options
author | cube <cube@pkgsrc.org> | 2004-01-05 16:53:04 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-01-05 16:53:04 +0000 |
commit | 2bb10d0657ebb95aecfafbd710afae48288464d0 (patch) | |
tree | 22f25d423bff7ca4ac841da999f4f33b9a600d83 /mail | |
parent | 3d1b1ef267ef75f3549ce0f3e85c58c4fac33c70 (diff) | |
download | pkgsrc-2bb10d0657ebb95aecfafbd710afae48288464d0.tar.gz |
Add to patch to match "application/PDF".
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-claws-ghostscript-viewer/Makefile | 3 | ||||
-rw-r--r-- | mail/sylpheed-claws-ghostscript-viewer/distinfo | 3 | ||||
-rw-r--r-- | mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa | 13 |
3 files changed, 17 insertions, 2 deletions
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 = + { |