Author: fernando Date: Sun Mar 29 09:40:08 2015 New Revision: 15747 Log: Aspell-0.60.6.1: tweaks. Enchant-1.6.0: disable-static, fixes and tweaks. Update to Gedit-3.16.0. Partially fixes #6311.
Modified: trunk/BOOK/general/genlib/aspell.xml trunk/BOOK/general/genlib/enchant.xml trunk/BOOK/gnome.ent trunk/BOOK/gnome/applications/gedit.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general/genlib/aspell.xml ============================================================================== --- trunk/BOOK/general/genlib/aspell.xml Sun Mar 29 09:17:16 2015 (r15746) +++ trunk/BOOK/general/genlib/aspell.xml Sun Mar 29 09:40:08 2015 (r15747) @@ -5,7 +5,7 @@ %general-entities; <!ENTITY aspell-download-http - "http://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz"> + "https://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz"> <!ENTITY aspell-download-ftp "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz"> <!ENTITY aspell-md5sum "e66a9c9af6a60dc46134fdacf6ce97d7"> @@ -83,7 +83,7 @@ <itemizedlist spacing="compact"> <listitem> <para> - Aspell dictionaries: <ulink url="ftp://ftp.gnu.org/gnu/aspell/dict"/> + Aspell dictionaries: <ulink url="https://ftp.gnu.org/gnu/aspell/dict"/> </para> </listitem> </itemizedlist> @@ -120,6 +120,8 @@ </para> <screen role="root"><userinput>make install && +ln -svfn aspell-0.60 /usr/lib/aspell && + install -v -m755 -d /usr/share/doc/aspell-&aspell-version;/aspell{,-dev}.html && install -v -m644 manual/aspell.html/* \ @@ -143,16 +145,22 @@ <screen role="root"><userinput>install -v -m 755 scripts/spell /usr/bin/</userinput></screen> </sect2> - <!-- <sect2 role="commands"> + <sect2 role="commands"> <title>Command Explanations</title> - <para> - <command>make -C manual pdf</command>: This command is listed twice as the - first time it runs it will display an error and abort, although it creates - the requested file. Running the command again ensures the other file is - also created. +<!-- <para> + <command>make -C manual pdf</command>: This command is listed twice as + the first time it runs it will display an error and abort, although it + creates the requested file. Running the command again ensures the other + file is also created. + </para> + --> + <para> + <command>ln -svfn aspell-0.60 /usr/lib/aspell</command>: This command is + useful for configuration of other applications, such as + <xref linkend="enchant"/>. </para> - </sect2> --> + </sect2> <sect2 role="configuration"> <title>Configuring Aspell</title> Modified: trunk/BOOK/general/genlib/enchant.xml ============================================================================== --- trunk/BOOK/general/genlib/enchant.xml Sun Mar 29 09:17:16 2015 (r15746) +++ trunk/BOOK/general/genlib/enchant.xml Sun Mar 29 09:40:08 2015 (r15747) @@ -7,9 +7,9 @@ <!ENTITY enchant-download-http "http://www.abisource.com/downloads/enchant/&enchant-version;/enchant-&enchant-version;.tar.gz"> <!ENTITY enchant-download-ftp "ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/enchant-&enchant-version;.tar.gz"> <!ENTITY enchant-md5sum "de11011aff801dc61042828041fb59c7"> - <!ENTITY enchant-size "593 KB"> - <!ENTITY enchant-buildsize "17 MB"> - <!ENTITY enchant-time "0.3 SBU"> + <!ENTITY enchant-size "596 KB"> + <!ENTITY enchant-buildsize "11 MB"> + <!ENTITY enchant-time "0.1 SBU"> ]> <sect1 id="enchant" xreflabel="enchant-&enchant-version;"> @@ -81,7 +81,7 @@ <para>Install <application>enchant</application> by running the following commands:</para> -<screen><userinput>./configure --prefix=/usr && +<screen><userinput>./configure --prefix=/usr --disable-static && make</userinput></screen> <para>This package does not come with a test suite.</para> @@ -92,6 +92,14 @@ </sect2> + <sect2 role="commands"> + <title>Command Explanations</title> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/static-libraries.xml"/> + + </sect2> + <sect2 role="configuration"> <title>Configuring enchant</title> @@ -112,7 +120,32 @@ <sect3><title>Configuration Information</title> - <para>See more details in the enchant(1) manual page.</para> + <para> + If you whish to use the <xref linkend="aspell"/> backend, create a + symlink, as the <systemitem class="username">root</systemitem> user: + </para> + +<screen role="root"><userinput>ln -svfn ../../lib/aspell /usr/share/enchant/aspell</userinput></screen> + + <para> + You can test your installation and configuration by creating a test + file and running the commands: + </para> + +<screen><userinput>cat > /tmp/test-enchant.txt << "EOF" && +<literal>Tel me more abot linux +Ther ar so many commads</literal> +EOF + +enchant -d en_GB -l /tmp/test-enchant.txt && +enchant -d en_GB -a /tmp/test-enchant.txt</userinput></screen> + + <para> + where you can replace the dictionary for en_GB by any other you + downloaded (find the instructions earlier in the present page). You + will see a list of the misspelled words followed by a list of + alternatives for them. See more details in the enchant manual page. + </para> </sect3> @@ -128,8 +161,8 @@ <seglistitem> <seg>enchant and enchant-lsmod</seg> - <seg>libenchant.{so,a} and various backend libraries</seg> - <seg>/usr/{include/enchant,lib/enchant,share/enchant}</seg> + <seg>libenchant.so and various backend libraries</seg> + <seg>/usr/{include,lib,share}/enchant</seg> </seglistitem> </segmentedlist> Modified: trunk/BOOK/gnome.ent ============================================================================== --- trunk/BOOK/gnome.ent Sun Mar 29 09:17:16 2015 (r15746) +++ trunk/BOOK/gnome.ent Sun Mar 29 09:40:08 2015 (r15747) @@ -39,7 +39,7 @@ <!ENTITY epiphany-version "3.14.2"> <!ENTITY evince-version "3.16.0"> <!ENTITY file-roller-version "3.14.2"> -<!ENTITY gedit-version "3.14.3"> +<!ENTITY gedit-version "3.16.0"> <!ENTITY gnome-calculator-version "3.14.1"> <!ENTITY gnome-nettool-version "3.8.1"> <!ENTITY gnome-screenshot-version "3.14.0"> Modified: trunk/BOOK/gnome/applications/gedit.xml ============================================================================== --- trunk/BOOK/gnome/applications/gedit.xml Sun Mar 29 09:17:16 2015 (r15746) +++ trunk/BOOK/gnome/applications/gedit.xml Sun Mar 29 09:40:08 2015 (r15747) @@ -4,12 +4,12 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-minor-14;/gedit-&gedit-version;.tar.xz"> - <!ENTITY gedit-download-ftp "&gnome-download-ftp;/gedit/&gnome-minor-14;/gedit-&gedit-version;.tar.xz"> - <!ENTITY gedit-md5sum "267beb4476f48a106fb693bb55819caf"> + <!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-minor-16;/gedit-&gedit-version;.tar.xz"> + <!ENTITY gedit-download-ftp "&gnome-download-ftp;/gedit/&gnome-minor-16;/gedit-&gedit-version;.tar.xz"> + <!ENTITY gedit-md5sum "661468539440b7b4f94dd285d7969442"> <!ENTITY gedit-size "2.8 MB"> - <!ENTITY gedit-buildsize "87 MB"> - <!ENTITY gedit-time "1.1 SBU"> + <!ENTITY gedit-buildsize "93 MB"> + <!ENTITY gedit-time "0.9 SBU"> ]> <sect1 id="gedit" xreflabel="Gedit-&gedit-version;"> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Sun Mar 29 09:17:16 2015 (r15746) +++ trunk/BOOK/introduction/welcome/changelog.xml Sun Mar 29 09:40:08 2015 (r15747) @@ -48,6 +48,17 @@ <para>March 29th, 2015</para> <itemizedlist> <listitem> + <para>[fernando] - Update to Gedit-3.16.0. Partially fixes + <ulink url="&blfs-ticket-root;6311">#6311</ulink>.</para> + </listitem> + <listitem> + <para>[fernando] - Enchant-1.6.0: disable-static, fixes + and tweaks.</para> + </listitem> + <listitem> + <para>[fernando] - Aspell-0.60.6.1: tweaks.</para> + </listitem> + <listitem> <para>[pierre] - Update to Mesa-10.5.2. Fixes <ulink url="&blfs-ticket-root;6340">#6340</ulink>.</para> </listitem> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
