From debbugs-submit-bounces@debbugs.gnu.org Wed May 13 11:33:24 2020 Received: (at 41233) by debbugs.gnu.org; 13 May 2020 15:33:24 +0000 Received: from localhost ([127.0.0.1]:59113 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jYtNr-00060J-QH for submit@debbugs.gnu.org; Wed, 13 May 2020 11:33:24 -0400 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:43402) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jYtNq-000608-G9 for 41233@debbugs.gnu.org; Wed, 13 May 2020 11:33:22 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jYtNo-0005QU-NE; Wed, 13 May 2020 17:33:20 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jYtNo-0000Cw-6S for 41233@debbugs.gnu.org; Wed, 13 May 2020 17:33:20 +0200 From: Michael Rohleder To: 41233@debbugs.gnu.org Subject: [PATCH] gnu: font-gnu-freefont: fix for bug 41233. X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Wed, 13 May 2020 17:33:12 +0200 Message-ID: <87blmrj1dz.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1589384002;cb6e6938; X-HE-SMSGID: 1jYtNo-0005QU-NE X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 41233 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain I havent tested, but looking at the installed fonts it seems clear that they are in the wrong directory. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-font-gnu-freefont-fix-for-bug-41233.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: font-gnu-freefont: fix for bug 41233. From=204f11dc30d324964c14bac748393f7b54df69d340 Mon Sep 17 00:00:00 2001 From: Michael Rohleder 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. =2D-- 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 =2D-- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -255,11 +255,11 @@ The Lato 2.010 family supports more than 100 Latin-ba= sed languages, over (let ((doc-dir (string-append %output "/share/doc/" ,name "-" ,version)) (ttf-font-dir (string-append %output =2D "/share/fonts/tt= f")) + "/share/fonts/true= type")) (otf-font-dir (string-append %output =2D "/share/fonts/ot= f")) + "/share/fonts/open= type")) (woff-font-dir (string-append %output =2D "/share/fonts/w= off"))) + "/share/fonts/web= fonts"))) (mkdir-p doc-dir) (substitute* "Makefile" (("\\$\\(TMPDIR\\)") doc-dir) =2D-=20 2.26.2 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 Listen and silent are spelled with the same letters. --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl68EzkACgkQfHr/vv7y yyVFEgf6AxDh4UtOUuSXCIc3U5Bq6VC/zJT2Q6HXZTiywRzoV5wwdRNj4xqIObVE ZCmgrm+2r5zneSDauJq+IdTZf4/PbEQOuB+FTscY2ZvlT6NuyP3xtjEfvoM9DjUy lyigOs1uF2Ia/ObSn5VfBWmWpYxw7ipJkCUDWQbbebIKc9bYITTe3Brx/GjJxgk0 DDCpB+VWnm8BsB2mgl8xHiJSMhRi1uQ7MKG7kLB9WBLesdeyhleiTaW1fBd9VGe2 Wh3RUDr5zVmQev9jcZc2I750rLc40XErw4pAR9zBSEnKAMQ13womjkqGxOYllaYT LYp794c+pee4w4PVKTUWE+MQWwTFGw== =7V0+ -----END PGP SIGNATURE----- --==-=-=--