From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47679) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9Zx1-0008Td-Eq for guix-patches@gnu.org; Wed, 04 Mar 2020 14:45:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9Zwz-0000bW-VY for guix-patches@gnu.org; Wed, 04 Mar 2020 14:45:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35882) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j9Zwz-0000bS-SW for guix-patches@gnu.org; Wed, 04 Mar 2020 14:45:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j9Zwz-0006GM-Qw for guix-patches@gnu.org; Wed, 04 Mar 2020 14:45:01 -0500 Subject: [bug#39914] [PATCH] gnu: Add font-opendyslexic. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:47634) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9Zwe-0008Rr-9F for guix-patches@gnu.org; Wed, 04 Mar 2020 14:44:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9Zwd-0000RV-4d for guix-patches@gnu.org; Wed, 04 Mar 2020 14:44:40 -0500 Received: from flashner.co.il ([178.62.234.194]:56426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j9Zwc-0000R8-V2 for guix-patches@gnu.org; Wed, 04 Mar 2020 14:44:39 -0500 From: Efraim Flashner Date: Wed, 4 Mar 2020 21:44:06 +0200 Message-Id: <20200304194406.11231-1-efraim@flashner.co.il> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39914@debbugs.gnu.org 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 =C2=A9 2016 Jookia <166291@gmail.com> ;;; Copyright =C2=A9 2016 Eric Bavier ;;; Copyright =C2=A9 2016 Dmitry Nikolaev -;;; Copyright =C2=A9 2016, 2017, 2018, 2019 Efraim Flashner +;;; Copyright =C2=A9 2016, 2017, 2018, 2019, 2020 Efraim Flashner ;;; Copyright =C2=A9 2016 Marius Bakke ;;; Copyright =C2=A9 2016 Toni Reina ;;; Copyright =C2=A9 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice @@ -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.")))) =20 +(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/opendyslexi= c/" + "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 commo= n +symptoms of dyslexia.") + (license license:silofl1.1))) + (define-public font-dosis (package (name "font-dosis") --=20 2.25.1