Ignore:
Timestamp:
03/29/2015 04:40:08 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
d0f4f31
Parents:
d983952
Message:

Aspell-0.60.6.1: tweaks.
Enchant-1.6.0: disable-static, fixes and tweaks.
Update to Gedit-3.16.0. Partially fixes #6311.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/aspell.xml

    rd983952 rd45a9e69  
    66
    77  <!ENTITY aspell-download-http
    8     "http://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
     8    "https://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
    99  <!ENTITY aspell-download-ftp
    1010    "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
     
    8484      <listitem>
    8585        <para>
    86           Aspell dictionaries: <ulink url="ftp://ftp.gnu.org/gnu/aspell/dict"/>
     86          Aspell dictionaries: <ulink url="https://ftp.gnu.org/gnu/aspell/dict"/>
    8787        </para>
    8888      </listitem>
     
    121121
    122122<screen role="root"><userinput>make install &amp;&amp;
     123ln -svfn aspell-0.60 /usr/lib/aspell &amp;&amp;
     124
    123125install -v -m755 -d /usr/share/doc/aspell-&aspell-version;/aspell{,-dev}.html &amp;&amp;
    124126
     
    144146 </sect2>
    145147
    146  <!-- <sect2 role="commands">
     148 <sect2 role="commands">
    147149    <title>Command Explanations</title>
    148150
    149     <para>
    150       <command>make -C manual pdf</command>: This command is listed twice as the
    151       first time it runs it will display an error and abort, although it creates
    152       the requested file. Running the command again ensures the other file is
    153       also created.
    154     </para>
    155   </sect2> -->
     151<!--    <para>
     152      <command>make -C manual pdf</command>: This command is listed twice as
     153      the first time it runs it will display an error and abort, although it
     154      creates the requested file. Running the command again ensures the other
     155      file is also created.
     156    </para>
     157    -->
     158    <para>
     159      <command>ln -svfn aspell-0.60 /usr/lib/aspell</command>: This command is
     160      useful for configuration of other applications, such as
     161      <xref linkend="enchant"/>.
     162    </para>
     163  </sect2>
    156164
    157165  <sect2 role="configuration">
Note: See TracChangeset for help on using the changeset viewer.