# HG changeset patch # User Masamichi Hosoda # Date 1439734996 -32400 # Node ID 3528d73476e7b1f0cdd0d39b712c6fac9a5ffc11 # Parent 3f324254fc6600d36c460bd36da5e9c13b46dad1 Remove URW++ fonts from lilypond spec file Remove fonts dependency Remove configure option diff -r 3f324254fc66 -r 3528d73476e7 gub/specs/lilypond.py --- 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'