qt5-websocket:v.bump to 5.6.0 and fixed doc

This commit is contained in:
2016-04-18 01:39:04 +03:00
parent fa0dd3238b
commit 427f4fdcbd
2 changed files with 12 additions and 2 deletions
@@ -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()):
@@ -43,6 +43,16 @@
<Dependency versionFrom="5.6.0">qt5-base-devel</Dependency>
</RuntimeDependencies>
</Package>
<Package>
<Name>qt5-websockets-docs</Name>
<Files>
<Path fileType="doc">/usr/share/doc/qt5</Path>
</Files>
<RuntimeDependencies>
<Dependency versionFrom="5.6.0">qt5-base</Dependency>
</RuntimeDependencies>
</Package>
<History>
<Update release="1">