unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#75957] [PATCH] Added font-new-heterodox-mono
@ 2025-01-30 20:51 willow xyz via Guix-patches via
  2025-02-04 23:01 ` Andrew Wong via Guix-patches via
  2025-02-04 23:03 ` Andrew Wong
  0 siblings, 2 replies; 3+ messages in thread
From: willow xyz via Guix-patches via @ 2025-01-30 20:51 UTC (permalink / raw)
  To: 75957; +Cc: willow xyz

Hi, Guix,
I've never submitted a package to the project before, so hopefully everything here checks out. Let me know if anything more is required to get this merged.

---
 gnu/packages/fonts.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index c32f2ef5fb..244da1a62f 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -62,6 +62,7 @@
 ;;; Copyright © 2024 Christina O'Donnell <cdo@mutix.org>
 ;;; Copyright © 2025 Ashvith Shetty <ashvithshetty10@gmail.com>
 ;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
+;;; Copyright © 2025 willow xyz <willow@phantoma.online>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3924,3 +3925,23 @@ (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-new-heterodox-mono
+  (package
+    (name "font-new-heterodox-mono")
+    (version "0.0.3")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/hckiang/font-new-heterodox-mono")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "17bz0fdcfq0k3aahq6b79szihz2d5c55lqggpx9wkp17sd5azr76"))))
+    (build-system font-build-system)
+    ;; (outputs '("out" "ttf" "otf"))
+    (home-page "https://github.com/hckiang/font-new-heterodox-mono")
+    (synopsis "A Didone-esque Monospaced Typeface based on Alexey Kryukov's Old Standard TT.")
+    (description "New Heterodox Mono is a Didone-esque Monospaced Typeface based on Alexey Kryukov's Old Standard TT. It features a non-\"standard\" stylized serif design not normally found in mainstream \"programming fonts.\"")
+    (license license:silofl1.1)))

base-commit: c788962baeeb6bf021b30c9ad774d472f592fdb5
-- 
2.48.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#75957] [PATCH] Added font-new-heterodox-mono
  2025-01-30 20:51 [bug#75957] [PATCH] Added font-new-heterodox-mono willow xyz via Guix-patches via
@ 2025-02-04 23:01 ` Andrew Wong via Guix-patches via
  2025-02-04 23:03 ` Andrew Wong
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Wong via Guix-patches via @ 2025-02-04 23:01 UTC (permalink / raw)
  To: 75957

Hello! This patch is perfect except for its styling. Remove any loose 
comments, hard-wrap strings(guix will automatically re-wrap them), and 
remember that synopses shouldn't end with a period. I would recommend 
using `guix lint` and `guix style` to guide you, as well as the 
`Contributing' section of the guix manual and the 'Packaging' section of 
the guix cookbook.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#75957] [PATCH] Added font-new-heterodox-mono
  2025-01-30 20:51 [bug#75957] [PATCH] Added font-new-heterodox-mono willow xyz via Guix-patches via
  2025-02-04 23:01 ` Andrew Wong via Guix-patches via
@ 2025-02-04 23:03 ` Andrew Wong
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Wong @ 2025-02-04 23:03 UTC (permalink / raw)
  To: 75957

Oh, also, don't forget to write a proper commit message! Use 'git log' 
in a guix checkout to get some examples--if you're an emacs user, there 
are also templates in the repo.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-04 23:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-30 20:51 [bug#75957] [PATCH] Added font-new-heterodox-mono willow xyz via Guix-patches via
2025-02-04 23:01 ` Andrew Wong via Guix-patches via
2025-02-04 23:03 ` Andrew Wong

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).