diff options
author | George Hartzell <hartzell@alerce.com> | 2016-12-01 17:38:00 -0800 |
---|---|---|
committer | becker33 <becker33@llnl.gov> | 2016-12-01 17:38:00 -0800 |
commit | c01f78e51538f75c4cec6f696df4f129ea43d18d (patch) | |
tree | 0810f079a1fb81b9b7ddfb53e6b470278f9e2b10 /README.md | |
parent | 8dae60c5f026e2ec58ae43cdf5292293ecb50ee4 (diff) | |
download | spack-c01f78e51538f75c4cec6f696df4f129ea43d18d.tar.gz spack-c01f78e51538f75c4cec6f696df4f129ea43d18d.tar.bz2 spack-c01f78e51538f75c4cec6f696df4f129ea43d18d.tar.xz spack-c01f78e51538f75c4cec6f696df4f129ea43d18d.zip |
Make X11 font install dir the font search default (#2203)
* Make X11 font install dir the font search default
We install the X11 fonts into `/share/fonts` beneath the font-util
installation prefix, but that directory is not one of the places that
the font subsystem searches.
This commit makes the fontconfig package depend on the font-util
package, and then it makes
```python
spec['font-util'].prefix + "/share/fonts"
```
be the fontconfig default font location.
Before this change, plots drawn by R have bounding boxes where font
glyphs should be. After this change fonts appear as expected.
* Enrich description string (trigger new CI run)
Improve the docstring for the package.
Also interested in the side effect of triggering another CI run
to see if the recent flake8 fix lets this PR run clean.
* Flake8 cleanups
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions