diff --git a/office/spellcheck/qtspell/actions.py b/office/spellcheck/qtspell/actions.py
new file mode 100644
index 0000000000..1fee5d53ec
--- /dev/null
+++ b/office/spellcheck/qtspell/actions.py
@@ -0,0 +1,22 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import cmaketools
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+
+
+def setup():
+ cmaketools.configure("-DUSE_QT5=true \
+ -DCMAKE_INSTALL_PREFIX=/usr")
+
+def build():
+ cmaketools.make()
+
+def install():
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "README.md", "NEWS", "COPYING")
diff --git a/office/spellcheck/qtspell/pspec.xml b/office/spellcheck/qtspell/pspec.xml
new file mode 100644
index 0000000000..7a98c6a6a5
--- /dev/null
+++ b/office/spellcheck/qtspell/pspec.xml
@@ -0,0 +1,51 @@
+
+
+
+
+ qtspell
+ https://github.com/manisandro/qtspell
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPL3
+ Spell checking for Qt text widgets
+ QtSpell adds spell-checking functionality to Qt's text widgets, using the enchant spell-checking library.
+
+ cmake
+ doxygen
+ enchant-devel
+ pkgconfig
+ qt5-assistant-devel
+ qt5-base-devel
+ qt5-designer-devel
+ qt5-linguist
+ glib2-devel
+
+ https://github.com/manisandro/qtspell/releases/download/0.8.2/qtspell-0.8.2.tar.xz
+
+
+ qtspell
+ Spell checking for Qt text widgets
+
+ qt5-base
+ enchant
+ libgcc
+
+
+ /usr/lib
+ /usr/share/qt5/translations
+ /usr/include/QtSpell-qt5
+ /usr/share/doc
+
+
+
+
+ 2017-02-09
+ 0.8.2
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index b8d85b7884..e6b0a62820 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -7211,6 +7211,57 @@
+
+
+ qtspell
+ https://github.com/manisandro/qtspell
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPL3
+ office.spellcheck
+ Spell checking for Qt text widgets
+ QtSpell adds spell-checking functionality to Qt's text widgets, using the enchant spell-checking library.
+ https://github.com/manisandro/qtspell/releases/download/0.8.2/qtspell-0.8.2.tar.xz
+
+ cmake
+ doxygen
+ enchant-devel
+ pkgconfig
+ qt5-assistant-devel
+ qt5-base-devel
+ qt5-designer-devel
+ qt5-linguist
+ glib2-devel
+
+ office/spellcheck/qtspell/pspec.xml
+
+
+ qtspell
+ Spell checking for Qt text widgets
+
+ qt5-base
+ enchant
+ libgcc
+
+
+ /usr/lib
+ /usr/share/qt5/translations
+ /usr/include/QtSpell-qt5
+ /usr/share/doc
+
+
+
+
+ 2017-02-09
+ 0.8.2
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
enchant
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 9fb5fa3180..95a713bd90 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-7964a5399ffd6d698a93411007372d388eae3393
\ No newline at end of file
+35b04734c19b590dfc2d2ff619308b54da2ed5c2
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 3c2872c123..c951206128 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 14b76db5d3..44c6f2a05d 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-edc7cbd2ed2271e10f5121b3e31f37f23b13bb48
\ No newline at end of file
+4bc8b30d01cd959f7990e0698d85e353ac5854d3
\ No newline at end of file