qt5-tools fixed for kde framework run fine.
This commit is contained in:
@@ -25,4 +25,8 @@ def install():
|
|||||||
for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()):
|
for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()):
|
||||||
pisitools.dosym("/usr/lib/qt5/bin/%s" % bin, "/usr/bin/%s-qt5" % bin)
|
pisitools.dosym("/usr/lib/qt5/bin/%s" % bin, "/usr/bin/%s-qt5" % bin)
|
||||||
|
|
||||||
|
# kde5 need qdbus and qtpaths in /usr/bin
|
||||||
|
pisitools.dosym("/usr/bin/qdbus-qt5", "/usr/bin/qdbus")
|
||||||
|
pisitools.dosym("/usr/bin/qtpaths-qt5", "/usr/bin/qtpaths")
|
||||||
|
|
||||||
pisitools.insinto("/usr/share/licenses/qt5-tools/", "LGPL_EXCEPTION.txt")
|
pisitools.insinto("/usr/share/licenses/qt5-tools/", "LGPL_EXCEPTION.txt")
|
||||||
|
|||||||
@@ -24,9 +24,10 @@
|
|||||||
<Name>qt5-tools</Name>
|
<Name>qt5-tools</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>qt5-base</Dependency>
|
<Dependency>qt5-base</Dependency>
|
||||||
<Dependency>mesa</Dependency>
|
<!--Dependency>mesa</Dependency--><!--not linking-->
|
||||||
<!--Dependency>qt5-webkit</Dependency-->
|
<!--Dependency>qt5-webkit</Dependency-->
|
||||||
<Dependency>qt5-declarative</Dependency>
|
<Dependency>qt5-declarative</Dependency>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
|||||||
Reference in New Issue
Block a user