mc: update to 4.8.16
This commit is contained in:
parent
e121344fc5
commit
0d70bb1bef
@ -13,7 +13,6 @@ drwxr-xr-x root/root usr/etc/mc/
|
|||||||
-rw-r--r-- root/root usr/etc/mc/mc.ext
|
-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
|
||||||
-rw-r--r-- root/root usr/etc/mc/mc.menu
|
-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/mcedit.menu
|
-rw-r--r-- root/root usr/etc/mc/mcedit.menu
|
||||||
-rw-r--r-- root/root usr/etc/mc/sfs.ini
|
-rw-r--r-- root/root usr/etc/mc/sfs.ini
|
||||||
drwxr-xr-x root/root usr/lib/
|
drwxr-xr-x root/root usr/lib/
|
||||||
@ -84,12 +83,12 @@ drwxr-xr-x root/root usr/lib/mc/fish/
|
|||||||
-rwxr-xr-x root/root usr/lib/mc/mc-wrapper.sh
|
-rwxr-xr-x root/root usr/lib/mc/mc-wrapper.sh
|
||||||
-rwxr-xr-x root/root usr/lib/mc/mc.csh
|
-rwxr-xr-x root/root usr/lib/mc/mc.csh
|
||||||
-rwxr-xr-x root/root usr/lib/mc/mc.sh
|
-rwxr-xr-x root/root usr/lib/mc/mc.sh
|
||||||
drwxr-xr-x root/root usr/man/
|
|
||||||
drwxr-xr-x root/root usr/man/man1/
|
|
||||||
-rw-r--r-- root/root usr/man/man1/mc.1.gz
|
|
||||||
-rw-r--r-- root/root usr/man/man1/mcedit.1.gz
|
|
||||||
-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/
|
||||||
|
drwxr-xr-x root/root usr/share/man/
|
||||||
|
drwxr-xr-x root/root usr/share/man/man1/
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/mc.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/mcedit.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/mcview.1.gz
|
||||||
drwxr-xr-x root/root usr/share/mc/
|
drwxr-xr-x root/root usr/share/mc/
|
||||||
drwxr-xr-x root/root usr/share/mc/examples/
|
drwxr-xr-x root/root usr/share/mc/examples/
|
||||||
drwxr-xr-x root/root usr/share/mc/examples/macros.d/
|
drwxr-xr-x root/root usr/share/mc/examples/macros.d/
|
||||||
@ -157,6 +156,7 @@ drwxr-xr-x root/root usr/share/mc/syntax/
|
|||||||
-rw-r--r-- root/root usr/share/mc/syntax/f90.syntax
|
-rw-r--r-- root/root usr/share/mc/syntax/f90.syntax
|
||||||
-rw-r--r-- root/root usr/share/mc/syntax/filehighlight.syntax
|
-rw-r--r-- root/root usr/share/mc/syntax/filehighlight.syntax
|
||||||
-rw-r--r-- root/root usr/share/mc/syntax/fortran.syntax
|
-rw-r--r-- root/root usr/share/mc/syntax/fortran.syntax
|
||||||
|
-rw-r--r-- root/root usr/share/mc/syntax/go.syntax
|
||||||
-rw-r--r-- root/root usr/share/mc/syntax/haskell.syntax
|
-rw-r--r-- root/root usr/share/mc/syntax/haskell.syntax
|
||||||
-rw-r--r-- root/root usr/share/mc/syntax/html.syntax
|
-rw-r--r-- root/root usr/share/mc/syntax/html.syntax
|
||||||
-rw-r--r-- root/root usr/share/mc/syntax/idl.syntax
|
-rw-r--r-- root/root usr/share/mc/syntax/idl.syntax
|
||||||
|
@ -1 +1 @@
|
|||||||
7c1935433866fdf59a3c2d9b7dae81ad mc-4.8.15.tar.xz
|
5df626a64592ccc5891afd3923edcdbf mc-4.8.16.tar.xz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: util-linux ncurses glib
|
# Depends on: util-linux ncurses glib
|
||||||
|
|
||||||
name=mc
|
name=mc
|
||||||
version=4.8.15
|
version=4.8.16
|
||||||
release=1
|
release=1
|
||||||
source=(http://ftp.osuosl.org/pub/midnightcommander/$name-$version.tar.xz)
|
source=(http://ftp.osuosl.org/pub/midnightcommander/$name-$version.tar.xz)
|
||||||
|
|
||||||
@ -12,7 +12,6 @@ build () {
|
|||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--mandir=/usr/man \
|
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--with-screen=ncurses
|
--with-screen=ncurses
|
||||||
|
Loading…
x
Reference in New Issue
Block a user