Author: rthomsen
Date: Thu Apr 17 05:46:39 2014
New Revision: 12970

Log:
Removed unneeded rpc patch and libtirpc dependency from kde-runtime.

Modified:
   trunk/BOOK/kde/core/kde-runtime.xml

Modified: trunk/BOOK/kde/core/kde-runtime.xml
==============================================================================
--- trunk/BOOK/kde/core/kde-runtime.xml Thu Apr 17 04:12:30 2014        (r12969)
+++ trunk/BOOK/kde/core/kde-runtime.xml Thu Apr 17 05:46:39 2014        (r12970)
@@ -56,20 +56,11 @@
       </listitem>
     </itemizedlist>
 
-    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
-    <itemizedlist spacing='compact'>
-      <listitem>
-        <para>Required patch: <ulink
-        url="&patch-root;/kde-runtime-&kde-version;-rpc_fix-1.patch"/></para>
-      </listitem>
-    </itemizedlist>
-
     <bridgehead renderas="sect3">Kde-runtime Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-    <xref linkend="kdelibs"/> and
-    <xref linkend="libtirpc"/>
+    <xref linkend="kdelibs"/>
     </para>
 
     <bridgehead renderas="sect4">Recommended</bridgehead>
@@ -108,14 +99,12 @@
     <para>Install <application>kde-runtime</application> by running the 
following
     commands:</para>
 
-<screen><userinput>patch -Np1 -i ../kde-runtime-&kde-version;-rpc_fix-1.patch 
&amp;&amp;
-
-mkdir build &amp;&amp;
+<screen><userinput>mkdir build &amp;&amp;
 cd    build &amp;&amp;
 
 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir;         \
-      -DSYSCONF_INSTALL_DIR=/etc                 \
-      -DCMAKE_BUILD_TYPE=Release                 \
+      -DSYSCONF_INSTALL_DIR=/etc                  \
+      -DCMAKE_BUILD_TYPE=Release                  \
       -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
       -Wno-dev .. &amp;&amp;
 make</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