From cec2d35312e60c4c02b253392861aa6998767012 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Mon, 18 Apr 2016 04:17:09 +0300 Subject: [PATCH] qt5-webchannel:v.bump to 5.6.0 --- desktop/toolkit/qt5/qt5-webchannel/actions.py | 4 +-- desktop/toolkit/qt5/qt5-webchannel/pspec.xml | 26 ++++++++++++++----- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-webchannel/actions.py b/desktop/toolkit/qt5/qt5-webchannel/actions.py index e65215daa5..9ddd995208 100644 --- a/desktop/toolkit/qt5/qt5-webchannel/actions.py +++ b/desktop/toolkit/qt5/qt5-webchannel/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-webchannel/pspec.xml b/desktop/toolkit/qt5/qt5-webchannel/pspec.xml index 7eeffb3ae5..d56a6b3e88 100644 --- a/desktop/toolkit/qt5/qt5-webchannel/pspec.xml +++ b/desktop/toolkit/qt5/qt5-webchannel/pspec.xml @@ -12,10 +12,12 @@ Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtwebchannel-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtwebchannel-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite @@ -28,7 +30,7 @@ libgcc - qt5-base + qt5-base qt5-declarative @@ -41,14 +43,26 @@ qt5-webchannel - qt5-base-devel + qt5-base-devel + + + + + qt5-webchannel-docs + + /usr/share/doc/qt5 + + + libgcc + qt5-base + qt5-declarative - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org