[Pkg-mc-commits] r260 - in trunk/debian: . patches patches/debian

Denis Briand narcan-guest at alioth.debian.org
Fri Aug 28 16:13:28 UTC 2009


Author: narcan-guest
Date: 2009-08-28 16:13:28 +0000 (Fri, 28 Aug 2009)
New Revision: 260

Added:
   trunk/debian/patches/debian/07_use_default_images_viewer.patch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
Log:
use mailcap entry to choose images viewer


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-08-28 15:39:54 UTC (rev 259)
+++ trunk/debian/changelog	2009-08-28 16:13:28 UTC (rev 260)
@@ -18,6 +18,7 @@
   * Add debian/README.source file.
   * mime-support is now a Recommended package.
   * Use mailcap entry to choose pdf viewer (Closes: #544054).
+  * Use mailcap entry to choose images viewer (Closes: #544058).
 
  -- Patrick Winnertz <winnie at debian.org>  Wed, 19 Aug 2009 21:52:58 +0200
 

Added: trunk/debian/patches/debian/07_use_default_images_viewer.patch
===================================================================
--- trunk/debian/patches/debian/07_use_default_images_viewer.patch	                        (rev 0)
+++ trunk/debian/patches/debian/07_use_default_images_viewer.patch	2009-08-28 16:13:28 UTC (rev 260)
@@ -0,0 +1,16 @@
+Comment: use mailcap entry to choose the images viewer
+bug: #544058
+Author: Andreas Tille <tillea at rki.de>
+Index: mc-4.7.0-pre1/misc/mc.ext.in
+===================================================================
+--- mc-4.7.0-pre1.orig/misc/mc.ext.in	2009-08-28 18:06:16.000000000 +0200
++++ mc-4.7.0-pre1/misc/mc.ext.in	2009-08-28 18:07:34.000000000 +0200
+@@ -379,7 +379,7 @@
+ 	View=sxpm %f
+ 
+ include/image
+-	Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (gqview %f &); fi
++	Open=(see %f &)
+ 	View=%view{ascii} identify %f
+ 	#View=%view{ascii} asciiview %f
+ 

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2009-08-28 15:39:54 UTC (rev 259)
+++ trunk/debian/patches/series	2009-08-28 16:13:28 UTC (rev 260)
@@ -53,3 +53,4 @@
 man/24_mcedit.patch
 man/25_mcview.patch
 debian/06_use_default_pdf_viewer.patch
+debian/07_use_default_images_viewer.patch




More information about the Pkg-mc-commits mailing list