anatol / quarry

Rubygems binary repository for Arch Linux
GNU General Public License v3.0
53 stars 25 forks source link

ruby-asciidoctor-pdf: Couldn't find the font: Helvetica.afm #98

Closed goober99 closed 5 years ago

goober99 commented 5 years ago

I am using Manjaro. I added

[quarry]
Server = https://pkgbuild.com/~anatolik/quarry/x86_64/

to /etc/pacman.conf

and installed ruby-asciidoctor-pdf and ruby-pygments.rb, but when I run

asciidoctor-pdf -a icons=font -a source-highlighter=pygments -a pdf-page-size=letter foo.adoc

I get the following error:

Couldn't find the font: Helvetica.afm in any of:
.
/usr/lib/afm
/usr/local/lib/afm
/usr/openwin/lib/fonts/afm
/usr/lib/ruby/gems/2.5.0/gems/prawn-2.2.2/data/fonts
  Use --trace for backtrace

Is there a missing dependency or files not being included in the ruby-prawn package that should? The ruby-prawn package does not appear to even install a /usr/lib/ruby/gems/2.5.0/gems/prawn-2.2.2/data directory.