all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ROCKTAKEY <rocktakey@gmail.com>
To: 75465@debbugs.gnu.org
Cc: ROCKTAKEY <rocktakey@gmail.com>, 宋文武 <iyzsong@envs.net>
Subject: [bug#75465] [PATCH] gnu: Add font-cica.
Date: Fri, 10 Jan 2025 00:46:25 +0900	[thread overview]
Message-ID: <94075ba3193cbaa5f1834d135c9cf9cdd78e7451.1736437183.git.rocktakey@gmail.com> (raw)

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

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 69d7d039aa..bbd9cc4d10 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3893,3 +3893,28 @@ (define-public font-dina
 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)))
+
+(define-public font-cica
+  (package
+    (name "font-cica")
+    (version "5.0.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/miiton/Cica/releases/download/"
+             "v"
+             version
+             "/Cica_v"
+             version
+             ".zip"))
+       (sha256
+        (base32 "0vshn2cd70mnbavsw9cbagcasa95wiv9qdj4wkzxn7gxygqvrlfb"))))
+    (build-system font-build-system)
+    (home-page "https://github.com/miiton/Cica")
+    (synopsis "Japanese monospaced font for programming")
+    (description
+     "Cica is a Japanese monospaced font for programming.
+Hack + DejaVu Sans Mono is used for ASCII, and Rounded Mgen+ for the other.
+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)))

base-commit: 981af9992881b7395692bd6233722464d173a51f
-- 
2.47.1





                 reply	other threads:[~2025-01-09 15:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

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

  git send-email \
    --in-reply-to=94075ba3193cbaa5f1834d135c9cf9cdd78e7451.1736437183.git.rocktakey@gmail.com \
    --to=rocktakey@gmail.com \
    --cc=75465@debbugs.gnu.org \
    --cc=iyzsong@envs.net \
    /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 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.