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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Oct 10 07:15:51 UTC 2017


    Date: Tuesday, October 10, 2017 @ 07:15:50
  Author: bpiotrowski
Revision: 307249

6.0+20170902-2: enable libtic and libtinfo

Modified:
  ncurses/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-10 06:58:45 UTC (rev 307248)
+++ PKGBUILD	2017-10-10 07:15:50 UTC (rev 307249)
@@ -6,7 +6,7 @@
 pkgname=ncurses
 _pkgver=6.0-20170902
 pkgver=${_pkgver/-/+}
-pkgrel=1
+pkgrel=2
 pkgdesc='System V Release 4.0 curses emulation library'
 arch=(i686 x86_64)
 url='http://invisible-island.net/ncurses/ncurses.html'
@@ -24,7 +24,8 @@
   ./configure --prefix=/usr --mandir=/usr/share/man \
     --with-pkg-config-libdir=/usr/lib/pkgconfig \
     --with-shared --with-normal --without-debug --without-ada \
-    --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared
+    --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \
+    --with-termlib=tinfo --with-ticlib=tic
   make
 }
 



More information about the arch-commits mailing list