guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add font-mplus-testflight.


From: guix-commits
Subject: branch master updated: gnu: Add font-mplus-testflight.
Date: Sun, 21 Jun 2020 15:43:21 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3f3c61b  gnu: Add font-mplus-testflight.
3f3c61b is described below

commit 3f3c61b8d558f8b35d028df7effa23fd7b67c914
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Jun 21 21:40:51 2020 +0200

    gnu: Add font-mplus-testflight.
    
    * gnu/packages/fonts.scm (font-mplus-testflight): New variable.
---
 gnu/packages/fonts.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 643653f..5a91344 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1873,3 +1873,27 @@ dictionary headwords and picture books.  This font 
reduces the thickness
 differences in characters compared to other antique fonts.")
     (license (list license:ipa
                    (license:non-copyleft "mplus-TESTFLIGHT-057/LICENSE_E")))))
+
+(define-public font-mplus-testflight
+  (package
+    (name "font-mplus-testflight")
+    (version "063a")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://osdn.net/frs/redir.php?";
+                                  
"m=gigenet&f=mplus-fonts%2F62344%2Fmplus-TESTFLIGHT-"
+                                  version ".tar.xz"))
+              (file-name (string-append name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "0yfx9i77638yrgclnwwl4af79ri3vifi1nslwi6mgzva9cxrgss4"))))
+    (build-system font-build-system)
+    (home-page "https://mplus-fonts.osdn.jp/index.html";)
+    (synopsis "Japanese font collection")
+    (description "M+ is a collection of Japanese fonts with all Latin glyph
+sets, with Basic Latin, Latin-1 Supplement, Latin Extended-A, and IPA
+Extensions.  In addition to European letters used in many Western European
+languages, it contains Japanese characters, including Kana glyphs and more
+than 5,300 Kanji glyphs, as well major international phonetic symbols,
+operators and special symbols.")
+    (license (license:non-copyleft "file:///LICENSE_E"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]