# HG changeset patch # User Hans-G?nter Theisgen # Date 1650732390 -3600 # Node ID 24801b09d2f78cbffbb898875f059c0ec08feaed # Parent b10dd0339358bcdf8780ca10e148917d7801b541 updated ncurses packages (6.2 -> 6.3) diff -r b10dd0339358 -r 24801b09d2f7 libform/receipt --- a/libform/receipt Sat Apr 23 16:59:14 2022 +0100 +++ b/libform/receipt Sat Apr 23 17:46:30 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libform" -VERSION="6.2" +VERSION="6.3" CATEGORY="development" SHORT_DESC="Curses extension for programming forms." MAINTAINER="al.bobylev@gmail.com" diff -r b10dd0339358 -r 24801b09d2f7 libmenu/receipt --- a/libmenu/receipt Sat Apr 23 16:59:14 2022 +0100 +++ b/libmenu/receipt Sat Apr 23 17:46:30 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libmenu" -VERSION="6.2" +VERSION="6.3" CATEGORY="development" SHORT_DESC="Curses extension for programming menus." MAINTAINER="al.bobylev@gmail.com" diff -r b10dd0339358 -r 24801b09d2f7 libpanel/receipt --- a/libpanel/receipt Sat Apr 23 16:59:14 2022 +0100 +++ b/libpanel/receipt Sat Apr 23 17:46:30 2022 +0100 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="libpanel" -VERSION="6.2" +VERSION="6.3" CATEGORY="development" -SHORT_DESC="Panel stack extension for curses" +SHORT_DESC="Panel stack extension for curses." MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://invisible-island.net/ncurses/" diff -r b10dd0339358 -r 24801b09d2f7 libtic/receipt --- a/libtic/receipt Sat Apr 23 16:59:14 2022 +0100 +++ b/libtic/receipt Sat Apr 23 17:46:30 2022 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="libtic" -VERSION="6.2" +VERSION="6.3" CATEGORY="development" SHORT_DESC="Low-level terminfo library." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" -WEB_SITE="https://invisible-island.net/ncurses/" +WEB_SITE="https://www.gnu.org/software/ncurses/" WANTED="ncurses" diff -r b10dd0339358 -r 24801b09d2f7 libtinfo/receipt --- a/libtinfo/receipt Sat Apr 23 16:59:14 2022 +0100 +++ b/libtinfo/receipt Sat Apr 23 17:46:30 2022 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="libtinfo" -VERSION="6.2" +VERSION="6.3" CATEGORY="development" SHORT_DESC="Low-level terminfo library." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" -WEB_SITE="https://invisible-island.net/ncurses/" +WEB_SITE="https://www.gnu.org/software/ncurses/" WANTED="ncurses" diff -r b10dd0339358 -r 24801b09d2f7 ncurses-common/receipt --- a/ncurses-common/receipt Sat Apr 23 16:59:14 2022 +0100 +++ b/ncurses-common/receipt Sat Apr 23 17:46:30 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ncurses-common" -VERSION="6.2" +VERSION="6.3" CATEGORY="base-system" SHORT_DESC="Common files for the ncurses and ncursesw library." MAINTAINER="pankso@slitaz.org" diff -r b10dd0339358 -r 24801b09d2f7 ncurses-dev/receipt --- a/ncurses-dev/receipt Sat Apr 23 16:59:14 2022 +0100 +++ b/ncurses-dev/receipt Sat Apr 23 17:46:30 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ncurses-dev" -VERSION="6.2" +VERSION="6.3" CATEGORY="development" SHORT_DESC="Development files for the ncurses library." MAINTAINER="pankso@slitaz.org" diff -r b10dd0339358 -r 24801b09d2f7 ncurses-extra/receipt --- a/ncurses-extra/receipt Sat Apr 23 16:59:14 2022 +0100 +++ b/ncurses-extra/receipt Sat Apr 23 17:46:30 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ncurses-extra" -VERSION="6.2" +VERSION="6.3" CATEGORY="base-system" SHORT_DESC="Extra files for the ncurses library." MAINTAINER="pascal.bellard@slitaz.org" @@ -25,7 +25,7 @@ [ -d $WOK/ncurses-common/taz ] || tazwok genpkg ncurses-common for i in $(cd $fs ; find -type f) do - [ -f $WOK/ncurses-common/taz/ncurses-common-$VERSION/fs/$i ] || + [ -f $WOK/ncurses-common/taz/ncurses-common-$VERSION/fs/$i ] || continue rm -f $fs/$i rmdir $(dirname $fs/$i) 2> /dev/null diff -r b10dd0339358 -r 24801b09d2f7 ncurses-man/receipt --- a/ncurses-man/receipt Sat Apr 23 16:59:14 2022 +0100 +++ b/ncurses-man/receipt Sat Apr 23 17:46:30 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ncurses-man" -VERSION="6.2" +VERSION="6.3" CATEGORY="development" SHORT_DESC="Manual pages for the ncurses library." MAINTAINER="pascal.bellard@slitaz.org" diff -r b10dd0339358 -r 24801b09d2f7 ncurses/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ncurses/description.txt Sat Apr 23 17:46:30 2022 +0100 @@ -0,0 +1,6 @@ +The ncurses (new curses) library is a free software emulation +of curses in System V Release 4.0 (SVr4), and more. +It uses terminfo format, supports pads and color and multiple +highlights and forms characters and function-key mapping, and +has all the other SVr4-curses enhancements over BSD curses. +SVr4 curses became the basis of X/Open Curses. diff -r b10dd0339358 -r 24801b09d2f7 ncurses/receipt --- a/ncurses/receipt Sat Apr 23 16:59:14 2022 +0100 +++ b/ncurses/receipt Sat Apr 23 17:46:30 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ncurses" -VERSION="6.2" +VERSION="6.3" CATEGORY="base-system" SHORT_DESC="Library of functions to manage display on terminals." MAINTAINER="pankso@slitaz.org" diff -r b10dd0339358 -r 24801b09d2f7 ncursesw-dev/receipt --- a/ncursesw-dev/receipt Sat Apr 23 16:59:14 2022 +0100 +++ b/ncursesw-dev/receipt Sat Apr 23 17:46:30 2022 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="ncursesw-dev" -VERSION="6.2" +VERSION="6.3" CATEGORY="development" SHORT_DESC="Development files for the ncursesw library." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" WEB_SITE="https://www.gnu.org/software/ncurses/ncurses.html" -DEPENDS="ncursesw pkg-config" +DEPENDS="ncursesw" WANTED="ncursesw" HOST_ARCH="i486 arm" @@ -18,12 +18,12 @@ { mkdir -p $fs/lib mkdir -p $fs/usr/bin - mkdir -p $fs/usr/lib +# mkdir -p $fs/usr/lib cp -a $install/lib/*.a $fs/lib - # Include files are from the same source than ncuses-dev and work + # Include files are from the same source than ncurses-dev and work # nicely for both. cp -a $install/usr/include $fs/usr cp $install/usr/bin/ncursesw6-config $fs/usr/bin - cp -a $install/usr/share/pkgconfig $fs/usr/lib +# cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r b10dd0339358 -r 24801b09d2f7 ncursesw-extra/receipt --- a/ncursesw-extra/receipt Sat Apr 23 16:59:14 2022 +0100 +++ b/ncursesw-extra/receipt Sat Apr 23 17:46:30 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ncursesw-extra" -VERSION="6.2" +VERSION="6.3" CATEGORY="base-system" SHORT_DESC="Extra files for the ncursesw library." MAINTAINER="pascal.bellard@slitaz.org" diff -r b10dd0339358 -r 24801b09d2f7 ncursesw/receipt --- a/ncursesw/receipt Sat Apr 23 16:59:14 2022 +0100 +++ b/ncursesw/receipt Sat Apr 23 17:46:30 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ncursesw" -VERSION="6.2" +VERSION="6.3" CATEGORY="base-system" SHORT_DESC="Library of functions to manage display on terminals." MAINTAINER="pankso@slitaz.org"