From unknown Fri Jun 20 07:24:27 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#76818 <76818@debbugs.gnu.org> To: bug#76818 <76818@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add font-lisnoti. Reply-To: bug#76818 <76818@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:24:27 +0000 retitle 76818 [PATCH] gnu: Add font-lisnoti. reassign 76818 guix-patches submitter 76818 Nicolas Goaziou severity 76818 normal tag 76818 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 07 12:45:24 2025 Received: (at submit) by debbugs.gnu.org; 7 Mar 2025 17:45:25 +0000 Received: from localhost ([127.0.0.1]:49952 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tqblE-00045a-Jl for submit@debbugs.gnu.org; Fri, 07 Mar 2025 12:45:24 -0500 Received: from lists.gnu.org ([2001:470:142::17]:55322) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tqblC-0003yl-H3 for submit@debbugs.gnu.org; Fri, 07 Mar 2025 12:45:22 -0500 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 1tqbkm-0003qV-Qs for guix-patches@gnu.org; Fri, 07 Mar 2025 12:44:56 -0500 Received: from msg-1.mailo.com ([213.182.54.11] helo=mailo.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tqbki-0006oT-Sw for guix-patches@gnu.org; Fri, 07 Mar 2025 12:44:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1741369488; bh=yd2ySD4cEY1DhdUTbsp8esLZilujI7DFOFCg+ZdqhUI=; h=X-EA-Auth:From:To:Cc:Subject:Date:Message-ID:X-Mailer: MIME-Version:Content-Transfer-Encoding; b=n/OL8krqcDIxxKMqlJjiEs5dbDb8sAAVGbTUahhgoMx9xUyd8u56SetAlP+FI+f46 Pq7yy06JkvARL9X3qgN0MbdlNT3bdFVpyA2gDYgRS27xKAnwkTUgeYFvd9JhOtbLqJ rQFoyhwuKCbF7WhO0ZFW9b+xaTjo7tIDqINldqAM= Received: by b221-8.in.mailobj.net [192.168.90.28] with ESMTP via ip-20.mailobj.net [213.182.54.20] Fri, 7 Mar 2025 18:44:47 +0100 (CET) X-EA-Auth: XEPdWGdKgGMJYHnolojZ85N9XV8s8pVvC6baS+6hkCdGC/L/Gy8/1gFxMkKNbIsLyK3ldwm0ln6a9/OzCU1VWXO8qUbtFoN8HAEmV28RYY8= From: Nicolas Goaziou To: guix-patches@gnu.org Subject: [PATCH] gnu: Add font-lisnoti. Date: Fri, 7 Mar 2025 18:44:10 +0100 Message-ID: <040a7b79c9282bae0715c5246740ee54a5d5c342.1741369408.git.mail@nicolasgoaziou.fr> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 X-Debbugs-Cc: 宋文武 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=213.182.54.11; envelope-from=mail@nicolasgoaziou.fr; helo=mailo.com 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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Nicolas Goaziou 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: -0.1 (/) * gnu/packages/fonts.scm (font-lisnoti): New variable. Change-Id: I2f0fa6198c0c7c491c43f795d974f574f5979fda --- gnu/packages/fonts.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 3048289ac0..6fe65bbe3c 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -247,6 +247,33 @@ (define-public font-lilex ligatures for common programming multi-character combinations.") (license license:silofl1.1))) +(define-public font-lisnoti + (let ((commit "9adec42aa352918bfb399c4f0b273f191b922836") + (revision "1")) + (package + (name "font-lisnoti") + (version (git-version "0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Lisnoti/Lisnoti") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0agy7l2qjmdxvw52bbmnfxqxc5n7l76pq5ha4zg1c1fk8vnkapk7")))) + (build-system font-build-system) + (home-page "https://github.com/Lisnoti/Lisnoti") + (synopsis "Proportional sans serif font for general use and code") + (description + "Lisnoti is a proportional sans serif font derived from Noto's sans +serif fonts and is intended for both general use and for writing +computer code, including in a maths and science context. + +Lisnoti is available in regular, italic, bold and bold-italic +variants.") + (license license:silofl1.1)))) + (define-public font-inconsolata (package (name "font-inconsolata") base-commit: c8bde3c6725be4eb0743a153a3cf8de453d9e448 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 03 10:51:42 2025 Received: (at 76818-done) by debbugs.gnu.org; 3 Apr 2025 14:51:42 +0000 Received: from localhost ([127.0.0.1]:35134 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u0Luw-0003av-Jt for submit@debbugs.gnu.org; Thu, 03 Apr 2025 10:51:42 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:50942) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u0Luu-0003ad-Dj for 76818-done@debbugs.gnu.org; Thu, 03 Apr 2025 10:51:41 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 8F29E51E; Thu, 3 Apr 2025 16:51:33 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id v3REsYDHQrWt; Thu, 3 Apr 2025 16:51:33 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 2A49A2FE; Thu, 3 Apr 2025 16:51:32 +0200 (CEST) Date: Thu, 3 Apr 2025 16:51:30 +0200 From: Andreas Enge To: 76818-done@debbugs.gnu.org Subject: Close Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 8F29E51E X-Spamd-Result: default: False [5.67 / 15.00]; SPAM_FLAG(5.00)[]; NEURAL_SPAM(3.00)[1.000]; BAYES_HAM(-2.73)[98.84%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[] X-Spam-Level: ***** X-Rspamd-Action: greylist X-Spamd-Bar: +++++ X-Rspamd-Server: hera X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76818-done 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: -1.0 (-) This has just gone through QA, so I have pushed the commit. Andreas From unknown Fri Jun 20 07:24:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 02 May 2025 11:24:07 +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