diff options
author | George Hartzell <hartzell@alerce.com> | 2019-01-13 12:40:20 -0800 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2019-01-13 14:40:20 -0600 |
commit | 7abc2fb26d1a55268298edfdce240365747327b3 (patch) | |
tree | f486cad3a3578b71f1ebfe9ccd6a17b7b794c9f4 /.mailmap | |
parent | 9350db5665638a451cb23d33e441c3356f4a831f (diff) | |
download | spack-7abc2fb26d1a55268298edfdce240365747327b3.tar.gz spack-7abc2fb26d1a55268298edfdce240365747327b3.tar.bz2 spack-7abc2fb26d1a55268298edfdce240365747327b3.tar.xz spack-7abc2fb26d1a55268298edfdce240365747327b3.zip |
bugfix/gdk-pixbuf (#10312)
* docbook processing works correctly for gdk-pixbuf
1. The various bits of documentation in gdk-pixbuf include hardcoded
references to dtd's and stuff at their canonical, Internet,
locations. BUT, gdk-pixbuf runs xslt-proc with the `--nonet`
option, which forbids it from using the network. Sadness ensues.
Traditionally folks use XML Catalogs to map these to local copies.
Our docbook-xsl package wasn't setting the appropriate env var in
its dependents environments to use our catalog.
Now it does. Less sadness ensues.
2. If we're going to use these things, we should depend on them.
* Add gdk-pixbuf's bin to build environment
The "post-install.sh" script uses gdk-pixbuf-query-loaders, which was
installed earlier.
If py-psyclone can set its own bin on its PATH, so can we...
* Make gdk-pixbuf use recognizable docbook location
Our docbook-xsl package assumes that the canonical location is
`http://cdn.docbook.org/release/xsl/current/manpages/docbook.xsl`, but
the gdk-pixbuf's meson build script uses
`http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl`.
This means that our XML Catalog doesn't fix the reference and sadness
happens.
Just patch the build that we see what we want to see, then we can make
it all go away.
* Add commentary re docbook patch
* Make catalog helper a property
Thanks @adamjstewart!
* Run tests if/when run_tests is true
Thanks @adamjstewart!
* Tune up dependencies
Thanks @adamjstewart!
* Wordsmit commentary
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions