[arch-commits] Commit in mc/repos/community-i686 (PKGBUILD PKGBUILD fs36962.diff)

2013-12-02 Thread Jakob Gruber
Date: Monday, December 2, 2013 @ 22:12:20
  Author: schuay
Revision: 101949

archrelease: copy trunk to community-i686

Added:
  mc/repos/community-i686/PKGBUILD
(from rev 101948, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-i686/PKGBUILD
  mc/repos/community-i686/fs36962.diff

--+
 PKGBUILD |  140 +++--
 fs36962.diff |   77 ---
 2 files changed, 68 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 21:12:10 UTC (rev 101948)
+++ PKGBUILD2013-12-02 21:12:20 UTC (rev 101949)
@@ -1,72 +0,0 @@
-# $Id$
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=mc
-pkgver=4.8.10
-pkgrel=2
-pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
-arch=('i686' 'x86_64')
-url="http://www.ibiblio.org/mc/";
-license=('GPL')
-depends=(
-'e2fsprogs'
-'glib2'
-'gpm'
-'libssh2'
-'slang')
-makedepends=('libxt' 'libx11')
-optdepends=(
-'cabextract: ucab extfs'
-'cdparanoia: audio extfs'
-'cdrkit: iso9660 extfs'
-'gawk: hp48+ extfs'
-'aspell: spelling corrections'
-'cvs: CVS support'
-'mtools: a+ extfs'
-'perl: needed by several extfs scripts'
-'python2-boto: s3+ extfs'
-'python2-pytz: s3+ extfs'
-'smb: VFS support'
-'unace: uace extfs'
-'unarj: uarj extfs'
-'unrar: urar extfs'
-'zip: uzip extfs'
-'p7zip: support for 7zip archives')
-options=('!emptydirs' '!makeflags')
-backup=('etc/mc/edit.indent.rc'
-'etc/mc/filehighlight.ini'
-'etc/mc/mcedit.menu'
-'etc/mc/mc.ext'
-'etc/mc/mc.keymap'
-'etc/mc/mc.menu'
-'etc/mc/sfs.ini')
-source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2";
-"fs36962.diff")
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-patch -Np1 < "${srcdir}/fs36962.diff"
-
-./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \
---with-x --libexecdir=/usr/lib
-
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-make DESTDIR="${pkgdir}" install
-
-# Fix FS#15177
-sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
--i "${pkgdir}/usr/lib/mc/extfs.d/uzip"
-
-sed 's#/usr/bin/env python#/usr/bin/python2#' \
--i "${pkgdir}/usr/lib/mc/extfs.d/s3+"
-}
-
-md5sums=('eb4bdc23abd4fdfa14911d53d65c8186'
- '7f7cf5388a5390c2ed49965492f490aa')

Copied: mc/repos/community-i686/PKGBUILD (from rev 101948, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 21:12:20 UTC (rev 101949)
@@ -0,0 +1,68 @@
+# $Id$
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=mc
+pkgver=4.8.11
+pkgrel=1
+pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
+arch=('i686' 'x86_64')
+url="http://www.ibiblio.org/mc/";
+license=('GPL')
+depends=(
+'e2fsprogs'
+'glib2'
+'gpm'
+'libssh2'
+'slang')
+makedepends=('libxt' 'libx11')
+optdepends=(
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'gawk: hp48+ extfs'
+'aspell: spelling corrections'
+'cvs: CVS support'
+'mtools: a+ extfs'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'smb: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs'
+'p7zip: support for 7zip archives')
+options=('!emptydirs' '!makeflags')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mcedit.menu'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/sfs.ini')
+source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2";)
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \
+--with-x --libexecdir=/usr/lib
+
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+make DESTDIR="${pkgdir}" install
+
+# Fix FS#15177
+sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
+-i "${pkgdir}/usr/lib/mc/extfs.d/uzip"
+
+sed 's#/usr/bin/env python#/usr/bin/python2#' \
+-i "${pkgdir}/usr/lib/mc/extfs.d/s3+"
+}
+
+md5sums=('7262788c0e799393cd37318b43a14adc')

Deleted: fs36962.diff
===
--- fs36962.diff2013-12-02 21:12:10 UTC (rev 101948)
+++ fs36962.diff2013-12-02 21:12:20 UTC (rev 101949)
@@ -1,77 +0,0 @@
-diff -ur mc-4.8.10-orig/src/filemanager/file.c mc-4.8.10/src/filemanager/file.c
 mc-4.8.10-orig/src/filemanager/file.c  2013-08-02 22:02:40.0 
+0400
-+++ mc-4.8.10

[arch-commits] Commit in mc/repos/community-i686 (PKGBUILD PKGBUILD fs36962.diff)

2013-09-18 Thread Jakob Gruber
Date: Wednesday, September 18, 2013 @ 09:33:17
  Author: schuay
Revision: 97330

archrelease: copy trunk to community-i686

Added:
  mc/repos/community-i686/PKGBUILD
(from rev 97329, mc/trunk/PKGBUILD)
  mc/repos/community-i686/fs36962.diff
(from rev 97329, mc/trunk/fs36962.diff)
Deleted:
  mc/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  141 +
 fs36962.diff |   77 +++
 2 files changed, 149 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-18 07:33:03 UTC (rev 97329)
+++ PKGBUILD2013-09-18 07:33:17 UTC (rev 97330)
@@ -1,69 +0,0 @@
-# $Id$
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=mc
-pkgver=4.8.10
-pkgrel=1
-pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
-arch=('i686' 'x86_64')
-url="http://www.ibiblio.org/mc/";
-license=('GPL')
-depends=(
-'e2fsprogs'
-'glib2'
-'gpm'
-'libssh2'
-'pcre'
-'slang')
-makedepends=('libxt' 'libx11')
-optdepends=(
-'cabextract: ucab extfs'
-'cdparanoia: audio extfs'
-'cdrkit: iso9660 extfs'
-'gawk: hp48+ extfs'
-'aspell: spelling corrections'
-'cvs: CVS support'
-'mtools: a+ extfs'
-'perl: needed by several extfs scripts'
-'python2-boto: s3+ extfs'
-'python2-pytz: s3+ extfs'
-'smb: VFS support'
-'unace: uace extfs'
-'unarj: uarj extfs'
-'unrar: urar extfs'
-'zip: uzip extfs'
-'p7zip: support for 7zip archives')
-options=('!emptydirs' '!makeflags')
-backup=('etc/mc/edit.indent.rc'
-'etc/mc/filehighlight.ini'
-'etc/mc/mcedit.menu'
-'etc/mc/mc.ext'
-'etc/mc/mc.keymap'
-'etc/mc/mc.menu'
-'etc/mc/sfs.ini')
-source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2";)
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \
---with-x --libexecdir=/usr/lib
-
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-make DESTDIR="${pkgdir}" install
-
-# Fix FS#15177
-sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
--i "${pkgdir}/usr/lib/mc/extfs.d/uzip"
-
-sed 's#/usr/bin/env python#/usr/bin/python2#' \
--i "${pkgdir}/usr/lib/mc/extfs.d/s3+"
-}
-
-md5sums=('eb4bdc23abd4fdfa14911d53d65c8186')

Copied: mc/repos/community-i686/PKGBUILD (from rev 97329, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-18 07:33:17 UTC (rev 97330)
@@ -0,0 +1,72 @@
+# $Id$
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=mc
+pkgver=4.8.10
+pkgrel=2
+pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
+arch=('i686' 'x86_64')
+url="http://www.ibiblio.org/mc/";
+license=('GPL')
+depends=(
+'e2fsprogs'
+'glib2'
+'gpm'
+'libssh2'
+'slang')
+makedepends=('libxt' 'libx11')
+optdepends=(
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'gawk: hp48+ extfs'
+'aspell: spelling corrections'
+'cvs: CVS support'
+'mtools: a+ extfs'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'smb: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs'
+'p7zip: support for 7zip archives')
+options=('!emptydirs' '!makeflags')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mcedit.menu'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/sfs.ini')
+source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2";
+"fs36962.diff")
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+patch -Np1 < "${srcdir}/fs36962.diff"
+
+./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \
+--with-x --libexecdir=/usr/lib
+
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+make DESTDIR="${pkgdir}" install
+
+# Fix FS#15177
+sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
+-i "${pkgdir}/usr/lib/mc/extfs.d/uzip"
+
+sed 's#/usr/bin/env python#/usr/bin/python2#' \
+-i "${pkgdir}/usr/lib/mc/extfs.d/s3+"
+}
+
+md5sums=('eb4bdc23abd4fdfa14911d53d65c8186'
+ '7f7cf5388a5390c2ed49965492f490aa')

Copied: mc/repos/community-i686/fs36962.diff (from rev 97329, 
mc/trunk/fs36962.diff)
===
--- fs36962.diff(rev 0)
+++ fs36962.diff2013-09-18 07:33:17 UTC (rev 97330)
@@ -0,0 +1,77 @@
+diff -ur mc-4.8.10-orig/src/filemanager/file.c mc-4.8.10/src/filem