core rebuild

This commit is contained in:
Rmys
2025-11-02 16:06:48 +03:00
parent 4d2757714a
commit bf679013a1
32 changed files with 612 additions and 1042 deletions
+7 -5
View File
@@ -32,7 +32,9 @@ CONFIGPARAMS = "--without-debug \
--without-gpm"
def setup():
shelltools.move("ncurses-*", "ncurses-6.4")
shelltools.move("ncurses-*", "ncurses-6.5")
pisitools.cflags.add(" -std=gnu17")
shelltools.makedirs(NCURSES)
shelltools.makedirs(NCURSESW)
@@ -96,11 +98,11 @@ def install():
pisitools.dosym("libncurses.a", "%s/libcurses.a" % LIB)
#for fix
pisitools.dosym("libncursesw.so.6.4", "%s/libncursesw.so.5" % LIB)
pisitools.dosym("libncursesw.so.6.5", "%s/libncursesw.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)
pisitools.dosym("libpanelw.so.6.5", "%s/libpanelw.so.5" % LIB)
pisitools.dosym("libformw.so.6.5", "%s/libformw.so.5" % LIB)
pisitools.dosym("libmenuw.so.6.5", "%s/libmenuw.so.5" % LIB)
# shelltools.cd("../%s" % NCURSES)
# for lib in ["ncurses", "form", "panel", "menu"]:
+8 -1
View File
@@ -13,7 +13,7 @@
<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="cb68a5d2404d9050bfaf46c586c24902207a4c01" type="targz">https://github.com/ThomasDickey/ncurses-snapshots/archive/refs/tags/v6_4_20240420.tar.gz</Archive>
<Archive sha1sum="c2860a6dc25a74232a3241ccf3e119a8ba81d7ab" type="targz">https://github.com/ThomasDickey/ncurses-snapshots/archive/refs/tags/v6_5_20250802.tar.gz</Archive>
<BuildDependencies>
<!-- <Dependency>gnuconfig</Dependency> -->
<!-- <Dependency>readline-devel</Dependency> -->
@@ -68,6 +68,13 @@
</Package>
<History>
<Update release="14">
<Date>2025-10-29</Date>
<Version>6.5</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="13">
<Date>2024-06-03</Date>
<Version>6.4</Version>