On 9/24/2021 5:14 PM, Brian Inglis wrote:
On 2021-09-24 10:07, Ken Brown via Cygwin wrote:
Thanks for the report, Brian. I've decided to fix this a different way,
following Fedora. Instead of adding dependencies to doxygen, I'm adding a new
empty package doxygen-latex, which brings in all the dependencies that doxygen
needs for producing LaTeX/pdf output. It turns out that there are several of
them, not just texlive-collection-fontutils.
That's exactly the same approach as Debian;
I couldn't find anything like that under Fedora RPMs:
doxygen.spec just lists a bunch of Requires: tex(latex) type entries.
Right, and I translated those into texlive-collection-* requirements. But
doxygen.spec also contains
%files latex
# intentionally left blank
which I took to mean that it's an empty (or virtual) package.
Ken
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation: https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple