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

2016-10-07 Thread Jakob Gruber
Date: Friday, October 7, 2016 @ 15:41:23
  Author: schuay
Revision: 191562

archrelease: copy trunk to community-i686

Added:
  mc/repos/community-i686/PKGBUILD
(from rev 191561, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  127 -
 1 file changed, 60 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-07 15:41:12 UTC (rev 191561)
+++ PKGBUILD2016-10-07 15:41:23 UTC (rev 191562)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Daniel J Griffiths 
-
-pkgname=mc
-pkgver=4.8.17
-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' 'unzip')
-optdepends=('aspell: spelling corrections'
-'cabextract: ucab extfs'
-'cdparanoia: audio extfs'
-'cdrkit: iso9660 extfs'
-'cvs: CVS support'
-'gawk: hp48+ extfs'
-'mtools: a+ extfs'
-'p7zip: support for 7zip archives'
-'perl: needed by several extfs scripts'
-'python2-boto: s3+ extfs'
-'python2-pytz: s3+ extfs'
-'samba: VFS support'
-'unace: uace extfs'
-'unarj: uarj extfs'
-'unrar: urar extfs'
-'zip: uzip extfs')
-backup=('etc/mc/edit.indent.rc'
-'etc/mc/filehighlight.ini'
-'etc/mc/mc.ext'
-'etc/mc/mc.keymap'
-'etc/mc/mc.menu'
-'etc/mc/mcedit.menu'
-'etc/mc/sfs.ini')
-options=('!emptydirs')
-source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;
-"0001-Ticket-3639-fix-window-resizing-when-panels-are-hidd.patch"
-"0002-Do-not-botch-SIGWINCH-delivery-to-the-subshell.patch")
-sha256sums=('0447bdddc0baa81866e66f50f9a545d29d6eebb68b0ab46c98d8fddd2bf4e44d'
-'9a3639ff068dfddee0342d631b56d8df6c0240105802fb00edb0fa3a265e95d6'
-'2a5ab735226ce41b0ebbb4bcedb0e04e82ea3cb14e2776acede1e58816f3d787')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 < 
${srcdir}/0001-Ticket-3639-fix-window-resizing-when-panels-are-hidd.patch
-  patch -Np1 < 
${srcdir}/0002-Do-not-botch-SIGWINCH-delivery-to-the-subshell.patch
-}
-
-build() {
-  export PYTHON=/usr/bin/python2
-
-  cd ${pkgname}-${pkgver}
-  ./configure \
-  --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --sysconfdir=/etc \
-  --enable-vfs-smb \
-  --with-x
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: mc/repos/community-i686/PKGBUILD (from rev 191561, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-07 15:41:23 UTC (rev 191562)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Daniel J Griffiths 
+
+pkgname=mc
+pkgver=4.8.18
+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' 'unzip')
+optdepends=('aspell: spelling corrections'
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'cvs: CVS support'
+'gawk: hp48+ extfs'
+'mtools: a+ extfs'
+'p7zip: support for 7zip archives'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'samba: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/mcedit.menu'
+'etc/mc/sfs.ini')
+options=('!emptydirs')
+source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('f7636815c987c1719c4f5de2dcd156a0e7d097b1d10e4466d2bdead343d5bece')
+
+build() {
+  export PYTHON=/usr/bin/python2
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --sysconfdir=/etc \
+  --enable-vfs-smb \
+  --with-x
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # Replace mc.keymap symlink with target file to fix backup mechanism 
(FS#50889).
+  rm "${pkgdir}"/etc/mc/mc.keymap && cp "${pkgdir}"/etc/mc/mc{.default,}.keymap
+}


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

2016-05-09 Thread Jakob Gruber
Date: Monday, May 9, 2016 @ 19:51:59
  Author: schuay
Revision: 174450

archrelease: copy trunk to community-i686

Added:
  mc/repos/community-i686/PKGBUILD
(from rev 174449, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-09 17:51:10 UTC (rev 174449)
+++ PKGBUILD2016-05-09 17:51:59 UTC (rev 174450)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Daniel J Griffiths 
-
-pkgname=mc
-pkgver=4.8.16
-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' 'unzip')
-optdepends=('aspell: spelling corrections'
-'cabextract: ucab extfs'
-'cdparanoia: audio extfs'
-'cdrkit: iso9660 extfs'
-'cvs: CVS support'
-'gawk: hp48+ extfs'
-'mtools: a+ extfs'
-'p7zip: support for 7zip archives'
-'perl: needed by several extfs scripts'
-'python2-boto: s3+ extfs'
-'python2-pytz: s3+ extfs'
-'samba: VFS support'
-'unace: uace extfs'
-'unarj: uarj extfs'
-'unrar: urar extfs'
-'zip: uzip extfs')
-backup=('etc/mc/edit.indent.rc'
-'etc/mc/filehighlight.ini'
-'etc/mc/mc.ext'
-'etc/mc/mc.keymap'
-'etc/mc/mc.menu'
-'etc/mc/mcedit.menu'
-'etc/mc/sfs.ini')
-options=('!emptydirs')
-source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('bbbcbe3097d3160f865d24aa38ff122f1c59752b5ef153ca4ade5ac0f82b7020')
-
-build() {
-  export PYTHON=/usr/bin/python2
-
-  cd ${pkgname}-${pkgver}
-  ./configure \
-  --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --sysconfdir=/etc \
-  --enable-vfs-smb \
-  --with-x
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: mc/repos/community-i686/PKGBUILD (from rev 174449, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-09 17:51:59 UTC (rev 174450)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Daniel J Griffiths 
+
+pkgname=mc
+pkgver=4.8.17
+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' 'unzip')
+optdepends=('aspell: spelling corrections'
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'cvs: CVS support'
+'gawk: hp48+ extfs'
+'mtools: a+ extfs'
+'p7zip: support for 7zip archives'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'samba: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/mcedit.menu'
+'etc/mc/sfs.ini')
+options=('!emptydirs')
+source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('0447bdddc0baa81866e66f50f9a545d29d6eebb68b0ab46c98d8fddd2bf4e44d')
+
+build() {
+  export PYTHON=/usr/bin/python2
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --sysconfdir=/etc \
+  --enable-vfs-smb \
+  --with-x
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2016-03-19 Thread Jakob Gruber
Date: Thursday, March 17, 2016 @ 16:10:42
  Author: schuay
Revision: 167030

archrelease: copy trunk to community-i686

Added:
  mc/repos/community-i686/PKGBUILD
(from rev 167029, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-17 15:09:36 UTC (rev 167029)
+++ PKGBUILD2016-03-17 15:10:42 UTC (rev 167030)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Daniel J Griffiths 
-
-pkgname=mc
-pkgver=4.8.16
-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=('aspell: spelling corrections'
-'cabextract: ucab extfs'
-'cdparanoia: audio extfs'
-'cdrkit: iso9660 extfs'
-'cvs: CVS support'
-'gawk: hp48+ extfs'
-'mtools: a+ extfs'
-'p7zip: support for 7zip archives'
-'perl: needed by several extfs scripts'
-'python2-boto: s3+ extfs'
-'python2-pytz: s3+ extfs'
-'samba: VFS support'
-'unace: uace extfs'
-'unarj: uarj extfs'
-'unrar: urar extfs'
-'zip: uzip extfs')
-backup=('etc/mc/edit.indent.rc'
-'etc/mc/filehighlight.ini'
-'etc/mc/mc.ext'
-'etc/mc/mc.keymap'
-'etc/mc/mc.menu'
-'etc/mc/mcedit.menu'
-'etc/mc/sfs.ini')
-options=('!emptydirs')
-source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('bbbcbe3097d3160f865d24aa38ff122f1c59752b5ef153ca4ade5ac0f82b7020')
-
-build() {
-  export PYTHON=/usr/bin/python2
-
-  cd ${pkgname}-${pkgver}
-  ./configure \
-  --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --sysconfdir=/etc \
-  --enable-vfs-smb \
-  --with-x
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: mc/repos/community-i686/PKGBUILD (from rev 167029, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-17 15:10:42 UTC (rev 167030)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Daniel J Griffiths 
+
+pkgname=mc
+pkgver=4.8.16
+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' 'unzip')
+optdepends=('aspell: spelling corrections'
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'cvs: CVS support'
+'gawk: hp48+ extfs'
+'mtools: a+ extfs'
+'p7zip: support for 7zip archives'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'samba: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/mcedit.menu'
+'etc/mc/sfs.ini')
+options=('!emptydirs')
+source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('bbbcbe3097d3160f865d24aa38ff122f1c59752b5ef153ca4ade5ac0f82b7020')
+
+build() {
+  export PYTHON=/usr/bin/python2
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --sysconfdir=/etc \
+  --enable-vfs-smb \
+  --with-x
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2016-03-12 Thread Jakob Gruber
Date: Saturday, March 12, 2016 @ 23:15:27
  Author: schuay
Revision: 166431

archrelease: copy trunk to community-i686

Added:
  mc/repos/community-i686/PKGBUILD
(from rev 166430, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  125 +++--
 1 file changed, 57 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 22:15:15 UTC (rev 166430)
+++ PKGBUILD2016-03-12 22:15:27 UTC (rev 166431)
@@ -1,68 +0,0 @@
-# $Id$
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=mc
-pkgver=4.8.15
-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'
-'samba: 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=('db48ce26ba425a61edc51930e94227fd')

Copied: mc/repos/community-i686/PKGBUILD (from rev 166430, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-12 22:15:27 UTC (rev 166431)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Daniel J Griffiths 
+
+pkgname=mc
+pkgver=4.8.16
+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=('aspell: spelling corrections'
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'cvs: CVS support'
+'gawk: hp48+ extfs'
+'mtools: a+ extfs'
+'p7zip: support for 7zip archives'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'samba: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/mcedit.menu'
+'etc/mc/sfs.ini')
+options=('!emptydirs')
+source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('bbbcbe3097d3160f865d24aa38ff122f1c59752b5ef153ca4ade5ac0f82b7020')
+
+build() {
+  export PYTHON=/usr/bin/python2
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --sysconfdir=/etc \
+  --enable-vfs-smb \
+  --with-x
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2015-11-09 Thread Jakob Gruber
Date: Monday, November 9, 2015 @ 09:21:24
  Author: schuay
Revision: 146418

archrelease: copy trunk to community-i686

Added:
  mc/repos/community-i686/PKGBUILD
(from rev 146417, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  136 ++---
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-09 08:21:15 UTC (rev 146417)
+++ PKGBUILD2015-11-09 08:21:24 UTC (rev 146418)
@@ -1,68 +0,0 @@
-# $Id$
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=mc
-pkgver=4.8.14
-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=('fe1cb75643c2bd4df64bbcf2dab76905')

Copied: mc/repos/community-i686/PKGBUILD (from rev 146417, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-09 08:21:24 UTC (rev 146418)
@@ -0,0 +1,68 @@
+# $Id$
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=mc
+pkgver=4.8.15
+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'
+'samba: 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=('db48ce26ba425a61edc51930e94227fd')


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

2014-04-01 Thread Jakob Gruber
Date: Tuesday, April 1, 2014 @ 14:32:09
  Author: schuay
Revision: 108694

archrelease: copy trunk to community-i686

Added:
  mc/repos/community-i686/PKGBUILD
(from rev 108693, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  136 ++---
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-01 12:31:56 UTC (rev 108693)
+++ PKGBUILD2014-04-01 12:32:09 UTC (rev 108694)
@@ -1,68 +0,0 @@
-# $Id$
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-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')

Copied: mc/repos/community-i686/PKGBUILD (from rev 108693, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-01 12:32:09 UTC (rev 108694)
@@ -0,0 +1,68 @@
+# $Id$
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=mc
+pkgver=4.8.12
+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=('a64c426364bfaee56b628f6c0738aade')



[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 ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-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 ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+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  

[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 ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-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 ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+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 

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

2013-08-03 Thread Jakob Gruber
Date: Saturday, August 3, 2013 @ 11:41:04
  Author: schuay
Revision: 95011

archrelease: copy trunk to community-i686

Added:
  mc/repos/community-i686/PKGBUILD
(from rev 95010, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-03 09:40:52 UTC (rev 95010)
+++ PKGBUILD2013-08-03 09:41:04 UTC (rev 95011)
@@ -1,69 +0,0 @@
-# $Id$
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=mc
-pkgver=4.8.9
-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=('e701cc5ced4beed38e1977eba26dad50')

Copied: mc/repos/community-i686/PKGBUILD (from rev 95010, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-03 09:41:04 UTC (rev 95011)
@@ -0,0 +1,69 @@
+# $Id$
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+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')



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

2013-07-11 Thread Jakob Gruber
Date: Thursday, July 11, 2013 @ 15:42:21
  Author: schuay
Revision: 93858

archrelease: copy trunk to community-i686

Added:
  mc/repos/community-i686/PKGBUILD
(from rev 93857, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-11 13:35:59 UTC (rev 93857)
+++ PKGBUILD2013-07-11 13:42:21 UTC (rev 93858)
@@ -1,69 +0,0 @@
-# $Id$
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=mc
-pkgver=4.8.8
-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=('324ff5a192d30d3a3b234c130550eb0a')

Copied: mc/repos/community-i686/PKGBUILD (from rev 93857, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-11 13:42:21 UTC (rev 93858)
@@ -0,0 +1,69 @@
+# $Id$
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=mc
+pkgver=4.8.9
+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=('e701cc5ced4beed38e1977eba26dad50')



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

2013-04-05 Thread Jakob Gruber
Date: Friday, April 5, 2013 @ 11:09:15
  Author: schuay
Revision: 87680

archrelease: copy trunk to community-i686

Added:
  mc/repos/community-i686/PKGBUILD
(from rev 87679, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-05 09:08:28 UTC (rev 87679)
+++ PKGBUILD2013-04-05 09:09:15 UTC (rev 87680)
@@ -1,69 +0,0 @@
-# $Id$
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=mc
-pkgver=4.8.7
-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=('b113e50682293a953141134969dba785')

Copied: mc/repos/community-i686/PKGBUILD (from rev 87679, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-05 09:09:15 UTC (rev 87680)
@@ -0,0 +1,69 @@
+# $Id$
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=mc
+pkgver=4.8.8
+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=('324ff5a192d30d3a3b234c130550eb0a')