From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drK5a-00055E-WF for guix-patches@gnu.org; Mon, 11 Sep 2017 04:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drK5W-0004IV-Ds for guix-patches@gnu.org; Mon, 11 Sep 2017 04:29:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51770) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drK5W-0004I6-Al for guix-patches@gnu.org; Mon, 11 Sep 2017 04:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1drK5W-0002Sn-44 for guix-patches@gnu.org; Mon, 11 Sep 2017 04:29:02 -0400 Subject: [bug#28404] The complete Google Noto Fonts Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170910090628.mltsqkaepyh3xncd@abyayala> Date: Mon, 11 Sep 2017 10:27:54 +0200 In-Reply-To: <20170910090628.mltsqkaepyh3xncd@abyayala> (ng0@infotropique.org's message of "Sun, 10 Sep 2017 09:06:28 +0000") Message-ID: <87shftbpx1.fsf@gnu.org> 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: ng0 Cc: 28404@debbugs.gnu.org Hi ng0, ng0 skribis: > These patches add all of Google Noto font. > > Be aware that you will need at least 600 MB for the source tarballs. > There are only 5 real big tarballs, the rest is small. > > You will have 86 or 87 patches, so if you want to test it in another > way try adding my guix developer repository at > https://gitweb.krosos.org/ng0_guix/guix if I fixed it > (otherwise git://git.krosos.org/srv/git/ng0/ng0_guix/guix works). Woow, impressive piece of work! > The only things which really are unique are: > filenames + name + variable name + hash To me, that clearly suggests that we need a function to produce the package, like: (define (google-noto-font-package name hash) (package (name (string-append "font-google-" (camel-case->hyphens name))) =E2=80=A6)) Could you look into that? > As Google (and 99% of all fonts out there) update in place, > I have a versioned inofficial mirror directory in case we > should ever want to use it. That=E2=80=99s a bummer. Are you sure there=E2=80=99s no versioned URL som= ewhere? Alternatively, could we build from source with FontForge or something? An example of that is =E2=80=98font-linuxlibertine=E2=80=99. Thanks, Ludo=E2=80=99.