From: Victor Martinez Date: Mon, 13 Feb 2017 20:08:08 +0000 (+0000) Subject: ncurses: updated to release 4! X-Git-Url: http://gitweb/?a=commitdiff_plain;h=819d103e259f2256c3e58570069feee76addbde6;p=crossrootfs.git ncurses: updated to release 4! --- diff --git a/ncurses/.footprint b/ncurses/.footprint index 8ff2f20..da142e3 100644 --- a/ncurses/.footprint +++ b/ncurses/.footprint @@ -31,7 +31,6 @@ drwxr-xr-x root/root usr/include/ lrwxrwxrwx root/root usr/include/ncurses.h -> curses.h -rw-r--r-- root/root usr/include/ncurses_dll.h drwxr-xr-x root/root usr/include/ncursesw/ -lrwxrwxrwx root/root usr/include/ncursesw/ncurses.h -> ../curses.h -rw-r--r-- root/root usr/include/panel.h -rw-r--r-- root/root usr/include/term.h -rw-r--r-- root/root usr/include/term_entry.h @@ -53,11 +52,8 @@ lrwxrwxrwx root/root usr/lib/libmenuw.so.6 -> libmenuw.so.6.0 -rwxr-xr-x root/root usr/lib/libmenuw.so.6.0 -rw-r--r-- root/root usr/lib/libncurses++w.a -rw-r--r-- root/root usr/lib/libncurses.so -lrwxrwxrwx root/root usr/lib/libncurses.so.5 -> libncursesw.so -rw-r--r-- root/root usr/lib/libncursesw.a lrwxrwxrwx root/root usr/lib/libncursesw.so -> ../../lib/libncursesw.so.6.0 -lrwxrwxrwx root/root usr/lib/libncursesw.so.5 -> libncursesw.so -lrwxrwxrwx root/root usr/lib/libncursesw.so.6 -> libncursesw.so -rw-r--r-- root/root usr/lib/libpanel.so -rw-r--r-- root/root usr/lib/libpanelw.a lrwxrwxrwx root/root usr/lib/libpanelw.so -> libpanelw.so.6 diff --git a/ncurses/Pkgfile b/ncurses/Pkgfile index 3b366a3..346d045 100644 --- a/ncurses/Pkgfile +++ b/ncurses/Pkgfile @@ -6,7 +6,7 @@ name=ncurses version=6.0 -release=1 +release=4 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { @@ -43,12 +43,4 @@ build() { # linker script for the curses library echo "INPUT(-lncursesw)" > $PKG/usr/lib/libcursesw.so ln -s libncurses.so $PKG/usr/lib/libcurses.so - - # symlinks for ncurses 5 (remove them later)) - ln -s libncursesw.so $PKG/usr/lib/libncurses.so.5 - ln -s libncursesw.so $PKG/usr/lib/libncursesw.so.5 - ln -s libncursesw.so $PKG/usr/lib/libncursesw.so.6 - - # some progs expect a /usr/include/curses.h - ln -s ../curses.h $PKG/usr/include/ncursesw/ncurses.h }