GNU bug report logs -
#76818
[PATCH] gnu: Add font-lisnoti.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76818 in the body.
You can then email your comments to 76818 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76818
; Package
guix-patches
.
(Fri, 07 Mar 2025 17:46:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
New bug report received and forwarded. Copy sent to
iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Fri, 07 Mar 2025 17:46:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Thu, 03 Apr 2025 14:52:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
bug acknowledged by developer.
(Thu, 03 Apr 2025 14:52:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 76818-done <at> debbugs.gnu.org (full text, mbox):
This has just gone through QA, so I have pushed the commit.
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 02 May 2025 11:24:07 GMT)
Full text and
rfc822 format available.
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.