GNU bug report logs -
#75465
[PATCH] gnu: Add font-cica.
Previous Next
Reported by: ROCKTAKEY <rocktakey <at> gmail.com>
Date: Thu, 9 Jan 2025 15:58:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75465 in the body.
You can then email your comments to 75465 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#75465
; Package
guix-patches
.
(Thu, 09 Jan 2025 15:58:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
ROCKTAKEY <rocktakey <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Thu, 09 Jan 2025 15:58:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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 sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Mon, 13 Jan 2025 00:20:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
ROCKTAKEY <rocktakey <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 13 Jan 2025 00:20:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 75465-done <at> debbugs.gnu.org (full text, mbox):
Pushed to master, thank you!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 10 Feb 2025 12:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 126 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.