* [bug#75465] [PATCH] gnu: Add font-cica.
@ 2025-01-09 15:46 ROCKTAKEY
2025-01-13 0:23 ` bug#75465: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: ROCKTAKEY @ 2025-01-09 15:46 UTC (permalink / raw)
To: 75465; +Cc: ROCKTAKEY, 宋文武
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#75465: [PATCH] gnu: Add font-cica.
2025-01-09 15:46 [bug#75465] [PATCH] gnu: Add font-cica ROCKTAKEY
@ 2025-01-13 0:23 ` 宋文武 via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2025-01-13 0:23 UTC (permalink / raw)
To: ROCKTAKEY; +Cc: 75465-done
Pushed to master, thank you!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-13 0:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09 15:46 [bug#75465] [PATCH] gnu: Add font-cica ROCKTAKEY
2025-01-13 0:23 ` bug#75465: " 宋文武 via Guix-patches via
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).