Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6dca2b20c921c332501c78b74f6a0c4a5878852e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6dca2b20c921c332501c78b74f6a0c4a5878852e)
  • Date: Mon, 2 Feb 2009 05:47:15 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

shell-term-fm/mc/DEPENDS | 4 ++--
shell-term-fm/mc/DETAILS | 6 +++---
shell-term-fm/mc/HISTORY | 7 +++++++
shell-term-fm/mc/PRE_BUILD | 4 ++++
shell-term-fm/mc/mc-4.6.2-utf8.patch.bz2 |binary
5 files changed, 16 insertions(+), 5 deletions(-)

New commits:
commit 6dca2b20c921c332501c78b74f6a0c4a5878852e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mc: return UTF-8 support removed by the previous "update"

diff --git a/shell-term-fm/mc/DEPENDS b/shell-term-fm/mc/DEPENDS
index e0e01aa..615e78d 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 cf33e75..297346f 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 988419e..1c8f344 100644
--- a/shell-term-fm/mc/HISTORY
+++ b/shell-term-fm/mc/HISTORY
@@ -1,3 +1,10 @@
+2009-02-02 Vlad Glagolev <stealth AT 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 AT 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 0000000..b341731
--- /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 0000000..9dab5a7
Binary files /dev/null and b/shell-term-fm/mc/mc-4.6.2-utf8.patch.bz2 differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6dca2b20c921c332501c78b74f6a0c4a5878852e), Vlad Glagolev, 02/02/2009

Archive powered by MHonArc 2.6.24.

Top of Page