Changeset 2eac7f7


Ignore:
Timestamp:
04/02/2023 04:28:44 PM (13 months ago)
Author:
Ken Moffat <ken@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
9167f8d
Parents:
6a8a6a0
git-author:
Ken Moffat <ken@…> (04/01/2023 01:32:33 AM)
git-committer:
Ken Moffat <ken@…> (04/02/2023 04:28:44 PM)
Message:

Move (re)creation of kpathsea symlink -

Move it from before configuring dvisvgm to after installing
texlive. For dvisvgm there is no difference, but this ensures that
an existing version of evince linked against kpathsea can work
after texlive/2022 is replaced by texlive/2023.

Location:
pst/typesetting
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/dvisvgm.xml

    r6a8a6a0 r2eac7f7  
    112112 Or, use use it to convert first or specified page(s) of a PDF to SVG - see the man page
    113113-->
    114     <para>
    115       To enable the build system to link to
    116       <filename class="libraryfile">libkpathsea.so</filename>, as the
    117       <systemitem class="username">root</systemitem> user create a symlink from
    118       <filename class="directory">/usr/lib</filename>:
    119     </para>
    120 
    121 <screen role="root"><userinput>ln -svf $TEXLIVE_PREFIX/lib/libkpathsea.so /usr/lib</userinput></screen>
     114
     115   <!-- symlink for kpathsea moved to texlive so that if it already exists for
     116   evince from a previous year it will be recreated -->
    122117
    123118    <para>
  • pst/typesetting/texlive.xml

    r6a8a6a0 r2eac7f7  
    364364
    365365    <para>
     366      To enable an existing install of <xref linkend="evince"/> to now
     367      link to this new version of
     368      <filename class="libraryfile">libkpathsea.so</filename> and to
     369      allow a new <xref linkend="dvisvgm"/> to link to it, as the
     370      <systemitem class="username">root</systemitem> user (re)create a
     371      symlink from <filename class="directory">/usr/lib</filename>:
     372    </para>
     373
     374<screen role="root"><userinput>ln -svf $TEXLIVE_PREFIX/lib/libkpathsea.so /usr/lib</userinput></screen>
     375
     376    <para>
    366377      You can now proceed to <xref linkend="asymptote"/>,
    367378      <xref linkend="biber"/>, <xref linkend="dvisvgm"/> and / or <xref
Note: See TracChangeset for help on using the changeset viewer.