qt5-svg:fixed doc

This commit is contained in:
2016-04-17 22:01:45 +03:00
parent 521134884e
commit bdef7e0025
2 changed files with 14 additions and 2 deletions
+2 -2
View File
@@ -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()):
+12
View File
@@ -29,6 +29,7 @@
<Path fileType="data">/usr/share/licenses/</Path>
</Files>
</Package>
<Package>
<Name>qt5-svg-devel</Name>
<Summary>Development files for qt5-svg</Summary>
@@ -41,6 +42,17 @@
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</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>
<Update release="1">
<Date>2016-04-17</Date>