diff options
author | Juergen Daubert <jue@jue.li> | 2010-12-28 13:02:14 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2010-12-28 13:02:14 +0100 |
commit | 44837573b2cc1ccdfc66ffd8f093ff5c4cee09af (patch) | |
tree | 77e20dfd5f8e3e492983ea19bce7a9481b10d74d /mc | |
parent | e7b8873382f9fa776780140a63291c9f6cac9fc1 (diff) | |
download | opt-44837573b2cc1ccdfc66ffd8f093ff5c4cee09af.tar.gz opt-44837573b2cc1ccdfc66ffd8f093ff5c4cee09af.tar.xz |
mc: update to 4.7.5
Diffstat (limited to 'mc')
-rw-r--r-- | mc/.footprint | 14 | ||||
-rw-r--r-- | mc/.md5sum | 2 | ||||
-rw-r--r-- | mc/Pkgfile | 4 |
3 files changed, 11 insertions, 9 deletions
diff --git a/mc/.footprint b/mc/.footprint index 7550d1a01..24883e499 100644 --- a/mc/.footprint +++ b/mc/.footprint @@ -3,21 +3,17 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/mc lrwxrwxrwx root/root usr/bin/mcdiff -> mc lrwxrwxrwx root/root usr/bin/mcedit -> mc --rwxr-xr-x root/root usr/bin/mcmfmt lrwxrwxrwx root/root usr/bin/mcview -> mc drwxr-xr-x root/root usr/etc/ drwxr-xr-x root/root usr/etc/mc/ --rw-r--r-- root/root usr/etc/mc/Syntax -rw-r--r-- root/root usr/etc/mc/cedit.menu -rw-r--r-- root/root usr/etc/mc/edit.indent.rc -rw-r--r-- root/root usr/etc/mc/edit.spell.rc -rw-r--r-- root/root usr/etc/mc/filehighlight.ini --rw-r--r-- root/root usr/etc/mc/mc.charsets -rw-r--r-- root/root usr/etc/mc/mc.ext -rw-r--r-- root/root usr/etc/mc/mc.keymap -rw-r--r-- root/root usr/etc/mc/mc.keymap.default -rw-r--r-- root/root usr/etc/mc/mc.keymap.emacs --rw-r--r-- root/root usr/etc/mc/mc.lib -rw-r--r-- root/root usr/etc/mc/mc.menu -rw-r--r-- root/root usr/etc/mc/mc.menu.sr -rw-r--r-- root/root usr/etc/mc/sfs.ini @@ -81,8 +77,12 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/mcview.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/mc/ --rw-r--r-- root/root usr/share/mc/mc.hint --rw-r--r-- root/root usr/share/mc/mc.hlp +drwxr-xr-x root/root usr/share/mc/help/ +-rw-r--r-- root/root usr/share/mc/help/mc.hlp +drwxr-xr-x root/root usr/share/mc/hints/ +-rw-r--r-- root/root usr/share/mc/hints/mc.hint +-rw-r--r-- root/root usr/share/mc/mc.charsets +-rw-r--r-- root/root usr/share/mc/mc.lib drwxr-xr-x root/root usr/share/mc/skins/ -rw-r--r-- root/root usr/share/mc/skins/darkfar.ini -rw-r--r-- root/root usr/share/mc/skins/default.ini @@ -92,6 +92,7 @@ drwxr-xr-x root/root usr/share/mc/skins/ -rw-r--r-- root/root usr/share/mc/skins/nicedark.ini drwxr-xr-x root/root usr/share/mc/syntax/ -rw-r--r-- root/root usr/share/mc/syntax/PKGBUILD.syntax +-rw-r--r-- root/root usr/share/mc/syntax/Syntax -rw-r--r-- root/root usr/share/mc/syntax/ada95.syntax -rw-r--r-- root/root usr/share/mc/syntax/aspx.syntax -rw-r--r-- root/root usr/share/mc/syntax/assembler.syntax @@ -102,6 +103,7 @@ drwxr-xr-x root/root usr/share/mc/syntax/ -rw-r--r-- root/root usr/share/mc/syntax/cs.syntax -rw-r--r-- root/root usr/share/mc/syntax/css.syntax -rw-r--r-- root/root usr/share/mc/syntax/cxx.syntax +-rw-r--r-- root/root usr/share/mc/syntax/cython.syntax -rw-r--r-- root/root usr/share/mc/syntax/d.syntax -rw-r--r-- root/root usr/share/mc/syntax/debian-changelog.syntax -rw-r--r-- root/root usr/share/mc/syntax/debian-control.syntax diff --git a/mc/.md5sum b/mc/.md5sum index d9a2de8ae..2228e74a7 100644 --- a/mc/.md5sum +++ b/mc/.md5sum @@ -1 +1 @@ -9932eaef64b7501c01f06faa888e8998 mc-4.7.4.tar.lzma +6e3d5d992d3c8ace46ecb4a55dbdca14 mc-4.7.5.tar.lzma diff --git a/mc/Pkgfile b/mc/Pkgfile index 64f446e25..ad09c9c9e 100644 --- a/mc/Pkgfile +++ b/mc/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses glib name=mc -version=4.7.4 +version=4.7.5 release=1 source=(http://www.midnight-commander.org/downloads/$name-$version.tar.lzma) @@ -20,5 +20,5 @@ build () { make make DESTDIR=$PKG install - rm $PKG/usr/{share/mc/mc.hint.*,lib/mc/*/README*} + rm $PKG/usr/{share/mc/hints/mc.hint.*,lib/mc/*/README*} } |