GNU bug report logs - #76144
[PATCH] gnu: Add font-aporetic.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#76144: closed ([PATCH] gnu: Add font-aporetic.)
Date: Thu, 13 Feb 2025 02:49:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 13 Feb 2025 10:52:01 +0800
with message-id <87ikpepne6.fsf <at> envs.net>
and subject line Re: [bug#76144] [PATCH] gnu: Add font-aporetic, deprecate font-iosevka-comfy.
has caused the debbugs.gnu.org bug report #76144,
regarding [PATCH] gnu: Add font-aporetic.
to be marked as done.

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


-- 
76144: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76144
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Olivier Rojon <o.rojon <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Olivier Rojon <o.rojon <at> posteo.net>, iyzsong <at> envs.net
Subject: [PATCH] gnu: Add font-aporetic.
Date: Sat,  8 Feb 2025 16:20:15 +0000
* gnu/packages/fonts.scm (font-aporetic): New variable.

Change-Id: I35289ff33574e39bfe1e095e2d9826dfce5997ae
---
 gnu/packages/fonts.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index c32f2ef5fb..c767100899 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -62,6 +62,7 @@
 ;;; Copyright © 2024 Christina O'Donnell <cdo <at> mutix.org>
 ;;; Copyright © 2025 Ashvith Shetty <ashvithshetty10 <at> gmail.com>
 ;;; Copyright © 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
+;;; Copyright © 2025 Olivier Rojon <o.rojon <at> posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2112,6 +2113,27 @@ (define-public font-iosevka-comfy
      version of the original, designed for enhanced readability.")
     (license license:silofl1.1)))
 
+(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.")
+    (license (list license:silofl1.1))))
+
 (define-public font-junicode
   (package
     (name "font-junicode")
-- 
2.48.1



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Olivier Rojon <o.rojon <at> posteo.net>
Cc: 76144-done <at> debbugs.gnu.org
Subject: Re: [bug#76144] [PATCH] gnu: Add font-aporetic, deprecate
 font-iosevka-comfy.
Date: Thu, 13 Feb 2025 10:52:01 +0800
Olivier Rojon <o.rojon <at> posteo.net> writes:

> * gnu/packages/fonts.scm (font-aporetic, deprecate font-iosevka-comfy): Update
> to 1.1, fix synopsis and description, deprecate font-iosevka-comfy

Pushed to master, with simplified commit message, thank you.


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.