all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57637] [PATCH] gnu: Add font-monocraft.
@ 2022-09-07  5:17 Hilton Chain via Guix-patches via
       [not found] ` <c8d55d16-1820-f01c-b770-7d23675b8eee@telenet.be>
  0 siblings, 1 reply; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-09-07  5:17 UTC (permalink / raw)
  To: 57637


* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#57637: [PATCH] gnu: Add font-monocraft.
       [not found] ` <c8d55d16-1820-f01c-b770-7d23675b8eee@telenet.be>
@ 2022-09-07 17:23   ` Hilton Chain via Guix-patches via
  2022-09-07 17:40   ` [bug#57637] Fwd: [bug#57637] " Maxime Devos
  1 sibling, 0 replies; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-09-07 17:23 UTC (permalink / raw)
  To: Maxime Devos; +Cc: 57637-close

Oops, I didn't realize that!

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#57637] Fwd: [bug#57637] [PATCH] gnu: Add font-monocraft.
       [not found] ` <c8d55d16-1820-f01c-b770-7d23675b8eee@telenet.be>
  2022-09-07 17:23   ` bug#57637: " Hilton Chain via Guix-patches via
@ 2022-09-07 17:40   ` Maxime Devos
  1 sibling, 0 replies; 3+ messages in thread
From: Maxime Devos @ 2022-09-07 17:40 UTC (permalink / raw)
  To: 57637


[-- Attachment #1.1.1.1: Type: text/plain, Size: 2199 bytes --]

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@telenet.be>
To: 	Hilton Chain <hako@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


[-- Attachment #1.1.1.2: Type: text/html, Size: 4552 bytes --]

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 931 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-07 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07  5:17 [bug#57637] [PATCH] gnu: Add font-monocraft Hilton Chain via Guix-patches via
     [not found] ` <c8d55d16-1820-f01c-b770-7d23675b8eee@telenet.be>
2022-09-07 17:23   ` bug#57637: " Hilton Chain via Guix-patches via
2022-09-07 17:40   ` [bug#57637] Fwd: [bug#57637] " Maxime Devos

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.