From 7c862cf12175b6749550e963dc89123f05d93ac3 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 5 Jun 2024 12:31:20 +0530 Subject: [PATCH] ncurses: update to 6.5. --- srcpkgs/ncurses/template | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/srcpkgs/ncurses/template b/srcpkgs/ncurses/template index c2bd38d0a3152f..21b5ff7b673210 100644 --- a/srcpkgs/ncurses/template +++ b/srcpkgs/ncurses/template @@ -1,7 +1,7 @@ # Template file for 'ncurses' pkgname=ncurses -version=6.4 -revision=2 +version=6.5 +revision=1 bootstrap=yes configure_args="--enable-big-core" short_desc="System V Release 4.0 curses emulation library" @@ -10,7 +10,7 @@ license="MIT" 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 +checksum=136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6 depends="ncurses-base-${version}_${revision}" @@ -23,7 +23,7 @@ do_configure() { cd ${wrksrc}/ncursesw-build # widec build ../configure ${configure_args} \ - --enable-widec --with-shared --without-debug \ + --with-shared --without-debug \ --with-manpage-symlinks --with-manpage-format=normal \ --without-ada --enable-ext-colors --with-xterm-kbs=del \ --without-tests --enable-pc-files \ @@ -35,7 +35,7 @@ do_configure() { cd ${wrksrc}/ncurses-build # non-widec build ../configure ${configure_args} --with-shared \ - --without-debug --without-ada --without-tests --with-xterm-kbs=del \ + --disable-widec --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 \ @@ -101,9 +101,12 @@ do_install() { post_install() { # resolve conflict with *-terminfo packages rm ${DESTDIR}/usr/share/terminfo/a/alacritty{,-direct} + rm ${DESTDIR}/usr/share/terminfo/c/countour{,-direct,-latest} rm ${DESTDIR}/usr/share/terminfo/d/dvtm{,-256color} rm ${DESTDIR}/usr/share/terminfo/s/st{,-256color} rm ${DESTDIR}/usr/share/terminfo/f/foot{,-direct,+base} + rm ${DESTDIR}/usr/share/terminfo/r/rio{,-direct} + rm ${DESTDIR}/usr/share/terminfo/w/wezterm } ncurses-libs_package() {