From f0028adb293caa417b83b37a6159fae2cdc2c7be Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Mon, 18 Apr 2016 04:02:36 +0300 Subject: [PATCH] qt5-quickcontrols:v.bump to 5.6.0 --- .../toolkit/qt5/qt5-quickcontrols/actions.py | 4 ++-- .../toolkit/qt5/qt5-quickcontrols/pspec.xml | 22 ++++++++++++++----- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-quickcontrols/actions.py b/desktop/toolkit/qt5/qt5-quickcontrols/actions.py index 8a95fb59b2..7bf9359a27 100644 --- a/desktop/toolkit/qt5/qt5-quickcontrols/actions.py +++ b/desktop/toolkit/qt5/qt5-quickcontrols/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-quickcontrols/pspec.xml b/desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml index 1f7ff4c081..16fa53f5e3 100644 --- a/desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml +++ b/desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml @@ -12,11 +12,13 @@ Reusable Qt Quick based UI controls to create classic desktop-style user interfaces Reusable Qt Quick based UI controls to create classic desktop-style user interfaces LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtquickcontrols-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtquickcontrols-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel qt5-quick1-devel + qt5-assistant-devel + qt5-sql-sqlite mesa-devel @@ -25,7 +27,7 @@ qt5-quickcontrols libgcc - qt5-base + qt5-base qt5-declarative @@ -34,11 +36,21 @@ /usr/share/licenses/ + + + qt5-quickcontrols-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.5.6 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org