unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63381] [PATCH] gnu: Add font Iosevka comfy
@ 2023-05-08 17:49 arnaud.lechevallier
       [not found] ` <500881635.80084512.1683636583234.JavaMail.root@zimbra81-e14.priv.proxad.net>
  0 siblings, 1 reply; 3+ messages in thread
From: arnaud.lechevallier @ 2023-05-08 17:49 UTC (permalink / raw)
  To: 63381

[-- Attachment #1: Type: text/plain, Size: 143 bytes --]

Hello,

Here is my first attempt to provide a patch to add a new font called 
'Iosevka comfy' and based on font Iosevka.

Kind regards,

Arnaud

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: add-font-iosevka-comfy.patch --]
[-- Type: text/x-diff; name=add-font-iosevka-comfy.patch, Size: 1473 bytes --]

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3aad42493d..1ea64ef1ab 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -53,6 +53,7 @@
 ;;; Copyright © 2022 Hilton Chain <hako@ultrarare.space>
 ;;; Copyright © 2022 Nguyễn Gia Phong <mcsinyx@disroot.org>
 ;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
+;;; Copyright © 2023 Arnaud Lechevallier <arnaud.lechevallier@free.fr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1809,6 +1810,25 @@ (define-public font-iosevka-ss09
        (sha256
         (base32 "1h5jfrpply7ypc4h6ivxs30qkrbni51zkj78xz6nz4zbnp923yi0"))))))
 
+(define-public font-iosevka-comfy
+  (package
+    (inherit font-iosevka)
+    (name "font-iosevka-comfy")
+    (version "1.2.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://git.sr.ht/~protesilaos/iosevka-comfy")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32 "1gccv28avxlkicl6rcsn6i23pdn0nrk91zhcyzwwc3nyzm2w8w40"))))
+    (home-page "https://git.sr.ht/~protesilaos/iosevka-comfy")
+    (description
+     "Iosevka Comfy is a TTF font derived from Iosevka.  It is a slightly tweaked
+     version of the original, designed for enhanced readability.")
+    (license license:silofl1.1)))
+
 (define-public font-sarasa-gothic
   (package
     (name "font-sarasa-gothic")

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#63381] [PATCH] gnu: Add font Iosevka comfy
       [not found] ` <500881635.80084512.1683636583234.JavaMail.root@zimbra81-e14.priv.proxad.net>
@ 2023-05-09 12:54   ` arnaud.lechevallier
  2023-05-14  3:32     ` bug#63381: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: arnaud.lechevallier @ 2023-05-09 12:54 UTC (permalink / raw)
  To: 63381

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

Hello,

My apologize for the previous patch that was not properly formatted.
You'll find in attachment a new patch that respects the process.

Kind regards,

Arnaud.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-Iosevka-comfy-font.patch --]
[-- Type: text/x-patch; name=0001-gnu-Add-Iosevka-comfy-font.patch, Size: 1846 bytes --]

From f0fb04e5eb8d35e7053e3b32c7257ef4149c9a36 Mon Sep 17 00:00:00 2001
From: Arnaud Lechevallier <arnaud.lechevallier@free.fr>
Date: Mon, 8 May 2023 19:16:30 +0200
Subject: [PATCH] gnu: Add Iosevka comfy font.

* gnu/packages/fonts.scm (font-iosevka-comfy): New variable.
---
 gnu/packages/fonts.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3aad42493d..1ea64ef1ab 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -53,6 +53,7 @@
 ;;; Copyright © 2022 Hilton Chain <hako@ultrarare.space>
 ;;; Copyright © 2022 Nguyễn Gia Phong <mcsinyx@disroot.org>
 ;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
+;;; Copyright © 2023 Arnaud Lechevallier <arnaud.lechevallier@free.fr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1809,6 +1810,25 @@ (define-public font-iosevka-ss09
        (sha256
         (base32 "1h5jfrpply7ypc4h6ivxs30qkrbni51zkj78xz6nz4zbnp923yi0"))))))
 
+(define-public font-iosevka-comfy
+  (package
+    (inherit font-iosevka)
+    (name "font-iosevka-comfy")
+    (version "1.2.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://git.sr.ht/~protesilaos/iosevka-comfy")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32 "1gccv28avxlkicl6rcsn6i23pdn0nrk91zhcyzwwc3nyzm2w8w40"))))
+    (home-page "https://git.sr.ht/~protesilaos/iosevka-comfy")
+    (description
+     "Iosevka Comfy is a TTF font derived from Iosevka.  It is a slightly tweaked
+     version of the original, designed for enhanced readability.")
+    (license license:silofl1.1)))
+
 (define-public font-sarasa-gothic
   (package
     (name "font-sarasa-gothic")
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#63381: [PATCH] gnu: Add font Iosevka comfy
  2023-05-09 12:54   ` arnaud.lechevallier
@ 2023-05-14  3:32     ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-05-14  3:32 UTC (permalink / raw)
  To: arnaud.lechevallier; +Cc: 63381-done


> You'll find in attachment a new patch that respects the process.

Pushed to master, thank you!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-14  3:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-08 17:49 [bug#63381] [PATCH] gnu: Add font Iosevka comfy arnaud.lechevallier
     [not found] ` <500881635.80084512.1683636583234.JavaMail.root@zimbra81-e14.priv.proxad.net>
2023-05-09 12:54   ` arnaud.lechevallier
2023-05-14  3:32     ` bug#63381: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).