qt5-graphicaleffects:v.bump to 5.6.0
This commit is contained in:
@@ -14,12 +14,10 @@ def setup():
|
|||||||
qt5.configure()
|
qt5.configure()
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
qt5.make()
|
|
||||||
qt5.make("docs")
|
qt5.make("docs")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
qt5.install("INSTALL_ROOT=%s" % get.installDIR())
|
qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR())
|
||||||
qt5.install("install_docs")
|
|
||||||
|
|
||||||
#I hope qtchooser will manage this issue
|
#I hope qtchooser will manage this issue
|
||||||
for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()):
|
for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()):
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency versionFrom="5.6.0">qt5-base-devel</Dependency>
|
<Dependency versionFrom="5.6.0">qt5-base-devel</Dependency>
|
||||||
<Dependency>qt5-declarative-devel</Dependency>
|
<Dependency>qt5-declarative-devel</Dependency>
|
||||||
<Dependency>qt5-assistant</Dependency>
|
<Dependency>qt5-assistant-devel</Dependency>
|
||||||
<Dependency>qt5-sql-sqlite</Dependency>
|
<Dependency>qt5-sql-sqlite</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
@@ -34,6 +34,16 @@
|
|||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>qt5-graphicaleffects-docs</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency versionFrom="5.6.0">qt5-base</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="doc">/usr/share/doc/qt5</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
|
|||||||
Reference in New Issue
Block a user