ncurses: update to 6.4.

This commit is contained in:
icp 2023-02-08 13:17:00 +05:30 committed by Leah Neukirchen
parent 4ea8d5b5b9
commit 1ca02c89a9

View file

@ -1,15 +1,16 @@
# Template file for 'ncurses' # Template file for 'ncurses'
pkgname=ncurses pkgname=ncurses
version=6.3 version=6.4
revision=3 revision=1
bootstrap=yes bootstrap=yes
configure_args="--enable-big-core" configure_args="--enable-big-core"
short_desc="System V Release 4.0 curses emulation library" short_desc="System V Release 4.0 curses emulation library"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT" license="MIT"
homepage="http://www.gnu.org/software/ncurses/" homepage="https://invisible-island.net/ncurses/"
distfiles="${GNU_SITE}/ncurses/$pkgname-$version.tar.gz" changelog="https://invisible-island.net/ncurses/announce.html"
checksum=97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059 distfiles="https://invisible-island.net/archives/ncurses/ncurses-${version}.tar.gz"
checksum=6931283d9ac87c5073f30b6290c4c75f21632bb4fc3603ac8100812bed248159
depends="ncurses-base-${version}_${revision}" depends="ncurses-base-${version}_${revision}"
@ -24,7 +25,7 @@ do_configure() {
../configure ${configure_args} \ ../configure ${configure_args} \
--enable-widec --with-shared --without-debug \ --enable-widec --with-shared --without-debug \
--with-manpage-symlinks --with-manpage-format=normal \ --with-manpage-symlinks --with-manpage-format=normal \
--without-ada --enable-ext-colors \ --without-ada --enable-ext-colors --with-xterm-kbs=del \
--without-tests --enable-pc-files \ --without-tests --enable-pc-files \
--with-pkg-config-libdir=/usr/lib/pkgconfig \ --with-pkg-config-libdir=/usr/lib/pkgconfig \
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \ ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \
@ -34,7 +35,7 @@ do_configure() {
cd ${wrksrc}/ncurses-build cd ${wrksrc}/ncurses-build
# non-widec build # non-widec build
../configure ${configure_args} --with-shared \ ../configure ${configure_args} --with-shared \
--without-debug --without-ada --without-tests \ --without-debug --without-ada --without-tests --with-xterm-kbs=del \
--enable-pc-files --with-pkg-config-libdir=/usr/lib/pkgconfig \ --enable-pc-files --with-pkg-config-libdir=/usr/lib/pkgconfig \
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \ ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \
PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig \ PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig \