Changeset 1ea4deb
- Timestamp:
- 07/05/2019 04:17:07 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- da39a659
- Parents:
- c916835
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/harfbuzz.xml
rc916835 r1ea4deb 92 92 cairo backend is needed), 93 93 <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) 98 97 </para> 99 98 … … 125 124 126 125 <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@&3@' -i {} \; 130 </command>. 127 131 To test the results, issue: <command>make check</command>. 128 132 </para>
Note:
See TracChangeset
for help on using the changeset viewer.