From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1de2o3-0005xk-1B for guix-patches@gnu.org; Sat, 05 Aug 2017 13:24:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1de2ny-0003h4-Gp for guix-patches@gnu.org; Sat, 05 Aug 2017 13:24:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40914) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1de2ny-0003h0-E3 for guix-patches@gnu.org; Sat, 05 Aug 2017 13:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1de2ny-0002NI-7l for guix-patches@gnu.org; Sat, 05 Aug 2017 13:24:02 -0400 Subject: [bug#27972] [fonts] font-lato Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1de2n6-0005ra-3D for guix-patches@gnu.org; Sat, 05 Aug 2017 13:23:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1de2n2-0003At-0U for guix-patches@gnu.org; Sat, 05 Aug 2017 13:23:08 -0400 Received: from aibo.runbox.com ([91.220.196.211]:59166) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1de2n1-0003AS-Nv for guix-patches@gnu.org; Sat, 05 Aug 2017 13:23:03 -0400 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1de2mz-0002ph-Im for guix-patches@gnu.org; Sat, 05 Aug 2017 19:23:01 +0200 Received: from tor-exit-01.thehappy3.com ([178.63.97.34] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1de2mi-0007f1-1n for guix-patches@gnu.org; Sat, 05 Aug 2017 19:22:44 +0200 Date: Sat, 5 Aug 2017 17:22:40 +0000 From: ng0 Message-ID: <20170805172240.lcxntzszn53dqz66@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="o36d46yv2m3h5anc" Content-Disposition: inline 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: 27972@debbugs.gnu.org --o36d46yv2m3h5anc Content-Type: multipart/mixed; boundary="hyrrjxcs7hi3l2ba" Content-Disposition: inline --hyrrjxcs7hi3l2ba Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This adds the Lato 2.010 font. --=20 ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://n0is.noblogs.org/my-keys https://www.infotropique.org https://krosos.org --hyrrjxcs7hi3l2ba Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-font-lato.patch" Content-Transfer-Encoding: quoted-printable =46rom ba987b01c4e394989989c0647e292117cf6faf82 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 5 Aug 2017 17:21:23 +0000 Subject: [PATCH] gnu: Add font-lato. * gnu/packages/fonts.scm (font-lato): New variable. --- gnu/packages/fonts.scm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 51073eff9..8cdef4689 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -170,6 +170,45 @@ itself.")))) sans-serif designed for on-screen reading. It is used by GNOME@tie{}3.") (license license:silofl1.1))) =20 +(define-public font-lato + (package + (name "font-lato") + (version "2.010") + (source (origin + (method url-fetch) + (uri (string-append "http://www.latofonts.com/download/Lato2= OFL.zip")) + (sha256 + (base32 + "1f5540g0ja1nx3ddd3ywn77xc81ssrxpq8n3gyb9sabyq2b4xda2")))) + (build-system trivial-build-system) + (arguments + `(#:modules ((guix build utils)) + #:builder (begin + (use-modules (guix build utils) + (srfi srfi-26)) + + (let ((PATH (string-append (assoc-ref %build-inputs + "unzip") + "/bin")) + (font-dir (string-append %output + "/share/fonts/truetype")= )) + (setenv "PATH" PATH) + (system* "unzip" (assoc-ref %build-inputs "source")) + + (mkdir-p font-dir) + (for-each (lambda (ttf) + (install-file ttf font-dir)) + (find-files "." "\\.ttf$")))))) + + (native-inputs `(("unzip" ,unzip))) + (home-page "http://www.latofonts.com/lato-free-fonts/") + (synopsis "Lato sans-serif typeface") + (description + "Lato is a sanserif typeface family. It covers over 3000 glyphs per = style. +The Lato 2.010 family supports more than 100 Latin-based languages, over +50 Cyrillic-based languages as well as Greek and IPA phonetics.") + (license license:silofl1.1))) + (define-public font-gnu-freefont-ttf (package (name "font-gnu-freefont-ttf") --=20 2.13.4 --hyrrjxcs7hi3l2ba-- --o36d46yv2m3h5anc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlmF/uAACgkQ4i+bv+40 hYhbvA/+L5QyXYIxB+HUMFfFwukE467OFLq3ucaFLuUqh8wNE1yj+ZKVJn5xPPCr o4LAuOycqWm0gVx0XZ/BmmgRomYAwieMH9UMpA1pvGh0gaZ+0imuz1rCnoWr7Te9 mlz83XJxn9kDA9VxWufqH+VPbrr5fdrVBI7zC9ofxpX/vlv5YIxwBTBUIeZhGj+T zxqU/xAHTr2kYF6HhD1/SHgTGMsMcT4OLP4My/v+BXBvPx+htMH/BdKfISmQRLZP yDLLG8F7p2xobnrs0FVQBN5C23BZJpc1CJIQI5y3RwreUa+yL3vP4KOSOrHweuU1 +qlMDwFFBM5B31/ytRvs8sLALVl94svCdDAXFPcxa/lGDi4yBjMHkk6elxbePar6 Wli/bK43h2iNuBXKcxELd1BhLmkMPVpNN+KhqmubSP7kxTPNQ3yM2wwW2CYYj4Ye W8eY8yAXwFmh9QiirIun4NmpR9dE0luTRVxgJCwF8cDQj2uJIWkuQ6p9V9lMhs6d Bf5mjEx/uE53EPT93bNXdqNoSTRso8bz6s7mGuPhEmkNZPnJrNXvognZjTuoy0kZ nRjmN76dOGQejh3hQwiGplRKQvDeFYAfc1HxZS+wqLyB3uY3BlPdUkVDwgplflWg yU+rS1UIwQwL63JOq7c/7TrA2Bl8pPUewF51LGeNC1g2vfcf1Z4= =4rnN -----END PGP SIGNATURE----- --o36d46yv2m3h5anc--