[PATCH] gnu: Add font-arapey.

  • Open
  • quality assurance status badge
Details
One participant
  • Sergio Pastor Pérez
Owner
unassigned
Submitted by
Sergio Pastor Pérez
Severity
normal
S
S
Sergio Pastor Pérez wrote on 30 Jul 2023 13:10
(address . guix-patches@gnu.org)(name . Sergio Pastor Pérez)(address . sergio.pastorperez@outlook.es)
DU2P193MB2132EA6A6D21C116E1D8B3F6F304A@DU2P193MB2132.EURP193.PROD.OUTLOOK.COM
* gnu/packages/fonts.scm (font-arapey): New variable.
---
gnu/packages/fonts.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

Toggle diff (41 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 64950@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64950
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch