From 49a01170a6e8592f4e2663a25c22a60423a83204 Mon Sep 17 00:00:00 2001 From: Ragnar Thomsen Date: Thu, 17 Apr 2014 12:46:39 +0000 Subject: [PATCH] Removed unneeded rpc patch and libtirpc dependency from kde-runtime. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12970 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- kde/core/kde-runtime.xml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/kde/core/kde-runtime.xml b/kde/core/kde-runtime.xml index c44e834806..d959408ecf 100644 --- a/kde/core/kde-runtime.xml +++ b/kde/core/kde-runtime.xml @@ -56,20 +56,11 @@ - Additional Downloads - - - Required patch: - - - Kde-runtime Dependencies Required - and - + Recommended @@ -108,14 +99,12 @@ Install kde-runtime by running the following commands: -patch -Np1 -i ../kde-runtime-&kde-version;-rpc_fix-1.patch && - -mkdir build && +mkdir build && cd build && 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 .. && make