Accepting request 183610 from home:subchaser:midnight-commander:latest

Updated to latest released (4.8.9)

OBS-URL: https://build.opensuse.org/request/show/183610
OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=57
This commit is contained in:
OBS User mrdocs
2013-07-18 16:35:38 +00:00
committed by Git OBS Bridge
parent 260c80a841
commit de082762cc
21 changed files with 345 additions and 387 deletions

16
mc-extd-doc.patch Normal file
View File

@@ -0,0 +1,16 @@
--- misc/ext.d/doc.sh.in.orig 2012-12-27 12:13:20.000000000 +0400
+++ misc/ext.d/doc.sh.in 2013-03-10 08:03:31.889494487 +0400
@@ -50,3 +50,3 @@
msdoc)
- which wvHtml >/dev/null 2>&1 &&
+ which wvHtml >/dev/null 2>&1 && which elinks >/dev/null 2>&1 &&
{
@@ -57,2 +57,3 @@
} || \
+ wvText "${MC_EXT_FILENAME}" - || \
antiword -t "${MC_EXT_FILENAME}" || \
@@ -63,3 +64,3 @@
msxls)
- which xlHtml >/dev/null 2>&1 && {
+ which xlHtml >/dev/null 2>&1 && which elinks >/dev/null 2>&1 && {
tmp=`mktemp -d ${TMPDIR:-/tmp}/%p.XXXXXX`