unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Noé Lopez via Guix-patches via" <guix-patches@gnu.org>
To: 74506@debbugs.gnu.org
Cc: "Noé Lopez" <noe@xn--no-cja.eu>, 8dcc <8dcc.git@gmail.com>,
	"Zhu Zihao" <all_but_last@163.com>, 宋文武 <iyzsong@envs.net>
Subject: [bug#74506] [PATCH v2] gnu: fonts: Add font-dina.
Date: Sun, 24 Nov 2024 15:53:23 +0100	[thread overview]
Message-ID: <9fe8ba6a829fcac750ad0778fa82d502f09f6057.1732459967.git.noelopez@free.fr> (raw)
In-Reply-To: <877c8tlfdm.fsf@gmail.com>

From: 8dcc <8dcc.git@gmail.com>

* gnu/packages/fonts.scm (font-dina): New variable.

Change-Id: I10f63e17754227145d72b1fc3380a532d74cef55
---
 gnu/packages/fonts.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 65232db3b8..69d7d039aa 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)))

base-commit: 3feaac67a3426c7412e845f1ad9e6596235a3586
prerequisite-patch-id: d60665f9abfbc424d08418ccbc1ceaa14437e160
-- 
2.46.0





      parent reply	other threads:[~2024-11-24 14:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Noé Lopez via Guix-patches via [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9fe8ba6a829fcac750ad0778fa82d502f09f6057.1732459967.git.noelopez@free.fr \
    --to=guix-patches@gnu.org \
    --cc=74506@debbugs.gnu.org \
    --cc=8dcc.git@gmail.com \
    --cc=all_but_last@163.com \
    --cc=iyzsong@envs.net \
    --cc=noe@xn--no-cja.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).