rev 16694 - trunk/packages/kdegraphics/debian

Pino Toscano pino-guest at alioth.debian.org
Sun Jan 24 14:35:42 UTC 2010


Author: pino-guest
Date: 2010-01-24 14:35:41 +0000 (Sun, 24 Jan 2010)
New Revision: 16694

Modified:
   trunk/packages/kdegraphics/debian/changelog
   trunk/packages/kdegraphics/debian/okular-extra-backends.mime
   trunk/packages/kdegraphics/debian/okular.mime
Log:
some more mailcap entries for okular, including application/x-pdf (#565873)


Modified: trunk/packages/kdegraphics/debian/changelog
===================================================================
--- trunk/packages/kdegraphics/debian/changelog	2010-01-24 13:44:01 UTC (rev 16693)
+++ trunk/packages/kdegraphics/debian/changelog	2010-01-24 14:35:41 UTC (rev 16694)
@@ -10,8 +10,10 @@
   * Change the khelpcenter suggest of kgamma to khelpcenter4.
   * Change the texlive-base-bin suggest of okular to texlive-binaries,
     as it is the new texlive package containing `kpsewhich' (for DVI fonts).
+  * Add some more mailcap entries for okular.
+    - ... including application/x-pdf (Closes: #565873)
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 18 Jan 2010 18:42:40 +0100
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 24 Jan 2010 15:33:30 +0100
 
 kdegraphics (4:4.3.4-1) unstable; urgency=low
 

Modified: trunk/packages/kdegraphics/debian/okular-extra-backends.mime
===================================================================
--- trunk/packages/kdegraphics/debian/okular-extra-backends.mime	2010-01-24 13:44:01 UTC (rev 16693)
+++ trunk/packages/kdegraphics/debian/okular-extra-backends.mime	2010-01-24 14:35:41 UTC (rev 16694)
@@ -1,2 +1,3 @@
-image/vnd.djvu;         okular %s;        nametemplate=%s.djvu;     test=test "$DISPLAY" != "";     priority=5
-image/tiff;             okular %s;        nametemplate=%s.tiff;     test=test "$DISPLAY" != "";     priority=5
+image/vnd.djvu;             okular '%s';        nametemplate=%s.djvu;     test=test "$DISPLAY" != "";     priority=5
+image/tiff;                 okular '%s';        nametemplate=%s.tiff;     test=test "$DISPLAY" != "";     priority=5
+application/x-chm;          okular '%s';        nametemplate=%s.chm;      test=test "$DISPLAY" != "";     priority=5

Modified: trunk/packages/kdegraphics/debian/okular.mime
===================================================================
--- trunk/packages/kdegraphics/debian/okular.mime	2010-01-24 13:44:01 UTC (rev 16693)
+++ trunk/packages/kdegraphics/debian/okular.mime	2010-01-24 14:35:41 UTC (rev 16694)
@@ -1,3 +1,15 @@
-application/pdf;        okular %s;        nametemplate=%s.pdf;    test=test "$DISPLAY" != "";     priority=6
-application/postscript; okular %s;        nametemplate=%s.ps;     test=test "$DISPLAY" != "";     priority=5
-application/x-dvi;      okular %s;        nametemplate=%s.dvi;    test=test "$DISPLAY" != "";     priority=4
+application/pdf;            okular '%s';        nametemplate=%s.pdf;      test=test "$DISPLAY" != "";     priority=6
+application/x-pdf;          okular '%s';        nametemplate=%s.pdf;      test=test "$DISPLAY" != "";     priority=6
+application/x-gzpdf;        okular '%s';        nametemplate=%s.pdf.gz;   test=test "$DISPLAY" != "";     priority=6
+application/x-bzpdf;        okular '%s';        nametemplate=%s.pdf.bz2;  test=test "$DISPLAY" != "";     priority=6
+application/postscript;     okular '%s';        nametemplate=%s.ps;       test=test "$DISPLAY" != "";     priority=5
+application/z-gzpostscript; okular '%s';        nametemplate=%s.ps.gz;    test=test "$DISPLAY" != "";     priority=5
+application/x-bzpostscript; okular '%s';        nametemplate=%s.ps.bz2;   test=test "$DISPLAY" != "";     priority=5
+image/x-eps;                okular '%s';        nametemplate=%s.eps;      test=test "$DISPLAY" != "";     priority=5
+image/x-bzeps;              okular '%s';        nametemplate=%s.eps.bz2;  test=test "$DISPLAY" != "";     priority=5
+image/x-gzeps;              okular '%s';        nametemplate=%s.eps.gz;   test=test "$DISPLAY" != "";     priority=5
+application/x-dvi;          okular '%s';        nametemplate=%s.dvi;      test=test "$DISPLAY" != "";     priority=4
+application/x-gzdvi;        okular '%s';        nametemplate=%s.dvi.gz;   test=test "$DISPLAY" != "";     priority=4
+application/x-bzdvi;        okular '%s';        nametemplate=%s.dvi.bz2;  test=test "$DISPLAY" != "";     priority=4
+application/x-cbr;          okular '%s';        nametemplate=%s.cbr;      test=test "$DISPLAY" != "";     priority=4
+application/x-cbz;          okular '%s';        nametemplate=%s.cbz;      test=test "$DISPLAY" != "";     priority=4




More information about the pkg-kde-commits mailing list