Changeset e6f368f


Ignore:
Timestamp:
05/01/2021 08:15:08 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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:
65f4f5a7
Parents:
f1c6a8a
Message:

enchant: remove compatibilty symlinks

They are added 3 years ago and it's highly likely that they are not
needed anymore. If there is any issue we may revert this, or patch the
downstream instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/enchant.xml

    rf1c6a8a re6f368f  
    121121    </para>
    122122
    123 <screen role="root"><userinput>make install                                   &amp;&amp;
    124 rm -rf /usr/include/enchant                    &amp;&amp;
    125 ln -sfv enchant-2       /usr/include/enchant   &amp;&amp;
    126 ln -sfv enchant-2       /usr/bin/enchant       &amp;&amp;
    127 ln -sfv libenchant-2.so /usr/lib/libenchant.so &amp;&amp;
    128 ln -sfv enchant-2.pc    /usr/lib/pkgconfig/enchant.pc</userinput></screen>
     123<screen role="root"><userinput>make install</userinput></screen>
    129124
    130125  </sect2>
     
    135130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    136131      href="../../xincludes/static-libraries.xml"/>
    137 
    138     <para>
    139       <command>rm -rf /usr/include/enchant</command>;
    140       <command>ln -sfn ...</command>: Create symlinks for this package
    141       version so that other other packages can find it using the old name.
    142     </para>
    143132
    144133  </sect2>
     
    188177EOF
    189178
    190 enchant -d en_GB -l /tmp/test-enchant.txt &amp;&amp;
    191 enchant -d en_GB -a /tmp/test-enchant.txt</userinput></screen>
     179enchant-2 -d en_GB -l /tmp/test-enchant.txt &amp;&amp;
     180enchant-2 -d en_GB -a /tmp/test-enchant.txt</userinput></screen>
    192181
    193182      <para>
Note: See TracChangeset for help on using the changeset viewer.