Changeset d9d1ecc


Ignore:
Timestamp:
08/08/2023 09:01:57 PM (10 months ago)
Author:
Ken Moffat <ken@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
0c29d929
Parents:
32ed8002
Message:

Fix fontforge ftbfs woith gettext-0.22.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r32ed8002 rd9d1ecc  
    4242     <para>August 8th, 2023</para>
    4343     <itemizedlist>
     44       <listitem>
     45         <para>[ken] - Fix fontforge ftbfs with gettext-0.22. Fixes
     46         <ulink url="&blfs-ticket-root;18392">#18392</ulink>.</para>
     47       </listitem>
    4448       <listitem>
    4549         <para>[renodr] - Update to intel-media-driver-23.3.1. Fixes
  • xsoft/other/fontforge.xml

    r32ed8002 rd9d1ecc  
    124124      commands:
    125125    </para>
     126
     127    <para>
     128      First fix a problem with old translations exposed by gettext-0.22:
     129    </para>
     130
     131<screen><userinput>sed -i.orig 's/\(%[^%[:space:]]*\)hs/\1s/g' \
     132 fontforgeexe/searchview.c po/de.po po/ca.po \
     133 po/hr.po po/it.po po/pl.po po/uk.po po/en_GB.po \
     134 po/fr.po po/vi.po po/ko.po po/ja.po</userinput></screen>
    126135
    127136<screen><userinput>mkdir build &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.