Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] ncurses: update to 6.5.
Date: Mon, 10 Jun 2024 21:20:44 +0200	[thread overview]
Message-ID: <20240610192044.DA77428DB2@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50766@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 475 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages ncurses
https://github.com/void-linux/void-packages/pull/50766

ncurses: update to 6.5.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/50766.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ncurses-50766.patch --]
[-- Type: text/x-diff, Size: 2434 bytes --]

From d26632eebe681684cfeeb969f3ae1605e85f82a4 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
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..85a9ee2bc69333 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/contour{,-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() {

  parent reply	other threads:[~2024-06-10 19:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-10 19:12 [PR PATCH] " icp1994
2024-06-10 19:20 ` [PR PATCH] [Updated] " icp1994
2024-06-10 19:20 ` icp1994 [this message]
2024-06-16 22:28 ` [PR PATCH] [Closed]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240610192044.DA77428DB2@inbox.vuxu.org \
    --to=icp1994@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).