Author: andy
Date: 2006-01-11 14:38:15 -0700 (Wed, 11 Jan 2006)
New Revision: 5546

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/xsoft/office/abiword.xml
Log:
updated abiword to 2.4.2


Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-01-11 05:36:55 UTC (rev 5545)
+++ trunk/BOOK/general.ent      2006-01-11 21:38:15 UTC (rev 5546)
@@ -464,7 +464,7 @@
 
 <!-- Part X -->
 <!-- Chapter 33 -->
-<!ENTITY AbiWord-version              "2.4.1">
+<!ENTITY AbiWord-version              "2.4.2">
 <!ENTITY gnumeric-version             "1.6.1">
 <!ENTITY gnucash-version              "1.8.11">
 <!ENTITY gimp-version                 "2.2.10">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-01-11 05:36:55 UTC 
(rev 5545)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-01-11 21:38:15 UTC 
(rev 5546)
@@ -48,6 +48,9 @@
           <para>[randy] - Updates to MPlayer: added an x264 patch, added new
           dependencies, updated the version of the Skins file.</para>
         </listitem>
+        <listitem>
+          <para>[andy] - Updated to abiword-2.4.2.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

Modified: trunk/BOOK/xsoft/office/abiword.xml
===================================================================
--- trunk/BOOK/xsoft/office/abiword.xml 2006-01-11 05:36:55 UTC (rev 5545)
+++ trunk/BOOK/xsoft/office/abiword.xml 2006-01-11 21:38:15 UTC (rev 5546)
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY AbiWord-download-http 
"http://www.abisource.com/downloads/abiword/2.4.1/source/abiword-&AbiWord-version;.tar.bz2";>
-  <!ENTITY AbiWord-download-ftp  
"ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/abiword-&AbiWord-version;.tar.bz2";>
-  <!ENTITY AbiWord-md5sum        "03d47aad66c4c9f9d329e3538de97dcd">
+  <!ENTITY AbiWord-download-http 
"http://www.abisource.com/downloads/abiword/2.4.2/source/abiword-&AbiWord-version;.tar.bz2";>
+  <!ENTITY AbiWord-download-ftp  " ">
+  <!ENTITY AbiWord-md5sum        "935f1218eab7ff96b7a23cfeba4e76d1">
   <!ENTITY AbiWord-size          "24.1 MB">
-  <!ENTITY AbiWord-buildsize     "212 MB">
-  <!ENTITY AbiWord-time          "3.1 SBU (to build and install the program, 
docs and all plugins)">
+  <!ENTITY AbiWord-buildsize     "209 MB">
+  <!ENTITY AbiWord-time          "3.6 SBU (to build and install the program, 
docs and all plugins)">
 ]>
 
 <sect1 id="abiword" xreflabel="AbiWord-&AbiWord-version;">
@@ -98,7 +98,7 @@
     commands:</para>
 
 <screen><userinput>cd abiword-plugins &amp;&amp;
-./configure --prefix=/usr --without-inter7eps --without-abigochart &amp;&amp;
+./configure --prefix=/usr --without-inter7eps &amp;&amp;
 make &amp;&amp;
 cd ../abi &amp;&amp;
 ./configure --prefix=/usr &amp;&amp;
@@ -155,10 +155,6 @@
     <application>GCC</application>-&gcc-version;. This parameter prevents
     linking to the package and incurring a build failure.</para>
 
-    <para><parameter>--without-abigochart</parameter>: The abigochart plugin 
does not 
-    compile cleanly against the current version of <xref linkend="goffice"/>. 
This
-    parameter prevents linking to the package and incurring a build 
failure.</para>
-
     <para><command>sed -i '[EMAIL PROTECTED]@abiword@' 
make-gnome-html.sh</command>:
     This command alters the <command>make-gnome-html.sh</command> script to
     look for the current version of <command>abiword</command>.</para>
@@ -198,21 +194,22 @@
       <para>Obviously, change <replaceable>[lang]</replaceable> in the above
       command to fit the name of the file you want.</para>
 
-      <para><application>AbiWord</application> uses Times New Roman as its 
default
-      font. If you'd like it to default to a different font, edit
-      <filename>~/.AbiSuite/templates/normal.awt</filename> and change the 
font to the
-      one you want. To find out the exact string 
<application>AbiWord</application>
-      uses for the font, open <application>AbiWord</application>, type one 
letter, then
-      save the document in your home folder as <filename>test.abw</filename>. 
Now:
-      </para>
+      <para><application>AbiWord</application> uses Times New Roman as its
+      default font. If you'd like it to default to a different font, edit
+      <filename>~/.AbiSuite/templates/normal.awt</filename> and change the font
+      to the one you want. To find out the exact string
+      <application>AbiWord</application> uses for the font, open
+      <application>AbiWord</application>, change the font to the one you want 
to
+      use, type one letter, then save the document in your home folder as
+      <filename>test.abw</filename>. Now:</para>
 
 <screen><userinput>grep -m 1 '"font-family' ~/test.abw | cut -d \" 
-f6</userinput></screen>
 
-      <para>You can edit <filename>~/.AbiSuite/templates/normal.awt</filename> 
with a
-      simple text editor like <application>Vim</application> or
+      <para>You can edit <filename>~/.AbiSuite/templates/normal.awt</filename>
+      with a simple text editor like <application>Vim</application> or
       <application>Gedit</application>, or you can alter it with a
-      <command>sed</command>. For example, if you want to use Bitstream Vera 
Sans:
-      </para>
+      <command>sed</command>. For example, if you want to use Bitstream Vera
+      Sans:</para>
 
 <screen><userinput>sed -i '[EMAIL PROTECTED] New [EMAIL PROTECTED] Vera [EMAIL 
PROTECTED]' \
       ~/.AbiSuite/templates/normal.awt</userinput></screen>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to