GNU bug report logs -
#63192
[PATCH] gnu: Add font-iosevka-comfy.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63192 in the body.
You can then email your comments to 63192 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63192
; Package
guix-patches
.
(Sun, 30 Apr 2023 18:43:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Dakota Logan <dklogan <at> riseup.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 30 Apr 2023 18:43:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Sat, 27 May 2023 03:03:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Dakota Logan <dklogan <at> riseup.net>
:
bug acknowledged by developer.
(Sat, 27 May 2023 03:03:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 63192-done <at> debbugs.gnu.org (full text, mbox):
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!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 24 Jun 2023 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 322 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.