Package Details: ttf-google-fonts-git 1:r8380.47f307584-1

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: 557
Popularity: 0.34
First Submitted: 2013-04-27 20:41 (UTC)
Last Updated: 2024-08-06 23:47 (UTC)

Dependencies (24)

Required by (7)

Sources (1)

Pinned Comments

thatgeek commented on 2017-11-17 03:56 (UTC)

If you're having an issue upgraded with errors related to fonts like merriweather, here's my steps to resolve the issue (assuming you have Yaourt): #Clear out what you had before yaourt -R fonts-meta-extended-lt sudo pacman -Rns $(pacman -Qtdq) sudo pacman -R ttf-google-fonts-git sudo pacman -Rns $(pacman -Qtdq) #Install dependencies yaourt -S ttf-merriweather-sans ttf-opensans ttf-oswald ttf-quintessential ttf-signika yaourt -S fonts-meta-extended-lt #Heads up, if ttf-impallari-cantora isn't fixed yet, change the PKGBUILD source to the URL in the comments on the package yaourt -S ttf-impallari-cantora yaourt -S ttf-google-fonts-git

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 39 Next › Last »

andrewSC commented on 2017-11-13 23:42 (UTC)

misc: what version of bash do you have?

misc commented on 2017-11-13 23:18 (UTC)

zsh from git

andrewSC commented on 2017-11-13 15:13 (UTC)

thatgeek: Do you have the latest PKGBUILD for this package?

thatgeek commented on 2017-11-13 02:11 (UTC)

@kerberizer - I can't install them together because my machine says they're still in conflict and asks if I want to remove ttf-google-fonts-git, which I definitely don't want to do. @andrewSC - still getting an error on trying to install: :: fonts-meta-extended-lt: installing ttf-google-fonts-git (1:r1212.a16b8302-1) breaks dependency 'ttf-droid'

andrewSC commented on 2017-11-13 01:45 (UTC)

misc: What shell are you using and what version is it?

misc commented on 2017-11-12 23:17 (UTC)

findutils 4.6.0-2, yes. That find command returns an ~ 110K long concatenation: "./fonts/ufl/ubuntumono/UbuntuMono-Regular.ttf./fonts/ufl/ubuntumono/UbuntuMono-Italic.ttf…./fonts/a pache/arimo/Arimo-Bold.ttf./fonts/apache/aclonica/Aclonica-Regular.ttf"

andrewSC commented on 2017-11-12 22:14 (UTC)

misc: I assume you have findutils installed? What does the output of `find . -type f -iname \*.ttf -print0` return after cloning google fonts (and running the command in the repo)?

misc commented on 2017-11-12 20:19 (UTC) (edited on 2017-11-12 20:21 (UTC) by misc)

./PKGBUILD: line 69: omitted_font_families[]: bad array subscript ==> ERROR: A failure occurred in package(). Seems font_family is just empty for me.

andrewSC commented on 2017-11-10 12:31 (UTC)

Thanks for the heads up guys, I'll have a change out shortly (trying to resolve some opaque-ness regarding best practices).