diff --git a/system/base/ncurses/actions.py b/system/base/ncurses/actions.py index 631062a3..c11d8d9e 100644 --- a/system/base/ncurses/actions.py +++ b/system/base/ncurses/actions.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#/usr/bin/python # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. @@ -100,3 +100,6 @@ def install(): shelltools.cd(WORKDIR) shelltools.system("grep -B 100 '$Id' README > license.txt") pisitools.dodoc("ANNOUNCE", "NEWS", "README*", "TO-DO", "license.txt") + + #for fix + pisitools.dosym("libncursesw.so.6.0", "%s/libncursesw.so.5" % LIB) diff --git a/system/base/ncurses/pspec.xml b/system/base/ncurses/pspec.xml index cb1500b0..b5555f84 100644 --- a/system/base/ncurses/pspec.xml +++ b/system/base/ncurses/pspec.xml @@ -12,7 +12,7 @@ library Console display library The NCurses is a library of functions that manage an application's display on character-cell terminals. The NCurses library defines many functions such as moving mouse and cursor, keyboard mapping and dispaying in color. - mirrors://gnu/ncurses/ncurses-5.9.tar.gz + mirrors://gnu/ncurses/ncurses-6.0.tar.gz gnuconfig @@ -57,6 +57,7 @@ ncurses + glibc-32bit /usr/lib32 @@ -65,6 +66,13 @@ + + 2015-08-24 + 6.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2014-09-14 5.9