Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ncurses: reënable libtinfo 32bit pkgs
@ 2023-10-03  2:25 classabbyamp
  2023-10-03  7:40 ` icp1994
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: classabbyamp @ 2023-10-03  2:25 UTC (permalink / raw)
  To: ml

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

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

* Re: ncurses: reënable libtinfo 32bit pkgs
  2023-10-03  2:25 [PR PATCH] ncurses: reënable libtinfo 32bit pkgs classabbyamp
@ 2023-10-03  7:40 ` icp1994
  2023-10-09 23:32 ` [PR PATCH] [Updated] " classabbyamp
  2023-10-09 23:38 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-10-03  7:40 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/46395#issuecomment-1744377362

Comment:
Is the usage of diacritic in commit message intentional? :smile: 

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

* Re: [PR PATCH] [Updated] ncurses: reënable libtinfo 32bit pkgs
  2023-10-03  2:25 [PR PATCH] ncurses: reënable libtinfo 32bit pkgs classabbyamp
  2023-10-03  7:40 ` icp1994
@ 2023-10-09 23:32 ` classabbyamp
  2023-10-09 23:38 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-10-09 23:32 UTC (permalink / raw)
  To: ml

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

There is an updated 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 7ce0c8d5c33e775e133289ca4b56657022331550 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"

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

* Re: [PR PATCH] [Merged]: ncurses: reënable libtinfo 32bit pkgs
  2023-10-03  2:25 [PR PATCH] ncurses: reënable libtinfo 32bit pkgs classabbyamp
  2023-10-03  7:40 ` icp1994
  2023-10-09 23:32 ` [PR PATCH] [Updated] " classabbyamp
@ 2023-10-09 23:38 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-10-09 23:38 UTC (permalink / raw)
  To: ml

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

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

ncurses: reënable libtinfo 32bit pkgs
https://github.com/void-linux/void-packages/pull/46395

Description:
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)


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

end of thread, other threads:[~2023-10-09 23:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-03  2:25 [PR PATCH] ncurses: reënable libtinfo 32bit pkgs classabbyamp
2023-10-03  7:40 ` icp1994
2023-10-09 23:32 ` [PR PATCH] [Updated] " classabbyamp
2023-10-09 23:38 ` [PR PATCH] [Merged]: " 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).