diff --git a/desktop/kde/porting-aids/khtml/actions.py b/desktop/kde/porting-aids/khtml/actions.py
new file mode 100644
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde/porting-aids/khtml/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde/porting-aids/khtml/pspec.xml b/desktop/kde/porting-aids/khtml/pspec.xml
new file mode 100755
index 0000000000..863b15ce33
--- /dev/null
+++ b/desktop/kde/porting-aids/khtml/pspec.xml
@@ -0,0 +1,102 @@
+
+
+
+
+ khtml
+ http://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ HTML rendering engine for KDE
+ KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.
+ http://download.kde.org/stable/frameworks/5.11/portingAids/khtml-5.11.0.tar.xz
+
+ qt5-base-devel
+ zlib-devel
+ libX11-devel
+ zlib
+ openssl-devel
+ extra-cmake-modules
+
+
+
+
+ khtml
+
+ qt5-base
+ qt5-x11extras
+ qt5-phonon
+ zlib
+ openssl
+ giflib
+ zlib
+ libX11
+ libgcc
+ libpng
+ libjpeg-turbo
+ sonnet
+ kcodecs
+ kconfig
+ kjobwidgets
+ kwidgetsaddons
+ kcompletion
+ karchive
+ kconfigwidgets
+ kcoreaddons
+ kglobalaccel
+ ki18n
+ kiconthemes
+ kio
+ kjs
+ knotifications
+ kparts
+ kservice
+ ktextwidgets
+ kwallet
+ kwindowsystem
+ kxmlgui
+
+
+ /etc
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ khtml-devel
+ Development files for khtml
+
+ khtml
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2015-06-28
+ 5.11.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-06-02
+ 5.10.0
+ First Release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+