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
* gnu/packages/fonts.scm (font-aporetic, deprecate font-iosevka-comfy): Update
to 1.1, fix synopsis and description, deprecate font-iosevka-comfy
Change-Id: I08f791a9025c296698c4396f3d7b7aeb6356d481
---
gnu/packages/fonts.scm | 39 +++++++++++++++++++++++----------------
1 file changed, 23 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index c32f2ef5fb..9d73af0a6d 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2093,24 +2093,31 @@ (define-public font-iosevka-ss09
(sha256
(base32 "1h5jfrpply7ypc4h6ivxs30qkrbni51zkj78xz6nz4zbnp923yi0"))))))
-(define-public font-iosevka-comfy
+(define-public font-aporetic
(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")
+ (name "font-aporetic")
+ (version "1.1.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 "0cihagy7vhw5pqznbihwv3pgb516i94iqfnvfm73njrx1a4dalz6"))))
+ (build-system font-build-system)
+ (home-page "https://github.com/protesilaos/aporetic")
+ (synopsis "Customised build of the Iosevka typeface")
(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)))
+ "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.")
+ (license (list license:silofl1.1))))
+
+(define-public font-iosevka-comfy
+ (deprecated-package "font-iosevka-comfy" font-aporetic))
(define-public font-junicode
(package
--
2.48.1
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.