summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2009-02-02 14:46:40 +0300
committerVlad Glagolev2009-02-02 14:46:40 +0300
commit6dca2b20c921c332501c78b74f6a0c4a5878852e (patch)
treea47036cd328c0fa529da9952007957542dde7234
parentc857fb79f117a063483d47be2fcd09d79958e9de (diff)
mc: return UTF-8 support removed by the previous "update"
-rwxr-xr-xshell-term-fm/mc/DEPENDS4
-rwxr-xr-xshell-term-fm/mc/DETAILS6
-rw-r--r--shell-term-fm/mc/HISTORY7
-rwxr-xr-xshell-term-fm/mc/PRE_BUILD4
-rw-r--r--shell-term-fm/mc/mc-4.6.2-utf8.patch.bz2bin0 -> 43595 bytes
5 files changed, 16 insertions, 5 deletions
diff --git a/shell-term-fm/mc/DEPENDS b/shell-term-fm/mc/DEPENDS
index e0e01aa04c..615e78d2be 100755
--- a/shell-term-fm/mc/DEPENDS
+++ b/shell-term-fm/mc/DEPENDS
@@ -8,8 +8,8 @@ fi &&
optional_depends gpm \
"--with-gpm-mouse" "--without-gpm-mouse" \
- "gpm mouse support" &&
+ "gpm mouse support" &&
optional_depends xorg-libs \
"--with-x" "--without-x" \
- "for X11 Support"
+ "for X11 Support"
diff --git a/shell-term-fm/mc/DETAILS b/shell-term-fm/mc/DETAILS
index cf33e75a73..297346f7f2 100755
--- a/shell-term-fm/mc/DETAILS
+++ b/shell-term-fm/mc/DETAILS
@@ -1,15 +1,15 @@
SPELL=mc
VERSION=4.6.2
- PATCHLEVEL=0
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.midnight-commander.org/downloads/$SOURCE
WEB_SITE=http://www.midnight-commander.org/
ENTERED=20010922
SOURCE_HASH=sha512:3e74988f7b26ce69cc0c55dad930e3b984ba07dc2e26b1fa68802636387ea3a810f1b5bfba3e81848c8c1e9b92489e2262ed361761687a4770176350d037c3e8
LICENSE[0]=GPL
KEYWORDS="console"
- SHORT="The GNU Midnight Commander is a Unix file manager and shell"
+ SHORT="GNU Midnight Commander is a Unix file manager and shell"
cat << EOF
The GNU Midnight Commander is a Unix file manager and shell, useful to
novice and guru alikes. Being a console application, it emulates look
diff --git a/shell-term-fm/mc/HISTORY b/shell-term-fm/mc/HISTORY
index 988419eb6d..1c8f344704 100644
--- a/shell-term-fm/mc/HISTORY
+++ b/shell-term-fm/mc/HISTORY
@@ -1,3 +1,10 @@
+2009-02-02 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: PATCHLEVEL=1; quoting paths; fixed short desc
+ * DEPENDS: removed tabs
+ * PRE_BUILD: added, unpack utf8 patch
+ * mc-4.6.2-utf8.patch.bz2: added, utf8 patch based on
+ `git diff mc-4.6.2 mc-4.6.2-utf8'
+
2009-02-02 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 4.6.2, new WEB_SITE and SOURCE_URL[0]
* PRE_BUILD, mc-4.6.2-pre1-patches-1.tbz2: removed
diff --git a/shell-term-fm/mc/PRE_BUILD b/shell-term-fm/mc/PRE_BUILD
new file mode 100755
index 0000000000..b3417313cb
--- /dev/null
+++ b/shell-term-fm/mc/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+bzcat "$SPELL_DIRECTORY/mc-4.6.2-utf8.patch.bz2" | patch -p0
diff --git a/shell-term-fm/mc/mc-4.6.2-utf8.patch.bz2 b/shell-term-fm/mc/mc-4.6.2-utf8.patch.bz2
new file mode 100644
index 0000000000..9dab5a7b4f
--- /dev/null
+++ b/shell-term-fm/mc/mc-4.6.2-utf8.patch.bz2
Binary files differ