From 1ca02c89a9092ea380c84e7c99f946c50fbc1473 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 8 Feb 2023 13:17:00 +0530 Subject: [PATCH] ncurses: update to 6.4. --- srcpkgs/ncurses/template | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/srcpkgs/ncurses/template b/srcpkgs/ncurses/template index 7a56c537bf2..a96eaac0f61 100644 --- a/srcpkgs/ncurses/template +++ b/srcpkgs/ncurses/template @@ -1,15 +1,16 @@ # Template file for 'ncurses' pkgname=ncurses -version=6.3 -revision=3 +version=6.4 +revision=1 bootstrap=yes configure_args="--enable-big-core" short_desc="System V Release 4.0 curses emulation library" maintainer="Enno Boland " license="MIT" -homepage="http://www.gnu.org/software/ncurses/" -distfiles="${GNU_SITE}/ncurses/$pkgname-$version.tar.gz" -checksum=97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059 +homepage="https://invisible-island.net/ncurses/" +changelog="https://invisible-island.net/ncurses/announce.html" +distfiles="https://invisible-island.net/archives/ncurses/ncurses-${version}.tar.gz" +checksum=6931283d9ac87c5073f30b6290c4c75f21632bb4fc3603ac8100812bed248159 depends="ncurses-base-${version}_${revision}" @@ -24,7 +25,7 @@ do_configure() { ../configure ${configure_args} \ --enable-widec --with-shared --without-debug \ --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 \ --with-pkg-config-libdir=/usr/lib/pkgconfig \ ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \ @@ -34,7 +35,7 @@ do_configure() { cd ${wrksrc}/ncurses-build # non-widec build ../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 \ ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \ PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig \