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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Feb 5 07:20:10 UTC 2018


    Date: Monday, February 5, 2018 @ 07:20:09
  Author: bpiotrowski
Revision: 289130

4.8.20-2: replace slang with ncurses

Modified:
  mc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-05 07:14:21 UTC (rev 289129)
+++ PKGBUILD	2018-02-05 07:20:09 UTC (rev 289130)
@@ -4,12 +4,12 @@
 
 pkgname=mc
 pkgver=4.8.20
-pkgrel=1
+pkgrel=2
 pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander"
 arch=('x86_64')
 url="http://www.ibiblio.org/mc/"
 license=('GPL')
-depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
+depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'ncurses')
 makedepends=('libxt' 'libx11' 'unzip')
 optdepends=('aspell: spelling corrections'
             'cabextract: ucab extfs'
@@ -47,6 +47,7 @@
       --libexecdir=/usr/lib \
       --sysconfdir=/etc \
       --enable-vfs-smb \
+      --with-screen=ncurses \
       --with-x
   make
 }



More information about the arch-commits mailing list