wok-6.x rev 24960
updated ncurses packages (6.2 -> 6.3)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 23 17:46:30 2022 +0100 (2022-04-23) |
parents | b10dd0339358 |
children | c676f3e47eb1 |
files | libform/receipt libmenu/receipt libpanel/receipt libtic/receipt libtinfo/receipt ncurses-common/receipt ncurses-dev/receipt ncurses-extra/receipt ncurses-man/receipt ncurses/description.txt ncurses/receipt ncursesw-dev/receipt ncursesw-extra/receipt ncursesw/receipt |
line diff
1.1 --- a/libform/receipt Sat Apr 23 16:59:14 2022 +0100 1.2 +++ b/libform/receipt Sat Apr 23 17:46:30 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libform" 1.7 -VERSION="6.2" 1.8 +VERSION="6.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Curses extension for programming forms." 1.11 MAINTAINER="al.bobylev@gmail.com"
2.1 --- a/libmenu/receipt Sat Apr 23 16:59:14 2022 +0100 2.2 +++ b/libmenu/receipt Sat Apr 23 17:46:30 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libmenu" 2.7 -VERSION="6.2" 2.8 +VERSION="6.3" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Curses extension for programming menus." 2.11 MAINTAINER="al.bobylev@gmail.com"
3.1 --- a/libpanel/receipt Sat Apr 23 16:59:14 2022 +0100 3.2 +++ b/libpanel/receipt Sat Apr 23 17:46:30 2022 +0100 3.3 @@ -1,9 +1,9 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="libpanel" 3.7 -VERSION="6.2" 3.8 +VERSION="6.3" 3.9 CATEGORY="development" 3.10 -SHORT_DESC="Panel stack extension for curses" 3.11 +SHORT_DESC="Panel stack extension for curses." 3.12 MAINTAINER="al.bobylev@gmail.com" 3.13 LICENSE="MIT" 3.14 WEB_SITE="https://invisible-island.net/ncurses/"
4.1 --- a/libtic/receipt Sat Apr 23 16:59:14 2022 +0100 4.2 +++ b/libtic/receipt Sat Apr 23 17:46:30 2022 +0100 4.3 @@ -1,12 +1,12 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="libtic" 4.7 -VERSION="6.2" 4.8 +VERSION="6.3" 4.9 CATEGORY="development" 4.10 SHORT_DESC="Low-level terminfo library." 4.11 MAINTAINER="pascal.bellard@slitaz.org" 4.12 LICENSE="MIT" 4.13 -WEB_SITE="https://invisible-island.net/ncurses/" 4.14 +WEB_SITE="https://www.gnu.org/software/ncurses/" 4.15 4.16 WANTED="ncurses" 4.17
5.1 --- a/libtinfo/receipt Sat Apr 23 16:59:14 2022 +0100 5.2 +++ b/libtinfo/receipt Sat Apr 23 17:46:30 2022 +0100 5.3 @@ -1,12 +1,12 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="libtinfo" 5.7 -VERSION="6.2" 5.8 +VERSION="6.3" 5.9 CATEGORY="development" 5.10 SHORT_DESC="Low-level terminfo library." 5.11 MAINTAINER="pascal.bellard@slitaz.org" 5.12 LICENSE="MIT" 5.13 -WEB_SITE="https://invisible-island.net/ncurses/" 5.14 +WEB_SITE="https://www.gnu.org/software/ncurses/" 5.15 5.16 WANTED="ncurses" 5.17
6.1 --- a/ncurses-common/receipt Sat Apr 23 16:59:14 2022 +0100 6.2 +++ b/ncurses-common/receipt Sat Apr 23 17:46:30 2022 +0100 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="ncurses-common" 6.7 -VERSION="6.2" 6.8 +VERSION="6.3" 6.9 CATEGORY="base-system" 6.10 SHORT_DESC="Common files for the ncurses and ncursesw library." 6.11 MAINTAINER="pankso@slitaz.org"
7.1 --- a/ncurses-dev/receipt Sat Apr 23 16:59:14 2022 +0100 7.2 +++ b/ncurses-dev/receipt Sat Apr 23 17:46:30 2022 +0100 7.3 @@ -1,7 +1,7 @@ 7.4 # SliTaz package receipt. 7.5 7.6 PACKAGE="ncurses-dev" 7.7 -VERSION="6.2" 7.8 +VERSION="6.3" 7.9 CATEGORY="development" 7.10 SHORT_DESC="Development files for the ncurses library." 7.11 MAINTAINER="pankso@slitaz.org"
8.1 --- a/ncurses-extra/receipt Sat Apr 23 16:59:14 2022 +0100 8.2 +++ b/ncurses-extra/receipt Sat Apr 23 17:46:30 2022 +0100 8.3 @@ -1,7 +1,7 @@ 8.4 # SliTaz package receipt. 8.5 8.6 PACKAGE="ncurses-extra" 8.7 -VERSION="6.2" 8.8 +VERSION="6.3" 8.9 CATEGORY="base-system" 8.10 SHORT_DESC="Extra files for the ncurses library." 8.11 MAINTAINER="pascal.bellard@slitaz.org" 8.12 @@ -25,7 +25,7 @@ 8.13 [ -d $WOK/ncurses-common/taz ] || tazwok genpkg ncurses-common 8.14 for i in $(cd $fs ; find -type f) 8.15 do 8.16 - [ -f $WOK/ncurses-common/taz/ncurses-common-$VERSION/fs/$i ] || 8.17 + [ -f $WOK/ncurses-common/taz/ncurses-common-$VERSION/fs/$i ] || 8.18 continue 8.19 rm -f $fs/$i 8.20 rmdir $(dirname $fs/$i) 2> /dev/null
9.1 --- a/ncurses-man/receipt Sat Apr 23 16:59:14 2022 +0100 9.2 +++ b/ncurses-man/receipt Sat Apr 23 17:46:30 2022 +0100 9.3 @@ -1,7 +1,7 @@ 9.4 # SliTaz package receipt. 9.5 9.6 PACKAGE="ncurses-man" 9.7 -VERSION="6.2" 9.8 +VERSION="6.3" 9.9 CATEGORY="development" 9.10 SHORT_DESC="Manual pages for the ncurses library." 9.11 MAINTAINER="pascal.bellard@slitaz.org"
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 10.2 +++ b/ncurses/description.txt Sat Apr 23 17:46:30 2022 +0100 10.3 @@ -0,0 +1,6 @@ 10.4 +The ncurses (new curses) library is a free software emulation 10.5 +of curses in System V Release 4.0 (SVr4), and more. 10.6 +It uses terminfo format, supports pads and color and multiple 10.7 +highlights and forms characters and function-key mapping, and 10.8 +has all the other SVr4-curses enhancements over BSD curses. 10.9 +SVr4 curses became the basis of X/Open Curses.
11.1 --- a/ncurses/receipt Sat Apr 23 16:59:14 2022 +0100 11.2 +++ b/ncurses/receipt Sat Apr 23 17:46:30 2022 +0100 11.3 @@ -1,7 +1,7 @@ 11.4 # SliTaz package receipt. 11.5 11.6 PACKAGE="ncurses" 11.7 -VERSION="6.2" 11.8 +VERSION="6.3" 11.9 CATEGORY="base-system" 11.10 SHORT_DESC="Library of functions to manage display on terminals." 11.11 MAINTAINER="pankso@slitaz.org"
12.1 --- a/ncursesw-dev/receipt Sat Apr 23 16:59:14 2022 +0100 12.2 +++ b/ncursesw-dev/receipt Sat Apr 23 17:46:30 2022 +0100 12.3 @@ -1,14 +1,14 @@ 12.4 # SliTaz package receipt. 12.5 12.6 PACKAGE="ncursesw-dev" 12.7 -VERSION="6.2" 12.8 +VERSION="6.3" 12.9 CATEGORY="development" 12.10 SHORT_DESC="Development files for the ncursesw library." 12.11 MAINTAINER="pankso@slitaz.org" 12.12 LICENSE="MIT" 12.13 WEB_SITE="https://www.gnu.org/software/ncurses/ncurses.html" 12.14 12.15 -DEPENDS="ncursesw pkg-config" 12.16 +DEPENDS="ncursesw" 12.17 WANTED="ncursesw" 12.18 12.19 HOST_ARCH="i486 arm" 12.20 @@ -18,12 +18,12 @@ 12.21 { 12.22 mkdir -p $fs/lib 12.23 mkdir -p $fs/usr/bin 12.24 - mkdir -p $fs/usr/lib 12.25 +# mkdir -p $fs/usr/lib 12.26 12.27 cp -a $install/lib/*.a $fs/lib 12.28 - # Include files are from the same source than ncuses-dev and work 12.29 + # Include files are from the same source than ncurses-dev and work 12.30 # nicely for both. 12.31 cp -a $install/usr/include $fs/usr 12.32 cp $install/usr/bin/ncursesw6-config $fs/usr/bin 12.33 - cp -a $install/usr/share/pkgconfig $fs/usr/lib 12.34 +# cp -a $install/usr/lib/pkgconfig $fs/usr/lib 12.35 }
13.1 --- a/ncursesw-extra/receipt Sat Apr 23 16:59:14 2022 +0100 13.2 +++ b/ncursesw-extra/receipt Sat Apr 23 17:46:30 2022 +0100 13.3 @@ -1,7 +1,7 @@ 13.4 # SliTaz package receipt. 13.5 13.6 PACKAGE="ncursesw-extra" 13.7 -VERSION="6.2" 13.8 +VERSION="6.3" 13.9 CATEGORY="base-system" 13.10 SHORT_DESC="Extra files for the ncursesw library." 13.11 MAINTAINER="pascal.bellard@slitaz.org"
14.1 --- a/ncursesw/receipt Sat Apr 23 16:59:14 2022 +0100 14.2 +++ b/ncursesw/receipt Sat Apr 23 17:46:30 2022 +0100 14.3 @@ -1,7 +1,7 @@ 14.4 # SliTaz package receipt. 14.5 14.6 PACKAGE="ncursesw" 14.7 -VERSION="6.2" 14.8 +VERSION="6.3" 14.9 CATEGORY="base-system" 14.10 SHORT_DESC="Library of functions to manage display on terminals." 14.11 MAINTAINER="pankso@slitaz.org"