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: 556
Popularity: 0.062518
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 .. 31 32 33 34 35 36 37 38 39 Next › Last »

mrenn commented on 2012-03-07 20:27 (UTC)

@thestinger: thanks for clarification. Don't know why I thought it was a git repo.

thestinger commented on 2012-03-07 02:40 (UTC)

@mrenn: it's hg, and I'm just letting makepkg handle it (with git you have to do it manually in build()) Neither hg or git let you check out a single file/directory (narrow clone) at the moment (they're DVCS systems, so that's part of the idea). With git, you can do a shallow clone and only check out the latest revision but AFAIK that's not possible with hg, at least without extensions. You only have to do the big clone once, and just run makepkg again later in the same directory to update.

mrenn commented on 2012-03-07 01:48 (UTC)

Is it really necessary everybody must clone the whole git repo? I don't know git well enough, therefore my question.

jstjohn commented on 2012-02-29 00:44 (UTC)

The issues that people have experienced recently should now be resolved as of mercurial-2.1-2 that was pushed to [extra] earlier today.

jstjohn commented on 2012-02-27 16:27 (UTC)

I was able to build a package using `makepkg --holdver`, so in the meantime, you could try using that until a new mercurial package is released.

stimut commented on 2012-02-27 14:30 (UTC)

Definitely looks like a return code problem. According to: http://markmail.org/message/pllfp4s7tcy7rfpv the problematic change has been reverted in stable, but we have to wait for a new mercurial version for it to filter through to us.

jstjohn commented on 2012-02-13 22:57 (UTC)

I think all of these problems are caused by the latest Mercurial in [extra]. I tried to update this package using the same procedures I already mentioned below, and the problem still exists. I noticed the PKGBUILD was running `hg pull -u` inside src/googlefontdirectory/, so I decided to do that manually and check the return code. When I did that, the return code is 1...every time I checked. I referenced the man page, and I did notice this gem for `hg pull`: "Returns 0 on success, 1 if no changes found or an update had unresolved files." Another interesting tidbit is this: All of the problems mentioned in here started on 2012-02-02, and mercurial 2.1-1 was pushed to [extra] on the same day.

d1t2 commented on 2012-02-12 14:05 (UTC)

hg clone need about 1.4G space..

jstjohn commented on 2012-02-09 02:11 (UTC)

I am unable to update this package. Every time I run `makepkg -s`, I get the following error: ==> Determining latest hg revision... warning: googlefontdirectory.googlecode.com certificate with fingerprint e9:f0:26:b1:ff:27:28:33:81:8e:51:7b:fd:a7:de:df:4c:1e:ee:14 not verified (check hostfingerprints or web.cacerts config setting) real URL is https://googlefontdirectory.googlecode.com/hg/ pulling from https://googlefontdirectory.googlecode.com/hg//googlefontdirectory searching for changes no changes found ==> ERROR: An unknown error has occurred. Exiting...

<deleted-account> commented on 2012-02-03 20:58 (UTC)

I had issues with this package all day too. Finally I got it installed by: # pacman -S mercurial # hg clone https://googlefontdirectory.googlecode.com/hg/ googlefontdirectory; https://wiki.archlinux.org/index.php/Mercurial http://code.google.com/p/googlefontdirectory/