GNU bug report logs - #76818
[PATCH] gnu: Add font-lisnoti.

Previous Next

Package: guix-patches;

Reported by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Date: Fri, 7 Mar 2025 17:46:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Subject: bug#76818: closed (Close)
Date: Thu, 03 Apr 2025 14:52:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#76818: [PATCH] gnu: Add font-lisnoti.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 76818 <at> debbugs.gnu.org.

-- 
76818: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76818
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: 76818-done <at> debbugs.gnu.org
Subject: Close
Date: Thu, 3 Apr 2025 16:51:30 +0200
This has just gone through QA, so I have pushed the commit.

Andreas


[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: guix-patches <at> gnu.org
Cc: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Subject: [PATCH] gnu: Add font-lisnoti.
Date: Fri,  7 Mar 2025 18:44:10 +0100
* 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






This bug report was last modified 48 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.