diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-03-02 17:39:45 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-03-02 17:42:41 +0000 |
commit | 6be41f1374dc9bf7f53673273d8b02bfbfe6a02e (patch) | |
tree | b5fa1b53885c2814b379e2bc6cb8db9c2afe418b /packages/mc/mc_4.6.2.bb | |
parent | 7b0e17165cbd5ba742b68f5d8654a3e29623edad (diff) |
mc-4.6.2: More fixes: cursor on tab, UTF-8 regexp, ftpfs, Esc(.
Diffstat (limited to 'packages/mc/mc_4.6.2.bb')
-rw-r--r-- | packages/mc/mc_4.6.2.bb | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/packages/mc/mc_4.6.2.bb b/packages/mc/mc_4.6.2.bb index ea44320e26..9310857b66 100644 --- a/packages/mc/mc_4.6.2.bb +++ b/packages/mc/mc_4.6.2.bb @@ -1,10 +1,8 @@ require mc.inc -PR = "r1" +PR = "r2" HOMEPAGE = "http://www.midnight-commander.org/" -# UTF-8 fixes copied from openSUSE Factory: -# (2009-02-12 by nadvornik@suse.cz) -# mc-utf8-look-and-feel.patch: debian fix for utf8 +# most of these fixes were copied from openSUSE Factory. SRC_URI = "http://www.midnight-commander.org/downloads/${P}.tar.gz \ file://mhl-stdbool.patch;patch=1 \ file://mc-utf8.patch;patch=1 \ @@ -16,8 +14,14 @@ SRC_URI = "http://www.midnight-commander.org/downloads/${P}.tar.gz \ file://mc-utf8-nlink.patch;patch=1 \ file://mc-utf8-look-and-feel.patch;patch=1 \ file://mc-utf8-slang-codeset.patch;patch=1 \ + file://99_regexp-replace-fixed.patch;patch=1 \ + file://99b_fix-regex-pattern-lengths.patch;patch=1 \ file://multi-press-f-keys.patch;patch=1 \ - file://cross-compile.patch;patch=1" + file://cross-compile.patch;patch=1 \ + file://01_ftpfs_symlink.patch;patch=1 \ + file://02_ignore_ftp_chmod_error.patch;patch=1 \ + file://mc-cursor-appearance.patch;patch=1 \ + file://mc-esc-seq.patch;patch=1" EXTRA_OECONF = "--libexecdir=${libdir} --without-x --without-samba \ --without-nfs --without-gpm-mouse --enable-charset" |