emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#74506: closed ([PATCH] gnu: fonts: Add font-dina)


From: GNU bug Tracking System
Subject: bug#74506: closed ([PATCH] gnu: fonts: Add font-dina)
Date: Fri, 29 Nov 2024 14:05:02 +0000

Your message dated Fri, 29 Nov 2024 15:03:30 +0100
with message-id <87ldx2yw5p.fsf@gnu.org>
and subject line Re: [bug#74506] [PATCH v2] gnu: fonts: Add font-dina.
has caused the debbugs.gnu.org bug report #74506,
regarding [PATCH] gnu: fonts: Add font-dina
to be marked as done.

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


-- 
74506: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74506
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: fonts: Add font-dina Date: Sat, 23 Nov 2024 23:33:11 +0100
* 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



--- End Message ---
--- Begin Message --- Subject: Re: [bug#74506] [PATCH v2] gnu: fonts: Add font-dina. Date: Fri, 29 Nov 2024 15:03:30 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
Noé Lopez <noe@noé.eu> skribis:

> From: 8dcc <8dcc.git@gmail.com>
>
> * gnu/packages/fonts.scm (font-dina): New variable.
>
> Change-Id: I10f63e17754227145d72b1fc3380a532d74cef55

Applied, thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]