From a1fdc7de82098774326892ae815861149eb3d3bb Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 4 Apr 2017 23:09:44 +0000 Subject: [PATCH] ncurses: updated to release 4 --- ncurses/.footprint | 4 ---- ncurses/Pkgfile | 10 +--------- 2 files changed, 1 insertion(+), 13 deletions(-) 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 } -- 2.26.2