[arch-commits] Commit in mc/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Sun Mar 13 03:10:13 UTC 2011


    Date: Saturday, March 12, 2011 @ 22:10:13
  Author: eric
Revision: 114388

upgpkg: mc 4.7.5.1-2
Added smb protocol support (close FS#23136)

Modified:
  mc/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-12 22:41:23 UTC (rev 114387)
+++ PKGBUILD	2011-03-13 03:10:13 UTC (rev 114388)
@@ -1,17 +1,14 @@
 # $Id$
-# Contributer: dorphell <dorphell at archlinux.org>
-# Committer: Judd Vinet <jvinet at zeroflux.org>
-# Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
 # Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=mc
 pkgver=4.7.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A filemanager/shell that emulates Norton Commander"
 arch=('i686' 'x86_64')
 url="http://www.ibiblio.org/mc/"
 license=('GPL')
-depends=('e2fsprogs' 'glib2' 'pcre' 'gpm>=1.20.4' 'slang')
+depends=('e2fsprogs' 'glib2' 'pcre' 'gpm' 'slang')
 makedepends=('libxt' 'libx11')
 optdepends=('p7zip: support for 7zip archives')
 provides=('mcedit-pkgbuild-syntax')
@@ -28,7 +25,7 @@
 	./configure \
 	    --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \
 	    --enable-background --enable-charset --enable-largefile \
-	    --with-edit --with-gpm-mouse --with-mmap --with-samba \
+	    --with-edit --with-gpm-mouse --with-mmap --enable-vfs-smb \
 	    --with-screen=slang --with-subshell --with-vfs --with-x \
 	    --without-debug --without-gnome --without-included-gettext \
 	    --libexecdir=/usr/lib




More information about the arch-commits mailing list