Github messages for voidlinux
 help / color / mirror / Atom feed
From: leahneukirchen <leahneukirchen@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] ncurses: update to 6.3.
Date: Wed, 09 Feb 2022 23:54:40 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35498@inbox.vuxu.org> (raw)

[-- 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"
 }
 

             reply	other threads:[~2022-02-09 22:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-09 22:54 leahneukirchen [this message]
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

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35498@inbox.vuxu.org \
    --to=leahneukirchen@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).