diff --git a/system/base/ncurses/actions.py b/system/base/ncurses/actions.py
index 80c50437..534ed778 100644
--- a/system/base/ncurses/actions.py
+++ b/system/base/ncurses/actions.py
@@ -32,6 +32,8 @@ CONFIGPARAMS = "--without-debug \
--without-gpm"
def setup():
+ shelltools.move("ncurses-*", "ncurses-6.4")
+
shelltools.makedirs(NCURSES)
shelltools.makedirs(NCURSESW)
shelltools.cd(NCURSESW)
@@ -95,15 +97,15 @@ def install():
#for fix
pisitools.dosym("libncursesw.so.6.4", "%s/libncursesw.so.5" % LIB)
- pisitools.dosym("libncurses.so.6.4", "%s/libncurses.so.5" % LIB)
+ # pisitools.dosym("libncurses.so.6.4", "%s/libncurses.so.5" % LIB)
pisitools.dosym("libpanelw.so.6.4", "%s/libpanelw.so.5" % LIB)
pisitools.dosym("libformw.so.6.4", "%s/libformw.so.5" % LIB)
pisitools.dosym("libmenuw.so.6.4", "%s/libmenuw.so.5" % LIB)
- shelltools.cd("../%s" % NCURSES)
- for lib in ["ncurses", "form", "panel", "menu"]:
- pisitools.dolib_so("lib/lib%s.so.%s" % (lib, get.srcVERSION()), destinationDirectory = LIB)
- pisitools.dosym("lib%s.so.%s" % (lib, get.srcVERSION()), "%s/lib%s.so.6" % (LIB, lib))
+ # shelltools.cd("../%s" % NCURSES)
+ # for lib in ["ncurses", "form", "panel", "menu"]:
+ # pisitools.dolib_so("lib/lib%s.so.%s" % (lib, get.srcVERSION()), destinationDirectory = LIB)
+ # pisitools.dosym("lib%s.so.%s" % (lib, get.srcVERSION()), "%s/lib%s.so.6" % (LIB, lib))
if get.buildTYPE() == "_emul32":
pisitools.removeDir("/_emul32")
diff --git a/system/base/ncurses/pspec.xml b/system/base/ncurses/pspec.xml
index c655a09d..d13f4fd4 100644
--- a/system/base/ncurses/pspec.xml
+++ b/system/base/ncurses/pspec.xml
@@ -12,7 +12,8 @@
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-6.4.tar.gz
+
+ https://github.com/ThomasDickey/ncurses-snapshots/archive/refs/tags/v6_4_20240420.tar.gz
@@ -67,6 +68,13 @@
+
+ 2024-06-03
+ 6.4
+ Version bump 20240420.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2023-07-20
6.4