Installing this package breaks emojis, the same ones provided by noto-fonts-emoji.
You can test with: https://getemoji.com/
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: | 559 |
Popularity: | 1.55 |
First Submitted: | 2013-04-27 20:41 (UTC) |
Last Updated: | 2025-04-12 19:40 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 39 Next › Last »
Installing this package breaks emojis, the same ones provided by noto-fonts-emoji.
You can test with: https://getemoji.com/
I'm unable to install this with ttf-gentium-plus, since this package provides ttf-sil-fonts and ttf-gentium-plus conflicts with ttf-sil-fonts. But it doesn't seem like this package contains any of the SIL fonts anymore (except Gentium Basic, which isn't included in ttf-sil-fonts). Could that "provides" designation be removed?
@andrewSC: strange, I did not have ttf-google-fonts-typewolf installed, I only had that package listed as available from a custom added repository which I don't even use. So I disabled the repo in pacman.conf and it now installs fine. Thanks!
nightuser: Resolved the problem, thanks for pointing it out!
fuan_k: You'll need to uninstall ttf-google-fonts-typewolf in order to install this package. I've updated the conflicts array to reflect this.
I get an inner conflict error trying to install with yay (9.0.1):
:: Checking for conflicts...
:: Checking for inner conflicts...
==> Inner conflicts found:
-> ttf-google-fonts-typewolf Conflicts with: ttf-fira-sans, ttf-opensans, ttf-roboto
Unavoidable conflicts, aborting
One of the new fonts doesn't have proper name in English:
: Can't translate pathname 'usr/share/fonts/站酷小薇体/' to UTF-8 : Can't translate pathname 'usr/share/fonts/站酷小薇体/ZCOOLXiaoWei-Regular.ttf' to UTF-8 : Can't translate pathname 'usr/share/licenses/ttf-google-fonts-git/LICENSE.站酷小薇体' to UTF-8
Perhaps we should rename it to something that uses latin alphabet (ZCOOLXiaoWei probably?).
Just installed the package. Build fails, because some files have new names (without special characters). Can confirm previous comments: Just remove the section from the PKGBUILD starting with:
"# NOTE: Since the nanum* and hanna Korean font families have special characters we need to change"
Should we tag this package as unmaintained?
+1 for zip and please fix the PKGBUILD issue with Korean fonts, it's literally commenting out 6 lines...
+1 for downloading as zip, and fix for Korean fonts related problem
Running git clone
to download this repo is incredibly slow, especially on a fairly poor network connection. I think this could be changed by downloading using the archive.zip
(as recommended in https://github.com/google/fonts#download-all-google-fonts), it'll download a lot faster (as proven by running locally on my machine). Not only will this download faster, but it's a lot less data, due to the fact it's not downloading the full repo history.
We could maintain version support by using git ls-remote
to build the version number.
Pinned Comments
thatgeek commented on 2017-11-17 03:56 (UTC)