You should change the line with cmd 'qmake4' to 'qmake-qt4'
Search Criteria
Package Details: ttfautohint 1.8.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ttfautohint.git (read-only, click to copy) |
---|---|
Package Base: | ttfautohint |
Description: | Provides automated hinting process for web fonts |
Upstream URL: | http://www.freetype.org/ttfautohint |
Licenses: | GPL-2.0-only, FTL |
Submitter: | roentgen |
Maintainer: | supermario (alerque) |
Last Packager: | alerque |
Votes: | 32 |
Popularity: | 0.004073 |
First Submitted: | 2013-01-06 15:15 (UTC) |
Last Updated: | 2024-02-27 08:04 (UTC) |
Dependencies (5)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- harfbuzz (harfbuzz-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
Required by (12)
- fontbakery
- fontship
- fontship-git
- iosevka-generate
- otf-cascadia-code-git (make)
- otf-fira-code-git (make)
- pdf2htmlex (optional)
- ttf-cascadia-code-git (make)
- ttf-iosevka-custom-git (make)
- ttf-iosevka-fixed-custom-git (make)
- ttf-iosevka-git (make)
- ttf-iosevka-term-custom-git (make)
Sources (2)
supersym commented on 2013-04-02 22:39 (UTC)
roentgen commented on 2013-02-27 20:08 (UTC)
I've made some changes in order to build with qt4 (currently in testing).
roentgen commented on 2013-02-08 18:57 (UTC)
I have to admit I didn't test building the docs with those optional deps.
Having a quick look at it now it seems quite a mess to deal with the haskell stuff or the non-haskell pandoc (which needs haskell stuff to build anyway).
Sorry.
<deleted-account> commented on 2013-02-07 18:06 (UTC)
I'm uncertain about what to do about the following phenomenon, as it's an issue related to an optional dependency.
If pandoc is installed (from the haskell repo), the build fails complaining to the lack of libertine.sty unless texlive-fontsextra is installed. If texlive-fontsextra is installed, the build fails with the following error:
make[2]: Entering directory `/home/csaba/pkg/packer/packerbuild-1000/ttfautohint/ttfautohint/src/ttfautohint-0.94/doc'
ghc -dynamic --make handle-images
[1 of 1] Compiling Main ( handle-images.hs, handle-images.o )
Linking handle-images ...
pandoc --to=json \
--smart \
ttfautohint.txt \
| ./handle-images ".svg" \
| pandoc --from=json \
--template=./template.html \
--variable="version:0.94" \
--toc \
--include-in-header=./ttfautohint.css \
--standalone \
--output=ttfautohint.html
pandoc --to=json \
--smart \
ttfautohint.txt \
| ./handle-images ".pdf" \
| TEXINPUTS=".;" \
pandoc --from=json \
--latex-engine=pdflatex \
--template=./template.tex \
--variable="version:0.94" \
--number-sections \
--toc \
--chapters \
--standalone \
--output=ttfautohint.pdf
pandoc: Error producing PDF from TeX source.
! LaTeX Error: File `libertine.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name:
! Emergency stop.
<read *>
l.10 ^^M
make[2]: *** [ttfautohint.pdf] Error 43
make[2]: Leaving directory `/home/csaba/pkg/packer/packerbuild-1000/ttfautohint/ttfautohint/src/ttfautohint-0.94/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/csaba/pkg/packer/packerbuild-1000/ttfautohint/ttfautohint/src/ttfautohint-0.9
4'
make: *** [all] Error 2
roentgen commented on 2013-01-07 18:04 (UTC)
Yes, thanks for pointing it out.
bohoomil commented on 2013-01-07 06:45 (UTC)
Qt should be added to makedepends since you need qmake to build the package.
Pinned Comments
supermario commented on 2016-03-07 22:54 (UTC) (edited on 2017-04-18 23:29 (UTC) by supermario)