Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ncurses: update to 6.4.
@ 2023-02-09 20:13 icp1994
  2023-05-12  1:51 ` github-actions
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2023-02-09 20:13 UTC (permalink / raw)
  To: ml

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

There is a new 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/42169

ncurses: update to 6.4.
#### 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**

I have been using this (ncurses, ncurses-base, & ncurses-libs) for ~5 days without any noticeable issues.

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

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

From b109fcfdf52a87778bdc316e11860341afb1d531 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 8 Feb 2023 13:17:00 +0530
Subject: [PATCH] ncurses: update to 6.4.

---
 srcpkgs/ncurses/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ncurses/template b/srcpkgs/ncurses/template
index 7a56c537bf2e..07677627f582 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 <gottox@voidlinux.org>"
 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}"
 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ncurses: update to 6.4.
  2023-02-09 20:13 [PR PATCH] ncurses: update to 6.4 icp1994
@ 2023-05-12  1:51 ` github-actions
  2023-05-13  8:19 ` [PR PATCH] [Updated] " icp1994
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-05-12  1:51 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42169#issuecomment-1544989583

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] ncurses: update to 6.4.
  2023-02-09 20:13 [PR PATCH] ncurses: update to 6.4 icp1994
  2023-05-12  1:51 ` github-actions
@ 2023-05-13  8:19 ` icp1994
  2023-05-16 16:12 ` leahneukirchen
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-05-13  8:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 584 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/42169

ncurses: update to 6.4.
#### 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**

I have been using this (ncurses, ncurses-base, & ncurses-libs) for ~5 days without any noticeable issues.

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

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

From cf7f02bbb54fbe0ca5495deca57180f19d672fa3 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 8 Feb 2023 13:17:00 +0530
Subject: [PATCH] ncurses: update to 6.4.

---
 srcpkgs/ncurses/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ncurses/template b/srcpkgs/ncurses/template
index 7a56c537bf2e..07677627f582 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 <gottox@voidlinux.org>"
 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}"
 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ncurses: update to 6.4.
  2023-02-09 20:13 [PR PATCH] ncurses: update to 6.4 icp1994
  2023-05-12  1:51 ` github-actions
  2023-05-13  8:19 ` [PR PATCH] [Updated] " icp1994
@ 2023-05-16 16:12 ` leahneukirchen
  2023-05-16 18:45 ` [PR PATCH] [Updated] " icp1994
  2023-05-17 11:24 ` [PR PATCH] [Merged]: " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2023-05-16 16:12 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/42169#issuecomment-1549971356

Comment:
We could add `--with-xterm-kbs=del` to fix a longstanding issue. Debian, OpenSUSE and Arch have this.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] ncurses: update to 6.4.
  2023-02-09 20:13 [PR PATCH] ncurses: update to 6.4 icp1994
                   ` (2 preceding siblings ...)
  2023-05-16 16:12 ` leahneukirchen
@ 2023-05-16 18:45 ` icp1994
  2023-05-17 11:24 ` [PR PATCH] [Merged]: " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-05-16 18:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 584 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/42169

ncurses: update to 6.4.
#### 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**

I have been using this (ncurses, ncurses-base, & ncurses-libs) for ~5 days without any noticeable issues.

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

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

From e7e15e9fd27dd058205575237fb690c259a16811 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
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 7a56c537bf2e..a96eaac0f618 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 <gottox@voidlinux.org>"
 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 \

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: ncurses: update to 6.4.
  2023-02-09 20:13 [PR PATCH] ncurses: update to 6.4 icp1994
                   ` (3 preceding siblings ...)
  2023-05-16 18:45 ` [PR PATCH] [Updated] " icp1994
@ 2023-05-17 11:24 ` leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2023-05-17 11:24 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

ncurses: update to 6.4.
https://github.com/void-linux/void-packages/pull/42169

Description:
#### 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**

I have been using this (ncurses, ncurses-base, & ncurses-libs) for ~5 days without any noticeable issues.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-05-17 11:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-09 20:13 [PR PATCH] ncurses: update to 6.4 icp1994
2023-05-12  1:51 ` github-actions
2023-05-13  8:19 ` [PR PATCH] [Updated] " icp1994
2023-05-16 16:12 ` leahneukirchen
2023-05-16 18:45 ` [PR PATCH] [Updated] " icp1994
2023-05-17 11:24 ` [PR PATCH] [Merged]: " leahneukirchen

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).