SOURCES: mc-mc.ext.patch - updated for 4.6.1

blues blues at pld-linux.org
Wed Jul 27 20:55:19 CEST 2005


Author: blues                        Date: Wed Jul 27 18:55:18 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 4.6.1

---- Files affected:
SOURCES:
   mc-mc.ext.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/mc-mc.ext.patch
diff -u SOURCES/mc-mc.ext.patch:1.4 SOURCES/mc-mc.ext.patch:1.5
--- SOURCES/mc-mc.ext.patch:1.4	Fri Mar 26 10:35:19 2004
+++ SOURCES/mc-mc.ext.patch	Wed Jul 27 20:55:13 2005
@@ -1,16 +1,6 @@
-diff -urN mc-4.6.0.orig/lib/mc.ext.in mc-4.6.0/lib/mc.ext.in
---- mc-4.6.0.orig/lib/mc.ext.in	2004-03-26 10:31:23.330492768 +0100
-+++ mc-4.6.0/lib/mc.ext.in	2004-03-26 10:32:01.078754160 +0100
-@@ -300,7 +300,7 @@
- 
- # html
- regex/\.([Hh]tml?|HTML?)$
--	Open=if test -n "@X11_WWW@" && test -n "$DISPLAY"; then (@X11_WWW@ file://%d/%p &) >/dev/null 2>&1; else links %f 2>/dev/null || lynx -force_html %f; fi
-+	Open=if test -n "gnome-moz-remote" && test -n "$DISPLAY"; then (gnome-moz-remote file://%d/%p &) >/dev/null 2>&1; else elinks %f 2>/dev/null || lynx -force_html %f; fi
- 	View=%view{ascii} lynx -dump -force_html %f
- 
- # StarOffice 5.2
-@@ -442,34 +442,49 @@
+--- ./lib/mc.ext.in.org	2005-07-27 20:52:12.000000000 +0200
++++ ./lib/mc.ext.in	2005-07-27 20:59:04.000000000 +0200
+@@ -164,23 +164,32 @@
  # cpio
  shell/.cpio.Z
  	Open=%cd %p#ucpio
@@ -34,6 +24,7 @@
  
  # patch
 -regex/\.(diff|patch)(\.(bz2|gz|Z))?$
+-        Open=%cd %p#patchfs
 +regex/\.(diff|patch)(\.bz2)$
 +	Open=%cd %p#patchfs
 +	View=%view{ascii} bzip2 -dc %f 2>/dev/null
@@ -43,11 +34,20 @@
 +	View=%view{ascii} gzip -dc %f 2>/dev/null
 +
 +regex/\.(diff|patch)$
-         Open=%cd %p#patchfs
++	Open=%cd %p#patchfs
 +	View=%view{ascii} /bin/cat %f 2>/dev/null
  
- # gzip
- type/^gzip
+ # ar library
+ regex/\.s?a$
+@@ -432,6 +441,7 @@
+ # html
+ regex/\.([hH][tT][mM][lL]?)$
+ 	Open=(if test -n "@X11_WWW@" && test -n "$DISPLAY"; then (@X11_WWW@ file://%d/%p &) 1>&2; else links %f || lynx -force_html %f || ${PAGER:-more} %f; fi) 2>/dev/null
++	 Open=(if test -n "gnome-moz-remote" && test -n "$DISPLAY"; then (gnome-moz-remote file://%d/%p &) >/dev/null 2>&1; else elinks %f 2>/dev/null || lynx -force_html %f || ${PAGER:-more} %f; fi) 2>/dev/null
+ 	View=%view{ascii} lynx -dump -force_html %f
+ 
+ # StarOffice 5.2
+@@ -526,11 +536,17 @@
  	Open=gzip -dc %f | %var{PAGER:more}
  	View=%view{ascii} gzip -dc %f 2>/dev/null
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mc-mc.ext.patch?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list