GNU bug report logs -
#76144
[PATCH] gnu: Add font-aporetic.
Previous Next
Reported by: Olivier Rojon <o.rojon <at> posteo.net>
Date: Sat, 8 Feb 2025 16:22:02 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
Hello,
Olivier Rojon <o.rojon <at> posteo.net> writes:
> +(define-public font-aporetic
> + (package
> + (name "font-aporetic")
> + (version "1.0.0")
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/protesilaos/aporetic")
> + (commit version)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32 "0j35bmzdm4vqg6f60l4m8ch795lkmp024ifxx1gw45n5pr7j4vp6"))))
> + (build-system font-build-system)
> + (home-page "https://github.com/protesilaos/aporetic")
> + (synopsis "Coders' typeface, built from code")
> + (description
> + "Aporetic is the successor to Iosevka Comfy, which is discontinued as of
> + February 2025.")
This synopsis and description looks a little unclear to me.
How about:
(synopsis "Customised build of the Iosevka typeface")
(description "Aporetic fonts are a custom build of Iosevka with
different style and metrics than the default. Aporetic optimises for
inter-glyph and inter-style consistency within the overarching
constraint of usability at small point sizes.")
Also, you should make 'font-iosevka-comfy' a deprecated package of this
one.
Could you send an updated patch? Thanks.
This bug report was last modified 99 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.