GNU bug report logs - #77191
[PATCH] gnu: Add font-bqn386

Previous Next

Package: guix-patches;

Reported by: Lee Thompson <lee.p.thomp <at> gmail.com>

Date: Sat, 22 Mar 2025 22:04:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 77191 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77191; Package guix-patches. (Sat, 22 Mar 2025 22:04:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Lee Thompson <lee.p.thomp <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 22 Mar 2025 22:04:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Lee Thompson <lee.p.thomp <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Lee Thompson <lee.p.thomp <at> gmail.com>
Subject: [PATCH] gnu: Add font-bqn386
Date: Sat, 22 Mar 2025 22:03:13 +0000
* gnu/packages/fonts.scm: (font-bqn386): New variable

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

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3048289ac0..0d0559417c 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -64,6 +64,7 @@
 ;;; Copyright © 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
 ;;; Copyright © 2024 Josep Bigorra <jjbigorra <at> gmail.com>
 ;;; Copyright © 2023 Santiago Payà Miralta <santiagopim <at> gmail.com>
+;;; Copyright © 2025 Lee Thompson <lee.p.thomp <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4268,3 +4269,29 @@ (define-public font-cica
 In addition, Nerd Fonts, Noto Emoji, Icons for Devs, and some adjustment forked
 from the Ricty generator are converted and adjusted.")
     (license license:silofl1.1)))
+
+(define-public font-bqn386
+  ;; No tags or formal releases upstream
+  (let ((commit "90ef32ea18ab44786d67625971145db6f0dc165f")
+        (revision "0")
+        (version "0"))
+    (package
+      (name "font-bqn386")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/dzaima/BQN386")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0cqhgcda6akgrm0i4sjaxx7jg1m7388nyggcxz15bpp9bnh5igrn"))))
+      (build-system font-build-system)
+      (home-page "https://dzaima.github.io/BQN386/")
+      (synopsis "BQN and APL font")
+      (description
+       "An APL and BQN font extending APL386 by Adám Brudzewsky, which is
+based on APL385 by Adrian Smith.  The entire BQN character set is included
+along with some APL characters that don't feature in BQN.")
+      (license license:unlicense))))
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#77191; Package guix-patches. (Sun, 23 Mar 2025 18:12:02 GMT) Full text and rfc822 format available.

Message #8 received at 77191 <at> debbugs.gnu.org (full text, mbox):

From: Lee Thompson <lee.p.thomp <at> gmail.com>
To: 77191 <at> debbugs.gnu.org
Cc: Lee Thompson <lee.p.thomp <at> gmail.com>
Subject: [PATCH v2] gnu: Add font-bqn386
Date: Sun, 23 Mar 2025 18:10:39 +0000
* gnu/packages/fonts.scm: (font-bqn386): New variable

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

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3048289ac0..71858c19bc 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -64,6 +64,7 @@
 ;;; Copyright © 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
 ;;; Copyright © 2024 Josep Bigorra <jjbigorra <at> gmail.com>
 ;;; Copyright © 2023 Santiago Payà Miralta <santiagopim <at> gmail.com>
+;;; Copyright © 2025 Lee Thompson <lee.p.thomp <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4268,3 +4269,29 @@ (define-public font-cica
 In addition, Nerd Fonts, Noto Emoji, Icons for Devs, and some adjustment forked
 from the Ricty generator are converted and adjusted.")
     (license license:silofl1.1)))
+
+(define-public font-bqn386
+  ;; No tags or formal releases upstream
+  (let ((commit "90ef32ea18ab44786d67625971145db6f0dc165f")
+        (revision "0")
+        (version "0"))
+    (package
+      (name "font-bqn386")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/dzaima/BQN386")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0cqhgcda6akgrm0i4sjaxx7jg1m7388nyggcxz15bpp9bnh5igrn"))))
+      (build-system font-build-system)
+      (home-page "https://dzaima.github.io/BQN386/")
+      (synopsis "BQN and APL font based on APL386")
+      (description
+       "An APL and BQN font extending APL386 by Adám Brudzewsky, which is
+based on APL385 by Adrian Smith.  The entire BQN character set is included
+along with some APL characters that don't feature in BQN.")
+      (license license:unlicense))))
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#77191; Package guix-patches. (Sun, 23 Mar 2025 18:14:01 GMT) Full text and rfc822 format available.

Message #11 received at 77191 <at> debbugs.gnu.org (full text, mbox):

From: Lee Thompson <lee.p.thomp <at> gmail.com>
To: 77191 <at> debbugs.gnu.org
Subject: V2 patch
Date: Sun, 23 Mar 2025 18:12:56 +0000
Apologies all, after working at packaging the APL386 and APL385 fonts I
decided to reword this synopsis to mention 386.




This bug report was last modified 16 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.