Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ncurses: update to 6.5.
@ 2024-06-10 19:12 icp1994
  2024-06-10 19:20 ` [PR PATCH] [Updated] " icp1994
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2024-06-10 19:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 470 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/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: 2250 bytes --]

From 4fa8a04dd7128d0486bc989e6ec39706c165c89e 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 | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ncurses/template b/srcpkgs/ncurses/template
index c2bd38d0a3152f..b634fc4fd38151 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 \
@@ -104,6 +104,8 @@ post_install() {
 	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() {

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

* Re: [PR PATCH] [Updated] ncurses: update to 6.5.
  2024-06-10 19:12 [PR PATCH] ncurses: update to 6.5 icp1994
@ 2024-06-10 19:20 ` icp1994
  2024-06-10 19:20 ` icp1994
  2024-06-16 22:28 ` [PR PATCH] [Closed]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2024-06-10 19:20 UTC (permalink / raw)
  To: ml

[-- 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: 2435 bytes --]

From 7c862cf12175b6749550e963dc89123f05d93ac3 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..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() {

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

* Re: [PR PATCH] [Updated] ncurses: update to 6.5.
  2024-06-10 19:12 [PR PATCH] ncurses: update to 6.5 icp1994
  2024-06-10 19:20 ` [PR PATCH] [Updated] " icp1994
@ 2024-06-10 19:20 ` icp1994
  2024-06-16 22:28 ` [PR PATCH] [Closed]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2024-06-10 19:20 UTC (permalink / raw)
  To: ml

[-- 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() {

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

* Re: [PR PATCH] [Closed]: ncurses: update to 6.5.
  2024-06-10 19:12 [PR PATCH] ncurses: update to 6.5 icp1994
  2024-06-10 19:20 ` [PR PATCH] [Updated] " icp1994
  2024-06-10 19:20 ` icp1994
@ 2024-06-16 22:28 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-06-16 22:28 UTC (permalink / raw)
  To: ml

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

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

ncurses: update to 6.5.
https://github.com/void-linux/void-packages/pull/50766

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**

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

end of thread, other threads:[~2024-06-16 22:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-10 19:12 [PR PATCH] ncurses: update to 6.5 icp1994
2024-06-10 19:20 ` [PR PATCH] [Updated] " icp1994
2024-06-10 19:20 ` icp1994
2024-06-16 22:28 ` [PR PATCH] [Closed]: " classabbyamp

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