diff --git a/desktop/toolkit/qt5/qt5-serialport/actions.py b/desktop/toolkit/qt5/qt5-serialport/actions.py index bb1ba3d773..953f19b9ff 100644 --- a/desktop/toolkit/qt5/qt5-serialport/actions.py +++ b/desktop/toolkit/qt5/qt5-serialport/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-serialport/pspec.xml b/desktop/toolkit/qt5/qt5-serialport/pspec.xml index 92b4f61359..4e807ff985 100644 --- a/desktop/toolkit/qt5/qt5-serialport/pspec.xml +++ b/desktop/toolkit/qt5/qt5-serialport/pspec.xml @@ -12,9 +12,11 @@ Provides access to hardware and virtual serial ports Provides access to hardware and virtual serial ports LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtserialport-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtserialport-opensource-src-5.6.0.tar.xz - qt5-base-devel + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite eudev-devel @@ -22,7 +24,7 @@ qt5-serialport - qt5-base + qt5-base eudev libgcc @@ -36,7 +38,7 @@ qt5-serialport-devel - qt5-base-devel + qt5-base-devel qt5-serialport @@ -44,11 +46,21 @@ /usr/include/qt5 + + + qt5-serialport-docs + + qt5-base + + + /usr/share/doc/qt5 + + - 2015-10-16 - 5.5.1 + 2016-04-17 + 5.6.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org