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

Antonio Rojas arojas at archlinux.org
Fri Jan 11 08:54:33 UTC 2019


    Date: Friday, January 11, 2019 @ 08:54:32
  Author: arojas
Revision: 343601

Add tinfo.pc and tic.pc symlinks, required by readline.pc

Modified:
  ncurses/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-11 08:31:11 UTC (rev 343600)
+++ PKGBUILD	2019-01-11 08:54:32 UTC (rev 343601)
@@ -4,7 +4,7 @@
 
 pkgname=ncurses
 pkgver=6.1
-pkgrel=5
+pkgrel=6
 pkgdesc='System V Release 4.0 curses emulation library'
 arch=(x86_64)
 url='http://invisible-island.net/ncurses/ncurses.html'
@@ -42,6 +42,7 @@
   for lib in tic tinfo; do
     echo "INPUT(libncursesw.so.${pkgver:0:1})" > "$pkgdir/usr/lib/lib${lib}.so"
     ln -s libncursesw.so.${pkgver:0:1} "$pkgdir/usr/lib/lib${lib}.so.${pkgver:0:1}"
+    ln -s ncursesw.pc "$pkgdir/usr/lib/pkgconfig/${lib}.pc"
   done
 
   # some packages look for -lcurses during build



More information about the arch-commits mailing list