mbox series

[bug#61237,0/1] gnu: font-google-noto-emoji: Install correct license file.

Message ID cover.1675368905.git.simon@simonsouth.net
Headers show
Series gnu: font-google-noto-emoji: Install correct license file. | expand

Message

Simon South Feb. 2, 2023, 8:23 p.m. UTC
Currently the font-google-noto-emoji package correctly specifies the font's
license as the SIL Open Font License but inadvertently installs a copy of the
Apache license instead in the package's output.

This is because the source package groups the font's data and license files
together in a "fonts" subdirectory, while the license file at the top level
applies to "Tools and most image resources" according to the package's
README.md.  By default, it's the file at the top level that's installed.

The patch that follows corrects this issue.  I've tested it on x86-64 and
AArch64 and it seems to work fine.

--
Simon South
simon@simonsouth.net


Simon South (1):
  gnu: font-google-noto-emoji: Install correct license file.

 gnu/packages/fonts.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)


base-commit: 301f12832601eef6b130f3946d9d597ae43a514a

Comments

Christopher Baines March 1, 2023, 3:50 p.m. UTC | #1
Simon South <simon@simonsouth.net> writes:

> Currently the font-google-noto-emoji package correctly specifies the font's
> license as the SIL Open Font License but inadvertently installs a copy of the
> Apache license instead in the package's output.
>
> This is because the source package groups the font's data and license files
> together in a "fonts" subdirectory, while the license file at the top level
> applies to "Tools and most image resources" according to the package's
> README.md.  By default, it's the file at the top level that's installed.
>
> The patch that follows corrects this issue.  I've tested it on x86-64 and
> AArch64 and it seems to work fine.

Looks good to me, I've pushed this master as
9a4dd01f1da2681fef8f89d43a43efa4ccbb5a16.

Thanks,

Chris
Christopher Baines March 1, 2023, 3:52 p.m. UTC | #2
Marking as done.