Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] ncurses: reënable libtinfo 32bit pkgs
Date: Tue, 03 Oct 2023 04:25:41 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46395@inbox.vuxu.org> (raw)

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

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

https://github.com/classabbyamp/void-packages nc32
https://github.com/void-linux/void-packages/pull/46395

ncurses: reënable libtinfo 32bit pkgs
fixes #42007

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

#### Testing the changes
- I tested the changes in this PR: **briefly** (generated package seems to be correct)


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

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

From d7e95150c584f9774dc6ea1c4ae2e4363e607419 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 2 Oct 2023 22:23:52 -0400
Subject: [PATCH] =?UTF-8?q?ncurses:=20re=C3=ABnable=20libtinfo=2032bit=20p?=
 =?UTF-8?q?kgs?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

fixes #42007
---
 srcpkgs/ncurses/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ncurses/template b/srcpkgs/ncurses/template
index a96eaac0f6185..c2bd38d0a3152 100644
--- a/srcpkgs/ncurses/template
+++ b/srcpkgs/ncurses/template
@@ -1,7 +1,7 @@
 # Template file for 'ncurses'
 pkgname=ncurses
 version=6.4
-revision=1
+revision=2
 bootstrap=yes
 configure_args="--enable-big-core"
 short_desc="System V Release 4.0 curses emulation library"
@@ -154,7 +154,6 @@ ncurses-term_package() {
 }
 
 ncurses-libtinfo-libs_package() {
-	lib32disabled=yes
 	depends="ncurses-libs-${version}_${revision}"
 	short_desc+=" - libtinfo.so symlink"
 	pkg_install() {
@@ -163,7 +162,7 @@ ncurses-libtinfo-libs_package() {
 }
 
 ncurses-libtinfo-devel_package() {
-	lib32disabled=yes
+	lib32mode=full
 	depends="ncurses-devel-${version}_${revision}"
 	depends+=" ncurses-libtinfo-libs-${version}_${revision}"
 	short_desc+=" - libtinfo.so symlink - development files"

             reply	other threads:[~2023-10-03  2:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-03  2:25 classabbyamp [this message]
2023-10-03  7:40 ` icp1994
2023-10-09 23:32 ` [PR PATCH] [Updated] " classabbyamp
2023-10-09 23:38 ` [PR PATCH] [Merged]: " 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46395@inbox.vuxu.org \
    --to=classabbyamp@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).