#1 Ensure correct fonts are installed for HTML docs
Opened a year ago by music. Modified a year ago
rpms/ music/libpanel gi-docgen-fonts  into  rawhide

file modified
+4
@@ -26,6 +26,10 @@ 

  %package        devel

  Summary:        Development files for %{name}

  Requires:       %{name}%{?_isa} = %{version}-%{release}

+ # Because web fonts from upstream are not bundled in the gi-docgen package,

+ # packages containing documentation generated with gi-docgen should depend on

+ # this metapackage to ensure the proper system fonts are present.

+ Recommends:     gi-docgen-fonts

  

  %description    devel

  The %{name}-devel package contains libraries and header files for

Because web fonts from upstream are not bundled in the gi-docgen package, packages containing documentation generated with gi-docgen should depend on the gi-docgen-fonts metapackage to ensure the proper system fonts are present.

I plan to submit corresponding PR’s to all packages that include documentation generated using gi-docgen. See the PR for eog for further discussion and rationale.

Metadata