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

file modified
+8 -1
@@ -7,7 +7,7 @@ 

  

  Name:           nautilus

  Version:        43.1

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        File manager for GNOME

  

  License:        GPLv3+
@@ -71,6 +71,10 @@ 

  License:        LGPLv2+

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

  Requires:       %{name}-extensions%{_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

  This package provides libraries and header files needed
@@ -138,6 +142,9 @@ 

  %doc %{_datadir}/doc/nautilus/

  

  %changelog

+ * Fri Dec 16 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 43.1-2

+ - Ensure correct fonts are installed for HTML docs

+ 

  * Tue Dec 06 2022 David King <amigadave@amigadave.com> - 43.1-1

  - Update to 43.1

  

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