From 112203dff4df5005c0f72a50cf704cbcbfdb0a4d Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Mon, 18 Apr 2016 02:57:32 +0300 Subject: [PATCH] qt5-graphicaleffects:v.bump to 5.6.0 --- desktop/toolkit/qt5/qt5-graphicaleffects/actions.py | 4 +--- desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml | 12 +++++++++++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-graphicaleffects/actions.py b/desktop/toolkit/qt5/qt5-graphicaleffects/actions.py index 91f60b0be5..0540967e46 100644 --- a/desktop/toolkit/qt5/qt5-graphicaleffects/actions.py +++ b/desktop/toolkit/qt5/qt5-graphicaleffects/actions.py @@ -14,12 +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_docs") + 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-graphicaleffects/pspec.xml b/desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml index f294139290..a018a07e6d 100644 --- a/desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml +++ b/desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml @@ -16,7 +16,7 @@ qt5-base-devel qt5-declarative-devel - qt5-assistant + qt5-assistant-devel qt5-sql-sqlite @@ -34,6 +34,16 @@ /usr/share/doc + + + qt5-graphicaleffects-docs + + qt5-base + + + /usr/share/doc/qt5 + +