gbranden pushed a commit to branch master
in repository groff.

commit 114b195bd69f2d0003546cd42717d8e39ef3b9e6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Feb 8 10:51:56 2024 -0600

    [m4,devpdf]: Update search path for URW fonts.
    
    Update default search path for URW fonts; Fedora 39 has come up with a
    new place for them.
    
    * font/devpdf/Foundry.in: Do it (at run time).
    * m4/groff.m4 (GROFF_URW_FONTS_CHECK): Do it (at build time).
    
    Thanks to T. Kurt Bond for the report to the groff mailing list.
    <https://lists.gnu.org/archive/html/groff/2024-02/msg00018.html>
---
 ChangeLog              | 11 +++++++++++
 font/devpdf/Foundry.in |  2 +-
 m4/groff.m4            |  1 +
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 76204b033..39ca2ddae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2024-02-08  G. Branden Robinson <[email protected]>
+
+       Update default search path for URW fonts; Fedora 39 has come up
+       with a new place for them.
+
+       * font/devpdf/Foundry.in: Do it (at run time).
+       * m4/groff.m4 (GROFF_URW_FONTS_CHECK): Do it (at build time).
+
+       Thanks to T. Kurt Bond for the report to the groff mailing list.
+       <https://lists.gnu.org/archive/html/groff/2024-02/msg00018.html>
+
 2024-02-04  G. Branden Robinson <[email protected]>
 
        Put version number on cover page of our Texinfo manual.
diff --git a/font/devpdf/Foundry.in b/font/devpdf/Foundry.in
index 0db650f86..81a10c26d 100644
--- a/font/devpdf/Foundry.in
+++ b/font/devpdf/Foundry.in
@@ -20,7 +20,7 @@
 
 #=======================================================================
 #Foundry|Name|Search path
-foundry||@urwfontsdir@:(gs):/usr/share/fonts/type1/gsfonts:/usr/share/fonts/default/Type1:/usr/share/fonts/default/Type1/adobestd35:/usr/share/fonts/type1/urw-base35:/opt/local/share/fonts/urw-fonts:/usr/local/share/fonts/ghostscript
+foundry||@urwfontsdir@:(gs):/usr/share/fonts/type1/gsfonts:/usr/share/fonts/default/Type1:/usr/share/fonts/default/Type1/adobestd35:/usr/share/fonts/type1/urw-base35:/usr/share/fonts/urw-base35:/opt/local/share/fonts/urw-fonts:/usr/local/share/fonts/ghostscript
 
 # Enable the font description files for grops (generated from Adobe
 # foundry font files) to be used with gropdf.  afmtodit must not be
diff --git a/m4/groff.m4 b/m4/groff.m4
index 925fb039d..ebbe60d52 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -363,6 +363,7 @@ dnl Keep this list in sync with font/devpdf/Foundry.in.
     /usr/share/fonts/default/Type1/ \
     /usr/share/fonts/default/Type1/adobestd35/ \
     /usr/share/fonts/type1/urw-base35/ \
+    /usr/share/fonts/urw-base35 \
     /opt/local/share/fonts/urw-fonts/ \
     /usr/local/share/fonts/ghostscript/"
 

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to