Date: Saturday, February 13, 2010 @ 04:20:04
  Author: dgriffiths
Revision: 68541

Fixed conflict with p7zip

Modified:
  mc/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-02-13 04:46:00 UTC (rev 68540)
+++ PKGBUILD    2010-02-13 09:20:04 UTC (rev 68541)
@@ -6,13 +6,15 @@
 
 pkgname=mc
 pkgver=4.7.0.2
-pkgrel=2
+pkgrel=3
 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')
 makedepends=('libxt' 'libx11')
+optdepends=('p7zip: support for 7zip archives')
+provides=('mcedit-pkgbuild-syntax')
 conflicts=('mc-utf8')
 replaces=('mc-utf8')
 options=('!emptydirs' '!makeflags')
@@ -43,4 +45,7 @@
        # Fix FS#15177
        sed -i 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
            ${pkgdir}/usr/share/mc/extfs/uzip
+
+       # Fix FS#18312
+       rm ${pkgdir}/usr/share/mc/extfs/u7z
 }

Reply via email to