Changeset 1ea4deb


Ignore:
Timestamp:
07/05/2019 04:17:07 AM (5 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
da39a659
Parents:
c916835
Message:

harfbuzz: use py3 for testsuite optionally

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21803 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    rc916835 r1ea4deb  
    9292      cairo backend is needed),
    9393      <xref linkend="gobject-introspection"/>,
    94       <xref linkend="gtk-doc"/>,
    95       <xref linkend="python2"/> (required for the testsuite), and
    96       <ulink url="https://pypi.org/project/FontTools/">FontTools</ulink> (for
    97       the testsuite)
     94      <xref linkend="gtk-doc"/>, and
     95      <ulink url="https://pypi.org/project/FontTools/">FontTools</ulink>
     96      (Python 2 or Python 3 module, for the testsuite)
    9897    </para>
    9998
     
    125124
    126125    <para>
     126      If FontTools is installed for Python 3 and you want to test the results
     127      with it, adjust the test suite:
     128      <command>
     129        find -name \*.py -exec sed '1s@python@&amp;3@' -i {} \;
     130      </command>.
    127131      To test the results, issue: <command>make check</command>.
    128132    </para>
Note: See TracChangeset for help on using the changeset viewer.