changeset 6422:3f324254fc66

Add `TeX Gyre' fonts to lilypond spec file Add fonts dependency Add configure option
author Masamichi Hosoda <trueroad@trueroad.jp>
date Sun, 16 Aug 2015 01:40:31 +0900
parents 0e31a70cc834
children 3528d73476e7
files gub/specs/lilypond.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond.py	Sun Aug 16 23:00:59 2015 +0900
+++ b/gub/specs/lilypond.py	Sun Aug 16 01:40:31 2015 +0900
@@ -36,6 +36,7 @@
         'pango-devel',
         'python-devel',
         'urw-fonts',
+        'tools::fonts-texgyre',
 
         'tools::autoconf',
         'tools::bison',
@@ -62,6 +63,7 @@
                        + ' --enable-rpath'
                        + ' --disable-documentation'
                        + ' --with-fonts-dir=%(system_prefix)s/share/fonts/default/Type1'
+                       + ' --with-texgyre-dir=%(tools_prefix)s/share/fonts/opentype/texgyre'
                        )
     make_flags = ' TARGET_PYTHON=/usr/bin/python'