GNU bug report logs - #71964
[PATCH] gnu: fonts: Add Lilex font.

Previous Next

Package: guix-patches;

Reported by: Charles <charles <at> charje.net>

Date: Sat, 6 Jul 2024 02:09:01 UTC

Severity: normal

Tags: patch

Done: jgart <jgart <at> dismail.de>

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: Charles <charles <at> charje.net>
Subject: bug#71964: closed (Re: [PATCH] gnu: fonts: Add Lilex font.)
Date: Sat, 06 Jul 2024 02:56:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#71964: [PATCH] gnu: fonts: Add Lilex font.

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 71964 <at> debbugs.gnu.org.

-- 
71964: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71964
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: 71964-done <at> debbugs.gnu.org
Cc: Charles <charles <at> charje.net>
Subject: Re: [PATCH] gnu: fonts: Add Lilex font.
Date: Fri, 05 Jul 2024 21:55:06 -0500
Pushed!
-- 
all the best,
jgart

[Message part 3 (message/rfc822, inline)]
From: Charles <charles <at> charje.net>
To: guix-patches <at> gnu.org
Cc: Charles <charles <at> charje.net>
Subject: [PATCH] gnu: fonts: Add Lilex font.
Date: Fri,  5 Jul 2024 21:07:53 -0500
* gnu/packages/fonts.scm (font-lilex): New variable.

Change-Id: I356897bc84f49e9c83ea0faba26ffcd2aaf62427
---
 gnu/packages/fonts.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index a21c6b4d5a..0fa5671f8e 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -197,6 +197,26 @@ (define-public font-ibm-plex
 well as other mediums.")
     (license license:silofl1.1)))
 
+(define-public font-lilex
+  (package
+    (name "font-lilex")
+    (version "2.510")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/mishamyrt/Lilex/releases/download/"
+                    version
+                    "/Lilex.zip"))
+              (sha256
+               (base32
+                "0dq54qk4q1ymdqnp0skxdxzhx475g2gihzs8ijx0nffa29fwzn9g"))))
+    (build-system font-build-system)
+    (home-page "https://github.com/mishamyrt/Lilex")
+    (synopsis "IBM Plex typeface with extended character sets and ligatures")
+    (description "Lilex is a modern programming font containing a set of
+ligatures for common programming multi-character combinations.")
+    (license license:silofl1.1)))
+
 (define-public font-inconsolata
   (package
     (name "font-inconsolata")

base-commit: 01ea5ebc71a5f104af2ed220cb29f88523298ca7
-- 
2.45.2




This bug report was last modified 321 days ago.

Previous Next


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