To make this package compliant with Arch RFC 0016, would you mind updating the LICENSE field as follows?
license=('OFL-1.1 AND OFL-1.1-RFN AND Ubuntu-font-1.0')
| Git Clone URL: | https://aur.archlinux.org/ttf-google-fonts-git.git (read-only, click to copy) |
|---|---|
| Package Base: | ttf-google-fonts-git |
| Description: | TrueType fonts from the Google Fonts project (git version) |
| Upstream URL: | https://github.com/google/fonts |
| Keywords: | fonts google ttf |
| Licenses: | custom:SIL Open Font License, custom:Ubuntu Font License v1.0 |
| Conflicts: | jsmath-fonts, lohit-fonts, ttf-andika, ttf-arabeyes-fonts, ttf-cardo, ttf-comfortaa, ttf-google-fonts-typewolf, ttf-lekton, ttf-lora-cyrillic, ttf-medievalsharp, ttf-nova, ttf-oxygen, ttf-oxygen-git, ttf-pt-fonts, ttf-source-code-pro-ibx, ttf-source-sans-pro-ibx, ttf-vollkorn-ibx |
| Provides: | jsmath-fonts, lohit-fonts, ttf-andika, ttf-cardo, ttf-carlito, ttf-comfortaa, ttf-lekton, ttf-lora-cyrillic, ttf-medievalsharp, ttf-nova, ttf-oxygen, ttf-oxygen-git, ttf-pt-fonts, ttf-source-code-pro-ibx, ttf-source-sans-pro-ibx, ttf-vollkorn-ibx |
| Submitter: | sebstar |
| Maintainer: | andrewSC |
| Last Packager: | andrewSC |
| Votes: | 560 |
| Popularity: | 0.046156 |
| First Submitted: | 2013-04-27 20:41 (UTC) |
| Last Updated: | 2025-06-30 16:08 (UTC) |
To make this package compliant with Arch RFC 0016, would you mind updating the LICENSE field as follows?
license=('OFL-1.1 AND OFL-1.1-RFN AND Ubuntu-font-1.0')
Updated PKGBUILD to explicitly exclude dai-banna-sil from fonts that will be installed by this package. If you wish to install it I would recommend downloading the desired font directly from: https://github.com/google/fonts/tree/main/ofl/daibannasil
Thanks and let me know if there's any other issues!
@jmdana Thank you. This was breaking GDM as well. Took a while to pinpoint the offending package and uninstall it. Never had a font cause so much trouble.
@TommyJolly fc-cache breaks because of dai-banna-sil. Adding the line below to the PKGBUILD removes the font and gets things working again
# NOTE: Adobe Blank is not meant to be installed.
# See: https://github.com/google/fonts/issues/2106#issuecomment-520067314
rm --recursive "${srcdir}/fonts/ofl/adobeblank"
+ rm --recursive "${srcdir}/fonts/ofl/daibannasil"
[edited] fc-cache -fv results in buffer overflow on my system, and was crashing sway on startup. I was logging it here as a bug, but adding all google fonts without this package still caused the same issue.
I had to remove "ttf-carlito", maybe you can add it to conflicts?
thanks lucenera! Please do let me know if there's any improvements you'd like to propose.
This package is a must-have for any modern desktop.
Pinned Comments
thatgeek commented on 2017-11-17 03:56 (UTC)