emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#39914: closed ([PATCH] gnu: Add font-opendyslexic.)


From: GNU bug Tracking System
Subject: bug#39914: closed ([PATCH] gnu: Add font-opendyslexic.)
Date: Sun, 08 Mar 2020 20:46:02 +0000

Your message dated Sun, 8 Mar 2020 22:44:44 +0200
with message-id <20200308204444.GG1423@E5400>
and subject line Re: [bug#39914] [PATCH] gnu: Add font-opendyslexic.
has caused the debbugs.gnu.org bug report #39914,
regarding [PATCH] gnu: Add font-opendyslexic.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39914: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39914
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add font-opendyslexic. Date: Wed, 4 Mar 2020 21:44:06 +0200
* 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 <address@hidden>
 ;;; Copyright © 2016 Eric Bavier <address@hidden>
 ;;; Copyright © 2016 Dmitry Nikolaev <address@hidden>
-;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Marius Bakke <address@hidden>
 ;;; Copyright © 2016 Toni Reina <address@hidden>
 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
@@ -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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39914] [PATCH] gnu: Add font-opendyslexic. Date: Sun, 8 Mar 2020 22:44:44 +0200
On Sun, Mar 08, 2020 at 06:53:26PM +0530, Arun Isaac wrote:
> 
> > This one is a re-implementation of the previous font, under a different
> > license.
> 
> Oh, I see.
> 
> > Do you think I should just replace the previous one?
> 
> Yes, please replace the older package. Minor nitpick though: The new
> package name font-opendyslexic without the second hyphen seems more in
> line with the upstream name. So, perhaps you should deprecate the old
> package in favor of this new one.

Sounds like a plan. Patch pushed.


-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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