Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ncurses: update to 6.3.
@ 2022-02-09 22:54 leahneukirchen
  2022-03-01 18:01 ` tibequadorian
  2022-03-01 18:08 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 4+ messages in thread
From: leahneukirchen @ 2022-02-09 22:54 UTC (permalink / raw)
  To: ml

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

There is a new pull request by leahneukirchen against master on the void-packages repository

https://github.com/leahneukirchen/void-packages ncurses63
https://github.com/void-linux/void-packages/pull/35498

ncurses: update to 6.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

Supersedes #35497.

#### Testing the changes
- [tibequadorian](https://github.com/tibequadorian) tested the changes in this PR: YES
- 
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 38c921aa69b6c71ca8a147db7a996eaafc5364b3 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 9 Feb 2022 23:53:14 +0100
Subject: [PATCH] ncurses: update to 6.3.

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

diff --git a/srcpkgs/ncurses/template b/srcpkgs/ncurses/template
index 90454e01ec10..5366c77a6a06 100644
--- a/srcpkgs/ncurses/template
+++ b/srcpkgs/ncurses/template
@@ -1,7 +1,7 @@
 # Template file for 'ncurses'
 pkgname=ncurses
-version=6.2
-revision=4
+version=6.3
+revision=1
 bootstrap=yes
 configure_args="--enable-big-core"
 short_desc="System V Release 4.0 curses emulation library"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="http://www.gnu.org/software/ncurses/"
 distfiles="${GNU_SITE}/ncurses/$pkgname-$version.tar.gz"
-checksum=30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d
+checksum=97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059
 
 depends="ncurses-base-${version}_${revision}"
 
@@ -28,6 +28,7 @@ do_configure() {
 		--without-tests --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 \
 		BUILD_CFLAGS="$BUILD_CFLAGS"
 
 	cd ${wrksrc}/ncurses-build
@@ -36,6 +37,7 @@ do_configure() {
 		--without-debug --without-ada --without-tests \
 		--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 \
 		BUILD_CFLAGS="$BUILD_CFLAGS"
 }
 

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

* Re: ncurses: update to 6.3.
  2022-02-09 22:54 [PR PATCH] ncurses: update to 6.3 leahneukirchen
@ 2022-03-01 18:01 ` tibequadorian
  2022-03-01 18:08 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 4+ messages in thread
From: tibequadorian @ 2022-03-01 18:01 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35498#issuecomment-1055709904

Comment:
I think this is ok. I'm using it a while now...

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

* Re: [PR PATCH] [Merged]: ncurses: update to 6.3.
  2022-02-09 22:54 [PR PATCH] ncurses: update to 6.3 leahneukirchen
  2022-03-01 18:01 ` tibequadorian
@ 2022-03-01 18:08 ` leahneukirchen
  1 sibling, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2022-03-01 18:08 UTC (permalink / raw)
  To: ml

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

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

ncurses: update to 6.3.
https://github.com/void-linux/void-packages/pull/35498

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

Supersedes #35497.

#### Testing the changes
- [tibequadorian](https://github.com/tibequadorian) tested the changes in this PR: YES
- 
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: ncurses: update to 6.3.
  2022-02-09 22:12 [PR PATCH] " tibequadorian
@ 2022-02-09 22:14 ` tibequadorian
  0 siblings, 0 replies; 4+ messages in thread
From: tibequadorian @ 2022-02-09 22:14 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35497#issuecomment-1034244715

Comment:
what ?! it worked on my machine ...

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

end of thread, other threads:[~2022-03-01 18:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-09 22:54 [PR PATCH] ncurses: update to 6.3 leahneukirchen
2022-03-01 18:01 ` tibequadorian
2022-03-01 18:08 ` [PR PATCH] [Merged]: " leahneukirchen
  -- strict thread matches above, loose matches on Subject: below --
2022-02-09 22:12 [PR PATCH] " tibequadorian
2022-02-09 22:14 ` tibequadorian

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