GNU bug report logs - #63192
[PATCH] gnu: Add font-iosevka-comfy.

Previous Next

Package: guix-patches;

Reported by: Dakota Logan <dklogan <at> riseup.net>

Date: Sun, 30 Apr 2023 18:43:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#63192: closed ([PATCH] gnu: Add font-iosevka-comfy.)
Date: Sat, 27 May 2023 03:03:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 27 May 2023 11:02:30 +0800
with message-id <87leha4gu1.fsf <at> envs.net>
and subject line Re: bug#63192: [PATCH] gnu: Add font-iosevka-comfy.
has caused the debbugs.gnu.org bug report #63192,
regarding [PATCH] gnu: Add font-iosevka-comfy.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
63192: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63192
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Dakota Logan <dklogan <at> riseup.net>
To: guix-patches <at> gnu.org
Cc: Dakota Logan <dklogan <at> riseup.net>
Subject: [PATCH] gnu: Add font-iosevka-comfy.
Date: Sun, 30 Apr 2023 14:41:19 -0400
* gnu/packages/fonts.scm (font-iosevka-comfy): New variable.
---
 gnu/packages/fonts.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3aad42493d..de1bcca7c4 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1809,6 +1809,28 @@ programming.  Iosevka is completely generated from its source code.")
        (sha256
         (base32 "1h5jfrpply7ypc4h6ivxs30qkrbni51zkj78xz6nz4zbnp923yi0"))))))
 
+(define-public font-iosevka-comfy
+  (package
+   (name "font-iosevka-comfy")
+   (version "1.2.0")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (string-append "https://git.sr.ht/~protesilaos/iosevka-comfy"
+			 "/archive/" version
+			 ".tar.gz"))
+     (sha256 
+      (base32 "1ax8m760mxjmy9mpjsjwhxlkr65jvaagkjy335jz0q5w3g4mqv0v"))))
+   (build-system font-build-system)
+   (home-page "https://git.sr.ht/~protesilaos/iosevka-comfy")
+   (synopsis "Custom build of Iosevka with different style and metrics")
+   (description
+    "Customised build of the Iosevka typeface, with a consistent rounded
+style and overrides for almost all individual glyphs in both
+roman (upright) and italic (slanted) variants.")
+   (license (list license:silofl1.1    ; same licensing as iosevka
+                  license:bsd-3))))
+
 (define-public font-sarasa-gothic
   (package
     (name "font-sarasa-gothic")

base-commit: a34348967e032acfab2aa0b512d318a70f5543dd
prerequisite-patch-id: d0a90d192b14ccaf3733ba566b26665079b0b3f9
-- 
2.30.2



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Dakota Logan <dklogan <at> riseup.net>
Cc: 63192-done <at> debbugs.gnu.org
Subject: Re: bug#63192: [PATCH] gnu: Add font-iosevka-comfy.
Date: Sat, 27 May 2023 11:02:30 +0800
Dakota Logan <dklogan <at> riseup.net> writes:

> * gnu/packages/fonts.scm (font-iosevka-comfy): New variable.

Hello, this was added from another patch 9c1b9bfef3d1573a690e95aa04af61c40a3c92de.
Close now, thank you!


This bug report was last modified 2 years and 57 days ago.

Previous Next


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