GNU bug report logs - #64950
[PATCH] gnu: Add font-arapey.

Previous Next

Package: guix-patches;

Reported by: Sergio Pastor Pérez <sergio.pastorperez <at> outlook.es>

Date: Sun, 30 Jul 2023 11:11:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#64950: closed ([PATCH] gnu: Add font-arapey.)
Date: Thu, 27 Feb 2025 15:01:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 27 Feb 2025 15:58:57 +0100
with message-id <877c5be8ni.fsf <at> nicolasgoaziou.fr>
and subject line Re: [PATCH] gnu: Add font-arapey.
has caused the debbugs.gnu.org bug report #64950,
regarding [PATCH] gnu: Add font-arapey.
to be marked as done.

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


-- 
64950: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64950
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sergio Pastor Pérez <sergio.pastorperez <at> outlook.es>
To: guix-patches <at> gnu.org
Cc: Sergio Pastor Pérez <sergio.pastorperez <at> outlook.es>
Subject: [PATCH] gnu: Add font-arapey.
Date: Sun, 30 Jul 2023 13:10:33 +0200
* gnu/packages/fonts.scm (font-arapey): New variable.
---
 gnu/packages/fonts.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index db2bd7696e..2a87679739 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3336,6 +3336,27 @@ (define-public font-recursive
 interfaces.")
     (license license:silofl1.1)))
 
+(define-public font-arapey
+  (package
+    (name "font-arapey")
+    (version "0.0.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/etunni/arapey")
+                    (commit "28fa45c7f31afe62f577b0b857570ab0326b9113")))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1wvzx8gkw1d2dc2zqp8a75lc1kr6fvg90asyjkbrcynqi6qnwkaf"))))
+    (build-system font-build-system)
+    (home-page "https://github.com/etunni/arapey")
+    (synopsis
+     "A typeface that uses soft lines, curving tips, and rhythmic nuances reminiscent of cursive writing")
+    (description
+     "Arapey (Ah-ra-pay) is a contemporary modern typeface with some features of a Bodoni.")
+    (license license:silofl1.1)))
+
 (define-public font-et-book
   (package
     (name "font-et-book")

base-commit: c173819c8e5235ce02d60b79bd88b10023a7c614
prerequisite-patch-id: c56db9fa7fc4e07452dea53f2d450bd83abbbc1a
prerequisite-patch-id: 3e6318d61f2efa01f4435152f2139eef8f72572c
prerequisite-patch-id: 1b23c59bab92820a1e102137909922f4d71ed8f9
prerequisite-patch-id: 78a291411f8d86beabbf6d49df0cc78702ad4e65
prerequisite-patch-id: 579224b39cae7869ce11e2e8dba046b5eef606c7
-- 
2.39.2



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 64950-done <at> debbugs.gnu.org
Cc: Sergio Pastor Pérez <sergio.pastorperez <at> outlook.es>
Subject: Re: [PATCH] gnu: Add font-arapey.
Date: Thu, 27 Feb 2025 15:58:57 +0100
Hello,

> * gnu/packages/fonts.scm (font-arapey): New variable.

Applied, finally! Thank you.

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 161 days ago.

Previous Next


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