unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: 39914@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#39914] [PATCH] gnu: Add font-opendyslexic.
Date: Wed,  4 Mar 2020 21:44:06 +0200	[thread overview]
Message-ID: <20200304194406.11231-1-efraim@flashner.co.il> (raw)

* gnu/packages/fonts.scm (font-opendyslexic): New variable.
---
 gnu/packages/fonts.scm | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 186e1eecff..ae78e7e0ab 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -11,7 +11,7 @@
 ;;; Copyright © 2016 Jookia <166291@gmail.com>
 ;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2016 Dmitry Nikolaev <cameltheman@gmail.com>
-;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2016 Toni Reina <areina@riseup.net>
 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -1265,6 +1265,27 @@ emphasis while still being readable.")
 no copy of one or more of the Font Software typefaces may be sold by
 itself."))))
 
+(define-public font-opendyslexic
+  (package
+    (name "font-opendyslexic")
+    (version "0.91.12")
+    (source
+      (origin
+        (method url-fetch/zipbomb)
+        (uri (string-append "https://github.com/antijingoist/opendyslexic/"
+                            "releases/download/v" version
+                            "/opendyslexic-0.910.12-rc2-2019.10.17.zip"))
+        (sha256
+         (base32
+          "11ml7v4iyf3hr0fbnkwz8afb8vi58wbcfnmn4gyvrwh9jk5pybdr"))))
+    (build-system font-build-system)
+    (native-inputs `(("unzip" ,unzip)))
+    (home-page "https://opendyslexic.org/")
+    (synopsis "Typeface for Dyslexia")
+    (description "OpenDyslexic is a typeface designed against some common
+symptoms of dyslexia.")
+    (license license:silofl1.1)))
+
 (define-public font-dosis
   (package
     (name "font-dosis")
-- 
2.25.1

             reply	other threads:[~2020-03-04 19:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-04 19:44 Efraim Flashner [this message]
2020-03-08  9:37 ` [bug#39914] [PATCH] gnu: Add font-opendyslexic Arun Isaac
2020-03-08 12:15   ` Efraim Flashner
2020-03-08 13:23     ` Arun Isaac
2020-03-08 20:44       ` bug#39914: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200304194406.11231-1-efraim@flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=39914@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).