Author: thomas
Date: 2011-03-13 07:46:38 -0600 (Sun, 13 Mar 2011)
New Revision: 8868

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/kde4/add/kde4plasmaaddons.xml
   trunk/BOOK/kde4/core/kde4libs.xml
Log:
Minor corrections

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2011-03-09 20:39:52 UTC (rev 8867)
+++ trunk/BOOK/general.ent      2011-03-13 13:46:38 UTC (rev 8868)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "09">                   <!-- Always 2 digits -->
+<!ENTITY day          "13">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2011">
 <!ENTITY copyrightdate "2001-&year;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2011-03-09 20:39:52 UTC 
(rev 8867)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2011-03-13 13:46:38 UTC 
(rev 8868)
@@ -41,6 +41,19 @@
 
 -->
     <listitem>
+      <para>March 13th, 2011</para>
+      <itemizedlist>
+        <listitem>
+          <para>[thomas] - Correct the list of libraries installed by 
Boost.</para>
+        </listitem>
+        <listitem>
+          <para>[thomas] - Wording corrections in the KDE4 intro page, fix URL 
at
+          Kdeplasma-addons and add more details about some options in 
Kdelibs.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 9th, 2011</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/kde4/add/kde4plasmaaddons.xml
===================================================================
--- trunk/BOOK/kde4/add/kde4plasmaaddons.xml    2011-03-09 20:39:52 UTC (rev 
8867)
+++ trunk/BOOK/kde4/add/kde4plasmaaddons.xml    2011-03-13 13:46:38 UTC (rev 
8868)
@@ -4,8 +4,8 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY kde4plasmaaddons-download-http 
"&kde4-download-http;/kdeplasmaaddons-&kde4-version;.tar.bz2">
-  <!ENTITY kde4plasmaaddons-download-ftp  
"&kde4-download-ftp;/kdeplasmaaddons-&kde4-version;.tar.bz2">
+  <!ENTITY kde4plasmaaddons-download-http 
"&kde4-download-http;/kdeplasma-addons-&kde4-version;.tar.bz2">
+  <!ENTITY kde4plasmaaddons-download-ftp  
"&kde4-download-ftp;/kdeplasma-addons-&kde4-version;.tar.bz2">
   <!ENTITY kde4plasmaaddons-md5sum        "c7307dfa69c986fb8114505bc38e6af2">
   <!ENTITY kde4plasmaaddons-size          "1.9 MB">
   <!ENTITY kde4plasmaaddons-buildsize     "233 MB">

Modified: trunk/BOOK/kde4/core/kde4libs.xml
===================================================================
--- trunk/BOOK/kde4/core/kde4libs.xml   2011-03-09 20:39:52 UTC (rev 8867)
+++ trunk/BOOK/kde4/core/kde4libs.xml   2011-03-13 13:46:38 UTC (rev 8868)
@@ -102,7 +102,7 @@
   <sect2 role="installation">
     <title>Installation of Kdelibs</title>
 
-    <para>Install <application>kde4libs</application> by running the following
+    <para>Install <application>Kdelibs</application> by running the following
     commands:</para>
 
 <screen><userinput>mkdir build &amp;&amp;
@@ -110,9 +110,8 @@
 
     <para>Prepare the package for compilation:</para>
        
-<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
-      -DCMAKE_PREFIX_PATH=$KDE4_PREFIX \
-      -DPYTHON_SITE_PACKAGES_DIR:PATH=$KDE4_PYSITEPKG \
+<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=$&kde4-dir-var; \
+      -DCMAKE_PREFIX_PATH=$&kde4-dir-var; \
       -DKDE_DEFAULT_HOME=.kde4 \
       -DSYSCONF_INSTALL_DIR=/etc/kde4 \
       
-DDOCBOOKXML_CURRENTDTD_DIR=/usr/share/xml/docbook/xml-dtd-&DocBook-version; \
@@ -124,14 +123,22 @@
 <screen role="root"><userinput>make install</userinput></screen>
 
   </sect2>
-<!--
+
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><option>- -xyz</option>: This option is set for ...</para>
+    <para><option>-DKDE_DEFAULT_HOME=.kde4</option>: This option is set to
+    avoid clashes with a KDE3 installation on the same machine.</para>
 
+    
<para><option>-DPYTHON_SITE_PACKAGES_DIR:PATH=&lt;site-packages&gt;</option>: 
If you do not install KDE in /usr, set this option in order to have the KDE4
+Python objects installed correctly. You can use following code to determine 
tha directory name:
+<screen><userinput>_pylibdir=$(python-config --prefix)/lib &amp;&amp;
+_pyversion=$(python -V 2>&amp;1 | awk '{print $2}') &amp;&amp;
+echo "$_pylibdir/python${_pyversion%.*}/site-packages"</userinput></screen>
+</para>
+
   </sect2>
--->
+
   <sect2 role="content">
     <title>Contents</title>
 

-- 
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