Search Criteria
Package Details: ttf-fantasque-sans-git 1.7.2.r184.b9c399d-1
Git Clone URL: | https://aur.archlinux.org/ttf-fantasque-sans-git.git (read-only, click to copy) |
---|---|
Package Base: | ttf-fantasque-sans-git |
Description: | A font family with a great monospaced variant for programmers. |
Upstream URL: | https://github.com/belluzj/fantasque-sans |
Licenses: | |
Conflicts: | |
Submitter: | parantapa |
Maintainer: | None |
Last Packager: | parantapa |
Votes: | 21 |
Popularity: | 0.026086 |
First Submitted: | 2014-01-20 04:57 |
Last Updated: | 2019-03-25 13:39 |
Dependencies (9)
- fontconfig (fontconfig-srb, fontconfig-infinality-ultimate, fontconfig-infinality, fontconfig-infinality-remix, fontconfig-git, fontconfig-ubuntu, fontconfig-minimal-git)
- xorg-font-utils
- fontforge (fontforge-git) (make)
- git (git-git) (make)
- sfnt2woff (make)
- ttf2eot (make)
- ttfautohint (ttfautohint-git) (make)
- woff2-git (make)
- zip (zip-natspec) (make)
Latest Comments
1 2 3 Next › Last »
ffmin commented on 2019-03-25 04:04
Please add
zip
to the make dependencies. I didn't realize that I didn't have it installed and the installation failed with a command not found.parantapa commented on 2017-11-07 13:57
@Ataraxy thanks for info.
I have added the conflict section.
I have also added a 2to3 conversion of fontconfig.py
It should compile now.
Ataraxy commented on 2017-11-04 03:42
Would you add that conflict be added to the PKGBUILD?
Currently, in building, I get:
==> Starting build()...
mkdir -p Variants
Scripts/validate-font "Sources/FantasqueSansMono-Bold.sfdir"
Validating FantasqueSansMono-Bold...
Scripts/generate-font-variants "Sources/FantasqueSansMono-Bold.sfdir" Variants
Generating FantasqueSansMono-Bold variants...
Traceback (most recent call last):
File "/home/ravi/.cache/pacaur/ttf-fantasque-sans-git/src/repo/Scripts/build.py", line 55, in <module>
build_batch(output, sys.argv[3], int(sys.argv[1]), int(sys.argv[2]))
File "/home/var/ravi/.cache/pacaur/ttf-fantasque-sans-git/src/repo/Scripts/fontbuilder.py", line 126, in build_batch
_build(dstdir, font, list(permutations())[node_number::total_nodes])
File "/home/var/ravi/.cache/pacaur/ttf-fantasque-sans-git/src/repo/Scripts/fontbuilder.py", line 72, in permutations
for i in xrange(bitmap_max):
NameError: name 'xrange' is not defined
make: *** [Makefile:16: Variants/Normal/TTF/FantasqueSansMono-Bold.ttf] Error 1
==> ERROR: A failure occurred in build().
Aborting...
:: sfnt2woff is now an orphan package
:: ttf2eot is now an orphan package
:: ttfautohint is now an orphan package
:: woff2-git is now an orphan package
:: failed to build ttf-fantasque-sans-git package(s)
parantapa commented on 2017-11-03 14:41
@Ataraxy It does conflict with ttf-fantasque-sans-mono. Both install TTF files for the same font.
Ataraxy commented on 2017-11-03 14:30
Does this conflict with fantasque-sans-mono?
parantapa commented on 2016-01-18 06:45
Hi @zsrkmyn
It seems woff2-git is available on AUR. I have added it to the make-depends array.
Things should start working again.
zsrkmyn commented on 2016-01-17 16:50
The PKGBUILD seems to be out-of-date, which lacks of dependence `woff2`[1]. And woff2 is currently not available in AUR.
[1]https://github.com/google/woff2
parantapa commented on 2015-05-11 06:43
Hi @vogelchr
An issue has been reported upstream.
https://github.com/belluzj/fantasque-sans/issues/43
Hopefully it will be fixed soon.
I don't think changing the PKGBUILD for this is a good idea.
Things will break as soon as upstream releases a fix.
vogelchr commented on 2015-05-10 10:45
Currently does not build (2015-05-10).
==> Starting build()...
mkdir -p OTF Webfonts
./validate-generate "FantasqueSansMono-BoldItalic"
Generating FantasqueSansMono-BoldItalic...
Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
with many parts BSD <http://fontforge.org/license.html>. Please read LICENSE.
Based on sources from 23:39 TAHT 6-May-2015-ML-D.
Based on source from git with hash:
File "<stdin>", line 6
print font.fontname
^
SyntaxError: Missing parentheses in call to 'print'
Error in FantasqueSansMono-BoldItalic.
If works if one changes the print statements in "validate-generate.tmp", for examply by changing the build() function in the PKGBUILD.
build() {
cd "$srcdir/repo"
sed 's/^print \(.*\)/print(\1)/' <validate-generate >validate-generate.tmp
mv validate-generate.tmp validate-generate
chmod 755 validate-generate
make
}
parantapa commented on 2014-07-27 07:18
Hi @nomadpenguin
The problem has been fixed upstream. So there shouldn't be any need for the workaround.