ncurses ver. bump

This commit is contained in:
Rmys
2024-06-04 08:42:59 +03:00
parent dec5116338
commit 552b3e941b
2 changed files with 16 additions and 6 deletions
+7 -5
View File
@@ -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")
+9 -1
View File
@@ -12,7 +12,8 @@
<IsA>library</IsA>
<Summary>Console display library</Summary>
<Description>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.</Description>
<Archive sha1sum="bb5eb3f34b3ecd5bac8d0b58164b847f135b3d62" type="targz">mirrors://gnu/ncurses/ncurses-6.4.tar.gz</Archive>
<!-- <Archive sha1sum="bb5eb3f34b3ecd5bac8d0b58164b847f135b3d62" type="targz">mirrors://gnu/ncurses/ncurses-6.4.tar.gz</Archive> -->
<Archive sha1sum="cb68a5d2404d9050bfaf46c586c24902207a4c01" type="targz">https://github.com/ThomasDickey/ncurses-snapshots/archive/refs/tags/v6_4_20240420.tar.gz</Archive>
<BuildDependencies>
<!-- <Dependency>gnuconfig</Dependency> -->
<!-- <Dependency>readline-devel</Dependency> -->
@@ -67,6 +68,13 @@
</Package>
<History>
<Update release="13">
<Date>2024-06-03</Date>
<Version>6.4</Version>
<Comment>Version bump 20240420.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="12">
<Date>2023-07-20</Date>
<Version>6.4</Version>