all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74506] [PATCH] gnu: fonts: Add font-dina
@ 2024-11-23 22:33 8dcc
  2024-11-24 14:49 ` [bug#74506] QA review for 74506 Noé Lopez via Guix-patches via
  2024-11-24 14:53 ` [bug#74506] [PATCH v2] gnu: fonts: Add font-dina Noé Lopez via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: 8dcc @ 2024-11-23 22:33 UTC (permalink / raw)
  To: 74506

* gnu/packages/fonts.scm (font-dina): New variable.
---
Not only is this my first patch to Guix, but also my first patch sent
via email. Excuse me if I made any mistakes.

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

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 65232db3b8..25a15348be 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3874,3 +3874,22 @@ (define-public font-teko
 full support for the conjuncts and ligatures required by languages
 written with the Devanagari script.")
       (license license:silofl1.1))))
+
+(define-public font-dina
+  (package
+    (name "font-dina")
+    (version "2.92")
+    (source (origin
+              (method url-fetch/zipbomb)
+              (uri "https://www.dcmembers.com/jibsen/download/61/?wpdmdl=61")
+              (file-name "Dina.zip")
+              (sha256
+               (base32
+                "1kq86lbxxgik82aywwhawmj80vsbz3hfhdyhicnlv9km7yjvnl8z"))))
+    (build-system font-build-system)
+    (home-page "https://www.dcmembers.com/jibsen/download/61/")
+    (synopsis "Dina programming font")
+    (description "Dina is a monospace bitmap font, primarily aimed at
+programmers. It is relatively compact to allow a lot of code on screen, while
+(hopefully) clear enough to remain readable even at high resolutions.")
+    (license license:expat)))
-- 
2.47.0




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

end of thread, other threads:[~2024-11-24 14:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-23 22:33 [bug#74506] [PATCH] gnu: fonts: Add font-dina 8dcc
2024-11-24 14:49 ` [bug#74506] QA review for 74506 Noé Lopez via Guix-patches via
2024-11-24 14:53 ` [bug#74506] [PATCH v2] gnu: fonts: Add font-dina Noé Lopez via Guix-patches via

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.