guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#28404] The complete Google Noto Fonts


From: Ludovic Courtès
Subject: [bug#28404] The complete Google Noto Fonts
Date: Mon, 11 Sep 2017 10:27:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hi ng0,

ng0 <address@hidden> 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)))
      …))

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’s a bummer.  Are you sure there’s no versioned URL somewhere?

Alternatively, could we build from source with FontForge or something?
An example of that is ‘font-linuxlibertine’.

Thanks,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]