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

Jakob Gruber schuay at nymeria.archlinux.org
Thu Jul 11 13:42:29 UTC 2013


    Date: Thursday, July 11, 2013 @ 15:42:28
  Author: schuay
Revision: 93859

archrelease: copy trunk to community-x86_64

Added:
  mc/repos/community-x86_64/PKGBUILD
    (from rev 93858, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-11 13:42:21 UTC (rev 93858)
+++ PKGBUILD	2013-07-11 13:42:28 UTC (rev 93859)
@@ -1,69 +0,0 @@
-# $Id$
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Maintainer: schuay <jakob.gruber at 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-x86_64/PKGBUILD (from rev 93858, mc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-07-11 13:42:28 UTC (rev 93859)
@@ -0,0 +1,69 @@
+# $Id$
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Maintainer: schuay <jakob.gruber at 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')




More information about the arch-commits mailing list