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