From 427f4fdcbd33a985f1c09c41370af7cf7701becb Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Mon, 18 Apr 2016 01:39:04 +0300 Subject: [PATCH] qt5-websocket:v.bump to 5.6.0 and fixed doc --- desktop/toolkit/qt5/qt5-websockets/actions.py | 4 ++-- desktop/toolkit/qt5/qt5-websockets/pspec.xml | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-websockets/actions.py b/desktop/toolkit/qt5/qt5-websockets/actions.py index 4b617ba3eb..25b8484648 100644 --- a/desktop/toolkit/qt5/qt5-websockets/actions.py +++ b/desktop/toolkit/qt5/qt5-websockets/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - 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-websockets/pspec.xml b/desktop/toolkit/qt5/qt5-websockets/pspec.xml index 2599d707bc..7e3d3cf062 100644 --- a/desktop/toolkit/qt5/qt5-websockets/pspec.xml +++ b/desktop/toolkit/qt5/qt5-websockets/pspec.xml @@ -43,6 +43,16 @@ qt5-base-devel + + + qt5-websockets-docs + + /usr/share/doc/qt5 + + + qt5-base + +