yali-theme-pisilinux:fixed setup.py

This commit is contained in:
2017-03-15 20:56:21 +03:00
parent 3d6b1422ed
commit 1a22beec87
2 changed files with 15 additions and 1 deletions
@@ -0,0 +1,11 @@
--- setup_old.py 2016-08-13 23:13:53.000000000 +0300
+++ setup.py 2017-03-15 20:53:58.626914961 +0300
@@ -19,7 +19,7 @@
build.run(self)
self.mkpath(self.build_base)
- self.spawn(["rcc", "-binary", "data.qrc", "-o", "%s/data.rcc" % self.build_base])
+ self.spawn(["rcc-qt5", "-binary", "data.qrc", "-o", "%s/data.rcc" % self.build_base])
class Install(install):
@@ -17,6 +17,9 @@
<BuildDependencies>
<Dependency>qt5-base</Dependency>
</BuildDependencies>
<Patches>
<Patch>rcc.patch</Patch>
</Patches>
</Source>
<Package>
@@ -29,7 +32,7 @@
<History>
<Update release="1">
<Date>2017-03-05</Date>
<Date>2017-03-15</Date>
<Version>0.4</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>