diff --git a/desktop/toolkit/qt5/qt5-webkit/actions.py b/desktop/toolkit/qt5/qt5-webkit/actions.py
index 1717128cda..ecca0504ed 100644
--- a/desktop/toolkit/qt5/qt5-webkit/actions.py
+++ b/desktop/toolkit/qt5/qt5-webkit/actions.py
@@ -14,11 +14,10 @@ def setup():
qt5.configure()
def build():
- qt5.make()
+ qt5.make("docs")
def install():
- # autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- qt5.install("INSTALL_ROOT=%s" % get.installDIR())
+ qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR())
#I hope qtchooser will manage this issue
for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()):
diff --git a/desktop/toolkit/qt5/qt5-webkit/pspec.xml b/desktop/toolkit/qt5/qt5-webkit/pspec.xml
index 25d4c12016..b292c28090 100644
--- a/desktop/toolkit/qt5/qt5-webkit/pspec.xml
+++ b/desktop/toolkit/qt5/qt5-webkit/pspec.xml
@@ -12,13 +12,15 @@
Classes for a WebKit2 based implementation and a new QML API
Classes for a WebKit2 based implementation and a new QML API
LGPLv2.1-linking-exception
- http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtwebkit-opensource-src-5.5.1.tar.xz
+ http://download.qt.io/community_releases/5.6/5.6.0/qtwebkit-opensource-src-5.6.0.tar.xz
- qt5-base-devel
+ qt5-base-devel
qt5-sensors-devel
qt5-location-devel
qt5-declarative-devel
qt5-multimedia-devel
+ qt5-assistant-devel
+ qt5-sql-sqlite
mesa-devel
libXtst-devel
gst-plugins-base-devel
@@ -62,7 +64,7 @@
/usr/share/doc
- qt5-base
+ qt5-base
mesa
webp
zlib
@@ -92,7 +94,7 @@
qt5-webkit
- qt5-base-devel
+ qt5-base-devel
mesa-devel
webp-devel
zlib-devel
@@ -112,11 +114,21 @@
qt5-declarative-devel
+
+
+ qt5-webkit-docs
+
+ /usr/share/doc/qt5
+
+
+ qt5-base
+
+
- 2015-10-28
- 5.5.1
+ 2016-04-17
+ 5.6.0
First release
Ayhan Yalçınsoy
ayhanyalcinsoy@pisilinux.org