From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 09 14:25:24 2024 Received: (at submit) by debbugs.gnu.org; 9 Jun 2024 18:25:24 +0000 Received: from localhost ([127.0.0.1]:53358 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sGNEJ-0007xf-Kr for submit@debbugs.gnu.org; Sun, 09 Jun 2024 14:25:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:51260) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sGMs5-00048l-12 for submit@debbugs.gnu.org; Sun, 09 Jun 2024 14:02:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sGMBH-0001ua-Rj for guix-patches@gnu.org; Sun, 09 Jun 2024 13:18:12 -0400 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sGMBF-0004fm-Nm for guix-patches@gnu.org; Sun, 09 Jun 2024 13:18:11 -0400 Received: from sofia.home.inet6.fi (178.red-81-35-46.dynamicip.rima-tde.net [81.35.46.178]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 22916100F2; Sun, 9 Jun 2024 17:17:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1717953478; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=5bZ80c2VQ49qFCsjJYi/DIt6U9RxDJYcq5guqTLrsYY=; b=KrP+PaRdnbbcC9Te1aiF8mL6x6POzwtddU11L5jGaNWWvM7b+XLf9WYrGk/Enl8WR/SPbj DsHzqMkQsBhCAoSTevMPkKVw2IxuCGfsCu7johL1ZOAOJCxUkBJ6acYkEp28INId7/31Kk OXclarDoFHDm9+z6AF2HtTywee1gVMo= From: ashish.is@lostca.se To: guix-patches@gnu.org Subject: [PATCH] gnu: slang: Update to 2.3.3. Date: Sun, 9 Jun 2024 19:12:16 +0200 Message-ID: <9d17888f520f7015dc8e26048f801740913b4964.1717953136.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) From: Ashish SHUKLA * gnu/packages/slang.scm (slang): Update to 2.3.3. Change-Id: Ia6892360e0e35dc8ec0b77d092a265689d816edd --- This patch updates slang to 2.3.3. In 2.3.3 slang also looks in $TERMINFO_DIRS for terminfo files which is helpful when one is using a fancy terminal emulator like foot, alacritty. nmtui is one of the users of slang, and without this update it is not usable on foot terminal emulator unless one masquerades foot as xterm with $TERM. Thanks, Ashish gnu/packages/slang.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/slang.scm b/gnu/packages/slang.scm index 885fcf8c15..8d60f931b3 100644 --- a/gnu/packages/slang.scm +++ b/gnu/packages/slang.scm @@ -38,14 +38,14 @@ (define-module (gnu packages slang) (define-public slang (package (name "slang") - (version "2.3.2") + (version "2.3.3") (source (origin (method url-fetch) (uri (string-append "http://www.jedsoft.org/releases/slang/slang-" version ".tar.bz2")) (sha256 (base32 - "06p379fqn6w38rdpqi98irxi2bf4llb0rja3dlgkqz7nqh7kp7pw")) + "062siwy785q699y3plnsbhy0xlaxdm485sh82b37668kmra5057r")) (modules '((guix build utils))) (snippet #~(begin base-commit: bc8a41f4a8d9f1f0525d7bc97c67ed3c8aea3111 -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 15 13:02:22 2024 Received: (at submit) by debbugs.gnu.org; 15 Jun 2024 17:02:22 +0000 Received: from localhost ([127.0.0.1]:33149 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIWnF-000381-Mp for submit@debbugs.gnu.org; Sat, 15 Jun 2024 13:02:22 -0400 Received: from lists.gnu.org ([209.51.188.17]:38926) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIWnC-00037m-Uj for submit@debbugs.gnu.org; Sat, 15 Jun 2024 13:02:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sIWnB-0005mT-LR for guix-patches@gnu.org; Sat, 15 Jun 2024 13:02:17 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sIWnA-0004Xf-7k for guix-patches@gnu.org; Sat, 15 Jun 2024 13:02:17 -0400 Received: from localhost (unknown [212.132.255.10]) by mira.cbaines.net (Postfix) with ESMTPSA id 9486527BBE9; Sat, 15 Jun 2024 18:02:14 +0100 (BST) Received: from felis (localhost.lan [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id b18cb858; Sat, 15 Jun 2024 17:02:14 +0000 (UTC) From: Christopher Baines To: "ashish.is--- via Guix-patches" via Subject: Re: [bug#71453] [PATCH] gnu: slang: Update to 2.3.3. In-Reply-To: <9d17888f520f7015dc8e26048f801740913b4964.1717953136.git.ashish.is@lostca.se> (ashish is's message of "Sun, 9 Jun 2024 19:12:16 +0200") References: <9d17888f520f7015dc8e26048f801740913b4964.1717953136.git.ashish.is@lostca.se> User-Agent: mu4e 1.12.4; emacs 29.3 Date: Sat, 15 Jun 2024 18:02:14 +0100 Message-ID: <87zfrm5ecp.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 71453-done@debbugs.gnu.org, ashish.is@lostca.se X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain "ashish.is--- via Guix-patches" via writes: > From: Ashish SHUKLA > > * gnu/packages/slang.scm (slang): Update to 2.3.3. > > Change-Id: Ia6892360e0e35dc8ec0b77d092a265689d816edd > --- > This patch updates slang to 2.3.3. In 2.3.3 slang also looks in > $TERMINFO_DIRS for terminfo files which is helpful when one is using a > fancy terminal emulator like foot, alacritty. nmtui is one of the users > of slang, and without this update it is not usable on foot terminal > emulator unless one masquerades foot as xterm with $TERM. > > Thanks, > Ashish > > gnu/packages/slang.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks for the patch, I've pushed this to master as a58735a96b398b3058c4d4375c7e8679ec116cf7. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmZtyRZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xd7XBAAm7wJKUuExbmuZ+hSkRUdv8g74lFFu7z3 prx0u3p5yMpL9W8VDk4CWUweMJn+N/XqJdKLH0dLYb3V90vg11VVsYBdUoV7zsC5 u4VhPlkIRkMrC7bFXyeK9m/xhPIBUZV/upnZym6bokYDp5MSZ82hmSJ2EqJ2gQQR krlq0iUDLr5+VNPkf0KE1RHXQwy881jq3TR7kmx+Jzxe+5HDBD95KE+idhFP0j9w 9AJ13//gWznDUZkHgt8emUnyyib9BQkk/MEMIU2SANBkc7XLIU73cTncEG0UtfmE 4ysynXXffK1BxiL3oCskqXd/3+o/wc4EnMwjU8PVUJ1EFi938dTQJ/DXTk3/zsUT QTw0izdN69B2inYAEYOeZ7SVhYqc0BBJ4soErujUdSISOuvAIlETiOHB6caXLv/Y ngsppNKc5PVv3IgcU9U+6gf2RaldT6ipIVJHUiYqFK7VF0qmi86yEaiBtOD5hp62 kheFljH9xgtcm5NLbDT2uqxPqSiN5zgrnvpq6p+6wmg0D5zAVyrWrVPsxkQBaltp hmaOMx1kfLX2o2sX6vQP64AMMFwN19q1fglf2zm9vKVCivUWmpjhDR361V8Vqioi JKYabcJncKxbRx+YQ0wxNYdyHYxnI0FkYLAn88qLwt6/y4EyuzoXt44muo6jBBq/ oOjDvOYd02U= =zpSP -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 16 16:13:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 14 Jul 2024 11:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator