Ignore:
Timestamp:
04/02/2023 04:28:44 PM (18 months ago)
Author:
Ken Moffat <ken@…>
Branches:
12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128, 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.

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.