Package Details: ttf-inconsolata-g 20090213-6

Git Clone URL: https://aur.archlinux.org/ttf-inconsolata-g.git (read-only, click to copy)
Package Base: ttf-inconsolata-g
Description: Monospace font for pretty code listings and for the terminal modified by Leonardo Maffi http://www.fantascienza.net/leonardo/)
Upstream URL: http://www.fantascienza.net/leonardo/
Licenses: OFL-1.1
Submitter: Cif
Maintainer: envolution
Last Packager: envolution
Votes: 157
Popularity: 0.060194
First Submitted: 2009-02-13 18:26 (UTC)
Last Updated: 2024-11-07 03:06 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

<deleted-account> commented on 2013-02-16 02:09 (UTC)

curl: (22) The requested URL returned error: 406 Not Acceptable ==> ERROR: Failure while downloading inconsolata-g_font.

kozaki commented on 2012-08-20 18:24 (UTC)

I couldn't download this with default makepkg.conf, every time I just got the following error: (...) ==> Retrieving Sources... -> Downloading ... curl: (22) The requested URL returned error: 406 Maybe the server rejects a specific user agent? beroal suggested setting user-agent to Mozilla: Add '--user-agent "Mozilla/4.0"' to curl options (http) in "/etc/makepkg.conf" which I did and it worked straight away :) Another solution would be to change from curl to wget.

jstjohn commented on 2012-06-04 22:13 (UTC)

package() should be used instead of build() because there is no compilation that takes place. Thanks!

Cif commented on 2012-05-01 21:18 (UTC)

Thanks dkasak, package updated with your diff

dkasak commented on 2012-05-01 14:26 (UTC)

Hello, I modified the PKGBUILD to correct some errors and fix some namcap warnings. More precisely: - Fixed mispelling of licence to "unknown" - Used $srcdir and $pkgdir instead of $startdir - Used arch 'any' instead of specifying 'x86_64' and 'i686' manually - Bumped pkgrel - Slight formatting changes (feel free to ignore these if you'd like) Here's a unified diff: http://www.pastie.org/pastes/3843811/text