diff --git a/desktop/toolkit/qt5/qt5-location/actions.py b/desktop/toolkit/qt5/qt5-location/actions.py index aaa39f122e..3d5f9b9abf 100644 --- a/desktop/toolkit/qt5/qt5-location/actions.py +++ b/desktop/toolkit/qt5/qt5-location/actions.py @@ -15,9 +15,10 @@ def setup(): 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-location/pspec.xml b/desktop/toolkit/qt5/qt5-location/pspec.xml index c5378fc04f..4d60b80b77 100644 --- a/desktop/toolkit/qt5/qt5-location/pspec.xml +++ b/desktop/toolkit/qt5/qt5-location/pspec.xml @@ -12,21 +12,22 @@ Provides access to position, satellite and area monitoring classes Provides access to position, satellite and area monitoring classes LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtlocation-opensource-src-5.5.1.tar.xz + http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtlocation-opensource-src-5.6.0.tar.xz geoclue-devel glib2-devel mesa-devel - qt5-base-devel - qt5-webkit-devel + qt5-base-devel + qt5-assistant-devel qt5-declarative-devel + qt5-quick1-devel qt5-location - qt5-base + qt5-base glib2 libgcc geoclue @@ -51,11 +52,21 @@ qt5-declarative-devel + + + qt5-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