GNU bug report logs -
#64950
[PATCH] gnu: Add font-arapey.
Previous Next
To reply to this bug, email your comments to 64950 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64950
; Package
guix-patches
.
(Sun, 30 Jul 2023 11:11:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sergio Pastor Pérez <sergio.pastorperez <at> outlook.es>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 30 Jul 2023 11:11:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Thu, 27 Feb 2025 15:01:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sergio Pastor Pérez <sergio.pastorperez <at> outlook.es>
:
bug acknowledged by developer.
(Thu, 27 Feb 2025 15:01:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 64950-done <at> debbugs.gnu.org (full text, mbox):
Hello,
> * gnu/packages/fonts.scm (font-arapey): New variable.
Applied, finally! Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 14 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.