me
/
guix
Archived
1
0
Fork 0

gnu: Add font-opendyslexic.

* gnu/packages/fonts.scm (font-opendyslexic): New variable.
(font-open-dyslexic): Mark as deprecated package.
master
Efraim Flashner 2020-03-04 20:39:52 +02:00
parent e5059c95aa
commit 30acf2f959
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 18 additions and 20 deletions

View File

@ -11,7 +11,7 @@
;;; Copyright © 2016 Jookia <166291@gmail.com> ;;; Copyright © 2016 Jookia <166291@gmail.com>
;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016 Dmitry Nikolaev <cameltheman@gmail.com> ;;; 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 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2016 Toni Reina <areina@riseup.net> ;;; Copyright © 2016 Toni Reina <areina@riseup.net>
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
@ -1234,22 +1234,22 @@ have been optimized for beautiful display on all common platforms and display
resolutions.") resolutions.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public font-open-dyslexic (define-public font-opendyslexic
(package (package
(name "font-open-dyslexic") (name "font-opendyslexic")
(version "20160623") (version "0.91.12")
(source (source
(origin (origin
(method git-fetch) (method url-fetch/zipbomb)
(uri (git-reference (uri (string-append "https://github.com/antijingoist/opendyslexic/"
(url "https://github.com/antijingoist/open-dyslexic.git") "releases/download/v" version
(commit (string-append version "-Stable")))) "/opendyslexic-0.910.12-rc2-2019.10.17.zip"))
(file-name (git-file-name name version)) (sha256
(sha256 (base32
(base32 "11ml7v4iyf3hr0fbnkwz8afb8vi58wbcfnmn4gyvrwh9jk5pybdr"))))
"0nr7s92nk1kbr459154idnib977ixc70z6g9mbra3lp73nyrmyvz"))))
(build-system font-build-system) (build-system font-build-system)
(home-page "https://opendyslexic.org") (native-inputs `(("unzip" ,unzip)))
(home-page "https://opendyslexic.org/")
(synopsis "Font for dyslexics and high readability") (synopsis "Font for dyslexics and high readability")
(description "OpenDyslexic is a font designed to help readability for some (description "OpenDyslexic is a font designed to help readability for some
of the symptoms of dyslexia. Letters have heavy weighted bottoms to provide of the symptoms of dyslexia. Letters have heavy weighted bottoms to provide
@ -1258,12 +1258,10 @@ similar letters. Consistently weighted bottoms can also help reinforce the
line of text. The unique shapes of each letter can help prevent flipping and line of text. The unique shapes of each letter can help prevent flipping and
swapping. The italic style for OpenDyslexic has been crafted to be used for swapping. The italic style for OpenDyslexic has been crafted to be used for
emphasis while still being readable.") emphasis while still being readable.")
(license (license license:silofl1.1)))
(license:fsdg-compatible
"https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts" (define-public font-open-dyslexic
"The Font Software may be sold as part of a larger software package but (deprecated-package "font-open-dyslexic" font-opendyslexic))
no copy of one or more of the Font Software typefaces may be sold by
itself."))))
(define-public font-dosis (define-public font-dosis
(package (package