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 + +