qt5-svg:fixed doc
This commit is contained in:
@@ -14,10 +14,10 @@ def setup():
|
|||||||
qt5.configure()
|
qt5.configure()
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
qt5.make()
|
qt5.make("docs")
|
||||||
|
|
||||||
def install():
|
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
|
#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()):
|
||||||
|
|||||||
@@ -29,6 +29,7 @@
|
|||||||
<Path fileType="data">/usr/share/licenses/</Path>
|
<Path fileType="data">/usr/share/licenses/</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>qt5-svg-devel</Name>
|
<Name>qt5-svg-devel</Name>
|
||||||
<Summary>Development files for qt5-svg</Summary>
|
<Summary>Development files for qt5-svg</Summary>
|
||||||
@@ -41,6 +42,17 @@
|
|||||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>qt5-svg-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">
|
||||||
<Date>2016-04-17</Date>
|
<Date>2016-04-17</Date>
|
||||||
|
|||||||
Reference in New Issue
Block a user