GNU bug report logs - #41233
GNU Freefont is broken

Previous Next

Package: guix;

Reported by: L p R n d n <guix <at> lprndn.info>

Date: Wed, 13 May 2020 14:44:02 UTC

Severity: normal

Done: L p R n d n <guix <at> lprndn.info>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Michael Rohleder <mike <at> rohleder.de>
To: 41233 <at> debbugs.gnu.org
Subject: bug#41233: [PATCH] gnu: font-gnu-freefont: fix for bug 41233.
Date: Wed, 13 May 2020 17:33:12 +0200
[Message part 1 (text/plain, inline)]
I havent tested, but looking at the installed fonts it seems clear that
they are in the wrong directory.

[0001-gnu-font-gnu-freefont-fix-for-bug-41233.patch (text/x-patch, inline)]
From 4f11dc30d324964c14bac748393f7b54df69d340 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike <at> rohleder.de>
Date: Wed, 13 May 2020 17:28:27 +0200
Subject: [PATCH] gnu: font-gnu-freefont: fix for bug 41233.

* gnu/packages/fonts.scm (font-gnu-freefont): should fix bug 41233.
---
 gnu/packages/fonts.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 1728eeeaf9..64d5c17346 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -255,11 +255,11 @@ The Lato 2.010 family supports more than 100 Latin-based languages, over
                      (let ((doc-dir  (string-append %output "/share/doc/"
                                                     ,name "-" ,version))
                            (ttf-font-dir (string-append %output
-                                                        "/share/fonts/ttf"))
+                                                        "/share/fonts/truetype"))
                            (otf-font-dir (string-append %output
-                                                        "/share/fonts/otf"))
+                                                        "/share/fonts/opentype"))
                            (woff-font-dir (string-append %output
-                                                         "/share/fonts/woff")))
+                                                         "/share/fonts/webfonts")))
                        (mkdir-p doc-dir)
                        (substitute* "Makefile"
                          (("\\$\\(TMPDIR\\)") doc-dir)
-- 
2.26.2

[Message part 3 (text/plain, inline)]
-- 
Listen and silent are spelled with the same letters.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 5 years and 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.