changeset 6423:3528d73476e7

Remove URW++ fonts from lilypond spec file Remove fonts dependency Remove configure option
author Masamichi Hosoda <trueroad@trueroad.jp>
date Sun, 16 Aug 2015 23:23:16 +0900
parents 3f324254fc66
children 0f55d81e0139
files gub/specs/lilypond.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond.py	Sun Aug 16 01:40:31 2015 +0900
+++ b/gub/specs/lilypond.py	Sun Aug 16 23:23:16 2015 +0900
@@ -35,7 +35,6 @@
         'guile-devel',
         'pango-devel',
         'python-devel',
-        'urw-fonts',
         'tools::fonts-texgyre',
 
         'tools::autoconf',
@@ -62,7 +61,6 @@
                        + ' --enable-relocation'
                        + ' --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'