Changeset df50655 for pst


Ignore:
Timestamp:
01/30/2021 07:56:52 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
7aa91c69
Parents:
26dab634
Message:

Really fix dvisvgm to use python3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/dvisvgm.xml

    r26dab634 rdf50655  
    120120<screen role="root"><userinput>ln -svf /opt/texlive/&texlive-year;/lib/libkpathsea.so /usr/lib</userinput></screen>
    121121
    122     <para>
     122<!--<para>
    123123      The testsuite assumes that a modern version of <application>Python</application>
    124124      has been installed as plain <command>python</command>. Adjust it to use
     
    128128<screen><userinput>sed -i 's/python/&amp;3/' tests/Makefile.in</userinput></screen>
    129129
    130     <para>
    131       Now install <application>dvisvgm</application> by running the following
     130-->
     131    <para>
     132      The testsuite assumes that a modern version of <application>Python</application>
     133      has been installed as plain <command>python</command>. Changing this to use
     134      <command>python3</command> requires a sed to one of <filename>Makefile.in</filename>
     135      files, but that gets regenerated when <command>autoreconf</command> is run, so
     136      the sed must come after that.
     137    </para>
     138
     139    <para>
     140<!--  Now install <application>dvisvgm</application> by running the following-->
     141      Install <application>dvisvgm</application> by running the following
    132142      commands:
    133143    </para>
    134144
    135 <screen><userinput>autoreconf -fiv                               &amp;&amp;
     145<screen><userinput>sed -i 's/python/&amp;3/' tests/Makefile.in       &amp;&amp;
     146autoreconf -fiv                               &amp;&amp;
    136147./configure                                    \
    137148 --bindir=/opt/texlive/&texlive-year;/bin/${TEXARCH}     \
Note: See TracChangeset for help on using the changeset viewer.