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

Dependencies (24)

Required by (8)

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 .. 21 22 23 24 25 26 27 28 29 30 31 .. 39 Next › Last »

sebstar commented on 2013-04-07 19:06 (UTC)

Now uses pacman 4.1's new cool GIT capabilities :) Hopefully, from now on, Pacman only pulls the diffs even without configuring it explicitly to do so. My AUR packages are hosted on github. For improvements/fixes to any package, please send me a pull request: https://github.com/sebastianst/aur-packages

sebstar commented on 2013-04-02 15:38 (UTC)

Alucryd: I was wondering when this was gonna happen...

alucryd commented on 2013-04-02 15:08 (UTC)

Sarkasper: Unless you have any (good) objection, I'm going to merge this package into ttf-google-webfonts-git, there really is no advantage for downloading a tarball over downloading using git, plus there is no need to update the checksum every other day, and with git you can do incremental updates.

alucryd commented on 2013-04-02 14:57 (UTC)

Merging into ttf-google-webfonts-git.

stove commented on 2013-03-31 03:25 (UTC)

Missing conflict: ttf-opensans

mrenn commented on 2013-03-31 00:50 (UTC)

Missing conflict: ttf-medievalsharp

HarD commented on 2013-03-28 16:39 (UTC)

md5sum error

alucryd commented on 2013-03-06 08:35 (UTC)

Sarkasper: Same as d1t2hsu, but with a small modifications, please use this source line: source=("${pkgname}-${pkgver}.tar.gz::https://github.com/w0ng/googlefontdirectory/archive/master.tar.gz") d1t2hsu: We all prefer tar.gz don't we ;)