* [bug#39914] [PATCH] gnu: Add font-opendyslexic.
@ 2020-03-04 19:44 Efraim Flashner
2020-03-08 9:37 ` Arun Isaac
0 siblings, 1 reply; 5+ messages in thread
From: Efraim Flashner @ 2020-03-04 19:44 UTC (permalink / raw)
To: 39914; +Cc: Efraim Flashner
* 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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#39914] [PATCH] gnu: Add font-opendyslexic.
2020-03-04 19:44 [bug#39914] [PATCH] gnu: Add font-opendyslexic Efraim Flashner
@ 2020-03-08 9:37 ` Arun Isaac
2020-03-08 12:15 ` Efraim Flashner
0 siblings, 1 reply; 5+ messages in thread
From: Arun Isaac @ 2020-03-08 9:37 UTC (permalink / raw)
To: Efraim Flashner, 39914
[-- Attachment #1: Type: text/plain, Size: 190 bytes --]
Hi,
It seems like this font is already packaged for Guix. See package
font-open-dyslexic. Your new package is called font-opendyslexic, that
is, without the second hyphen.
Regards,
Arun.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#39914] [PATCH] gnu: Add font-opendyslexic.
2020-03-08 9:37 ` Arun Isaac
@ 2020-03-08 12:15 ` Efraim Flashner
2020-03-08 13:23 ` Arun Isaac
0 siblings, 1 reply; 5+ messages in thread
From: Efraim Flashner @ 2020-03-08 12:15 UTC (permalink / raw)
To: Arun Isaac; +Cc: 39914
[-- Attachment #1: Type: text/plain, Size: 604 bytes --]
On Sun, Mar 08, 2020 at 03:07:27PM +0530, Arun Isaac wrote:
>
> Hi,
>
> It seems like this font is already packaged for Guix. See package
> font-open-dyslexic. Your new package is called font-opendyslexic, that
> is, without the second hyphen.
This one is a re-implementation of the previous font, under a different
license. Do you think I should just replace the previous one?
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#39914] [PATCH] gnu: Add font-opendyslexic.
2020-03-08 12:15 ` Efraim Flashner
@ 2020-03-08 13:23 ` Arun Isaac
2020-03-08 20:44 ` bug#39914: " Efraim Flashner
0 siblings, 1 reply; 5+ messages in thread
From: Arun Isaac @ 2020-03-08 13:23 UTC (permalink / raw)
To: Efraim Flashner; +Cc: 39914
[-- Attachment #1: Type: text/plain, Size: 399 bytes --]
> 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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#39914: [PATCH] gnu: Add font-opendyslexic.
2020-03-08 13:23 ` Arun Isaac
@ 2020-03-08 20:44 ` Efraim Flashner
0 siblings, 0 replies; 5+ messages in thread
From: Efraim Flashner @ 2020-03-08 20:44 UTC (permalink / raw)
To: Arun Isaac; +Cc: 39914-done
[-- Attachment #1: Type: text/plain, Size: 748 bytes --]
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 <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-03-08 20:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-04 19:44 [bug#39914] [PATCH] gnu: Add font-opendyslexic Efraim Flashner
2020-03-08 9:37 ` 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
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).