From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1df39C-0001a0-3k for guix-patches@gnu.org; Tue, 08 Aug 2017 07:58:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1df398-0007r8-UN for guix-patches@gnu.org; Tue, 08 Aug 2017 07:58:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42440) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1df398-0007qn-Py for guix-patches@gnu.org; Tue, 08 Aug 2017 07:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1df398-000388-En for guix-patches@gnu.org; Tue, 08 Aug 2017 07:58:02 -0400 Subject: [bug#28011] [fonts] Noto: NotoSans, NotoSerif, NotoMono Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1df38G-000190-ET for guix-patches@gnu.org; Tue, 08 Aug 2017 07:57:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1df38D-0007SZ-Av for guix-patches@gnu.org; Tue, 08 Aug 2017 07:57:08 -0400 Received: from aibo.runbox.com ([91.220.196.211]:49850) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1df38C-0007Qp-Uj for guix-patches@gnu.org; Tue, 08 Aug 2017 07:57:05 -0400 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1df38A-0002P1-R3 for guix-patches@gnu.org; Tue, 08 Aug 2017 13:57:02 +0200 Received: from [94.242.59.163] (helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1df380-0007hR-2U for guix-patches@gnu.org; Tue, 08 Aug 2017 13:56:52 +0200 Date: Tue, 8 Aug 2017 11:56:48 +0000 From: ng0 Message-ID: <20170808115648.7fykmua5krsjpdx6@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="54eqloxriltdb4jm" 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: 28011@debbugs.gnu.org --54eqloxriltdb4jm Content-Type: multipart/mixed; boundary="ml3fbvgdmu4rifi4" Content-Disposition: inline --ml3fbvgdmu4rifi4 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patches appended. This is a start on a resolution to "Re: Is font-google-noto toooooo big as a font package?" =66rom July (June?) and August 2017. We wanted to make our Noto package smaller, my resolution is to use all individual fonts on the Noto website, with these 3 being the start of it all. --=20 ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://n0is.noblogs.org/my-keys https://www.infotropique.org https://krosos.org --ml3fbvgdmu4rifi4 Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-font-google-notosans.patch" Content-Transfer-Encoding: quoted-printable =46rom bf4c2510225c6aa082e77205a91a6f0fc5172cc3 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Tue, 8 Aug 2017 11:38:25 +0000 Subject: [PATCH 1/3] gnu: Add font-google-notosans. * gnu/packages/fonts.scm (font-google-notosans): New variable. --- gnu/packages/fonts.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index e421b2c6a..f13967134 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -658,6 +658,27 @@ all languages with a consistent look and aesthetic. I= ts goal is to properly display all Unicode symbols.") (license license:silofl1.1))) =20 +(define-public font-google-notosans + (package + (name "font-google-notosans") + (version "20170403") + (source + (origin + (method url-fetch/zipbomb) + (uri (string-append "https://noto-website.storage.googleapis.com/pk= gs/" + "NotoSans-hinted.zip")) + (file-name (string-append name "-" version ".zip")) + (sha256 + (base32 + "0z010hgjhr0mvalz6xchb2h1xa9f1pvcvrb31bdgk9pa3zg9mcs3")))) + (build-system font-build-system) + (home-page "https://www.google.com/get/noto/") + (synopsis "Fonts to cover all languages") + (description "Google Noto Fonts is a family of fonts designed to suppo= rt +all languages with a consistent look and aesthetic. Its goal is to proper= ly +display all Unicode symbols.") + (license license:silofl1.1))) + (define-public font-google-roboto (package (name "font-google-roboto") --=20 2.14.0 --ml3fbvgdmu4rifi4 Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0002-gnu-Add-font-google-notoserif.patch" Content-Transfer-Encoding: quoted-printable =46rom 92ece3f2c9e8fed7a830bbc018680557fdf2b27d Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Tue, 8 Aug 2017 11:47:37 +0000 Subject: [PATCH 2/3] gnu: Add font-google-notoserif. * gnu/packages/fonts.scm (font-google-notoserif): New variable. --- gnu/packages/fonts.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index f13967134..ef9100b1f 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -679,6 +679,27 @@ all languages with a consistent look and aesthetic. I= ts goal is to properly display all Unicode symbols.") (license license:silofl1.1))) =20 +(define-public font-google-notoserif + (package + (name "font-google-notoserif") + (version "20170403") + (source + (origin + (method url-fetch/zipbomb) + (uri (string-append "https://noto-website.storage.googleapis.com/pk= gs/" + "NotoSerif-hinted.zip")) + (file-name (string-append name "-" version ".zip")) + (sha256 + (base32 + "0qbx4gqs9rlyb2g5rpqrlindkalyf10z2q4vm4qnn74lmm1iiivy")))) + (build-system font-build-system) + (home-page "https://www.google.com/get/noto/") + (synopsis "Fonts to cover all languages") + (description "Google Noto Fonts is a family of fonts designed to suppo= rt +all languages with a consistent look and aesthetic. Its goal is to proper= ly +display all Unicode symbols.") + (license license:silofl1.1))) + (define-public font-google-roboto (package (name "font-google-roboto") --=20 2.14.0 --ml3fbvgdmu4rifi4 Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0003-gnu-Add-font-google-notomono.patch" Content-Transfer-Encoding: quoted-printable =46rom 4e85dc64ae710aecb5e30132570b24cd8d7fe78c Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Tue, 8 Aug 2017 11:51:23 +0000 Subject: [PATCH 3/3] gnu: Add font-google-notomono. * gnu/packages/fonts.scm (font-google-notomono): New variable. --- gnu/packages/fonts.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index ef9100b1f..8f5d66c39 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -700,6 +700,27 @@ all languages with a consistent look and aesthetic. I= ts goal is to properly display all Unicode symbols.") (license license:silofl1.1))) =20 +(define-public font-google-notomono + (package + (name "font-google-notomono") + (version "20170403") + (source + (origin + (method url-fetch/zipbomb) + (uri (string-append "https://noto-website.storage.googleapis.com/pk= gs/" + "NotoMono-hinted.zip")) + (file-name (string-append name "-" version ".zip")) + (sha256 + (base32 + "19dlygl0mbvvgd3c5ybhx075i9rymwnhgg3j4axgk71sc943yyls")))) + (build-system font-build-system) + (home-page "https://www.google.com/get/noto/") + (synopsis "Fonts to cover all languages") + (description "Google Noto Fonts is a family of fonts designed to suppo= rt +all languages with a consistent look and aesthetic. Its goal is to proper= ly +display all Unicode symbols.") + (license license:silofl1.1))) + (define-public font-google-roboto (package (name "font-google-roboto") --=20 2.14.0 --ml3fbvgdmu4rifi4-- --54eqloxriltdb4jm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlmJpwAACgkQ4i+bv+40 hYgLIQ//VnTOK+e+MC1UVCnFXfkYe2NmCNkq6AnOOwr922Y3bW3Ltb/4umN3zJ64 VwHgMKwI70bjGnn9QJApQtsuJcE+9afaPUUJY+MTBUE2bv5ibfZ1YZiquAfJID6W 5s3osPDi8JftoKdrbtO1XgfhV4c/gCsRliNZjkFqqyQKsCzzqH5fjOH1CgDSIthW SM5xD4MsDcnP4rglfT//oB5vwiDTfUsnkAGtzqqv2aX6sZpcePzukWF7SJwedffT 5yBk0QW74Db8uF2LLSYBIRUNt7pFxSfqCx+ZV7fF/lcSpc3iDCPGaCz47cwVBXv3 EPBwNpoj3omOj1eM/kgDVs7ugK0TZI0KzMWcBYKrmNWWDxRQrs8TswBEPuUs3rd8 02gdt0Sv5d/hhPRWnpGyQ6cIs1nvtZBRJyiIU3cyfQWULDTcPwdIx/Do4h3qcKdg qRCCR4OqUL/ngqu+qv0JSTzURkbor76vBF8EeLZx+GxNjbjM9aUrODw+IuaEa6dM v8eKI5Keb22YNuD+oU8dVnbexzpKGaoiqkraJNMtQ3QJii2rAB18CynfVQekxMSP SaUbN1yOP66k/VOt3IQEoI3TvrVch+rILUlLNA2EX+S+nXn6/V0CleALcn5PybZY +4dfu4S1ythurFbZ7viepJ9mcJe9Oj2yArJh0wbYckWk8wDpMbU= =KyJL -----END PGP SIGNATURE----- --54eqloxriltdb4jm--