diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2016-01-14 19:11:10 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-01-19 09:39:48 +0000 |
commit | 0f476cad13b5a183c977a83aa6504a96fb6b4bbd (patch) | |
tree | f25f9b7ca92b29e2e7cfa6133183707f409f8917 /main/mc/alpine_syntax.patch | |
parent | 0a47602eb6a1d4d213b2bd81beb18e29149aeb3d (diff) | |
download | aports-0f476cad13b5a183c977a83aa6504a96fb6b4bbd.tar.bz2 aports-0f476cad13b5a183c977a83aa6504a96fb6b4bbd.tar.xz |
main/mc: various packaging improvements
- enable SFTP-vfs
- add APKBUILD syntax highliting
- non-english help and hints are moved to -lang
- Serbian menu file /etc/mc/mc.menu.sr moved to -lang
- mcedit macros examples are moved to -doc
- README's from /usr/lib/mc moved to -doc
- non-english man pages are removed.
Diffstat (limited to 'main/mc/alpine_syntax.patch')
-rw-r--r-- | main/mc/alpine_syntax.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/mc/alpine_syntax.patch b/main/mc/alpine_syntax.patch new file mode 100644 index 000000000..a93b85492 --- /dev/null +++ b/main/mc/alpine_syntax.patch @@ -0,0 +1,12 @@ +--- old/misc/syntax/Syntax.in ++++ new/misc/syntax/Syntax.in +@@ -238,6 +238,9 @@ + file .\*\\.strace$ Strace\sdebug\soutput + include strace.syntax + ++file APKBUILD$ Alpine\spackage\sbuild\sscript ++include PKGBUILD.syntax ++ + file PKGBUILD$ Arch\spackage\sbuild\sscript + include PKGBUILD.syntax + |