GNU bug report logs - #57637
[PATCH] gnu: Add font-monocraft.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Wed, 7 Sep 2022 05:18:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

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 57637 in the body.
You can then email your comments to 57637 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57637; Package guix-patches. (Wed, 07 Sep 2022 05:18:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hilton Chain <hako <at> ultrarare.space>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 07 Sep 2022 05:18:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add font-monocraft.
Date: Wed, 07 Sep 2022 13:17:20 +0800
* gnu/packages/fonts.scm (font-monocraft): New variable.
---
 gnu/packages/fonts.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 09445cd00c..87272fe46c 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2816,3 +2816,22 @@ (define-public font-chiron-hei-hk
 Kong variant of Adobe’s Source Han Sans.  The font aims at providing a modern,
 region-agnostic glyph set adopting the “modern” glyph style that is similar to
 prevalent typefaces in Traditional Chinese regions.")))
+
+(define-public font-monocraft
+  (package
+    (name "font-monocraft")
+    (version "1.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/IdreesInc/Monocraft")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1a7ibdgzc900mfw0jmpqq8hb4lbx3m3sfmv0pl44b2bhmpqqg0l4"))))
+    (build-system font-build-system)
+    (home-page "https://idreesinc.com/")
+    (synopsis "The font for developers who like Minecraft a bit too much")
+    (description "A programming font based on the typeface used in Minecraft.")
+    (license license:silofl1.1)))

base-commit: b9fa04fb2cb32a0b08720bfab37a870fb7426eb7
-- 
2.37.2





Reply sent to Hilton Chain <hako <at> ultrarare.space>:
You have taken responsibility. (Wed, 07 Sep 2022 17:24:01 GMT) Full text and rfc822 format available.

Notification sent to Hilton Chain <hako <at> ultrarare.space>:
bug acknowledged by developer. (Wed, 07 Sep 2022 17:24:01 GMT) Full text and rfc822 format available.

Message #10 received at 57637-close <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: Maxime Devos <maximedevos <at> telenet.be>
Cc: 57637-close <at> debbugs.gnu.org
Subject: Re: [bug#57637] [PATCH] gnu: Add font-monocraft.
Date: Thu, 08 Sep 2022 01:23:31 +0800
Oops, I didn't realize that!

Thank you for the explanation~ (⁠^⁠^⁠)




Information forwarded to guix-patches <at> gnu.org:
bug#57637; Package guix-patches. (Wed, 07 Sep 2022 17:41:02 GMT) Full text and rfc822 format available.

Message #13 received at 57637 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: 57637 <at> debbugs.gnu.org
Subject: Fwd: [bug#57637] [PATCH] gnu: Add font-monocraft.
Date: Wed, 7 Sep 2022 19:40:47 +0200
[Message part 1 (text/plain, inline)]
I forgot to keep 57637 in CC ... sending a copy for the record.


-------- Forwarded Message --------
Subject: 	Re: [bug#57637] [PATCH] gnu: Add font-monocraft.
Date: 	Wed, 7 Sep 2022 15:43:46 +0200
From: 	Maxime Devos <maximedevos <at> telenet.be>
To: 	Hilton Chain <hako <at> ultrarare.space>




On 07-09-2022 07:17, Hilton Chain via Guix-patches via wrote:
> +(define-public font-monocraft
> +  (package
> +    (name "font-monocraft")
> +    (version "1.1")
> +    (source (origin
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (url"https://github.com/IdreesInc/Monocraft")
> +                    (commit (string-append "v" version))))
> +              (file-name (git-file-name name version))
> +              (sha256
> +               (base32
> +                "1a7ibdgzc900mfw0jmpqq8hb4lbx3m3sfmv0pl44b2bhmpqqg0l4"))))
> +    (build-system font-build-system)
> +    (home-page"https://idreesinc.com/")
> +    (synopsis "The font for developers who like Minecraft a bit too much")
> +    (description "A programming font based on the typeface used in Minecraft.")
> +    (license license:silofl1.1)))
>
Going by the README.md, this font is based on 
<https://github.com/IdreesInc/Minecraft-Font>:

>   * The characters in this font were based around the typeface
>     <https://github.com/IdreesInc/Minecraft-Font> (*) used in the
>     Minecraft UI, with a select few glyphs updated for better
>     readability and spacing
>
(*) link to https://github.com/IdreesInc/Minecraft-Font>:

According at the README.md of 
<https://github.com/IdreesInc/Minecraft-Font>,

> The font has been carefully recreated pixel-by-pixel
, it is the same font as used in Minecraft.

Minecraft is non-free software.  It is possible that Minecraft's fonts 
have a separate free license,
but unless someone brings evidence of the contrary, I would assume that 
the copy (*) is not
allowed by Minecraft's license and that it does not allow letting the 
license of the modified font be silofl1.1.

As such, unfortunately it appears this cannot be included in Guix (and 
neither anywhere else).

Greetings,
Maxime

[Message part 2 (text/html, inline)]
[OpenPGP_0x49E3EE22191725EE.asc (application/pgp-keys, attachment)]
[OpenPGP_signature (application/pgp-signature, attachment)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 06 Oct 2022 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 215 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.