qt5-base:removed unneeded line from actions.py

This commit is contained in:
2016-06-29 14:02:33 +03:00
parent b5563976a2
commit e6a71a6ebd
2 changed files with 4 additions and 7 deletions
+3 -6
View File
@@ -47,7 +47,9 @@ def setup():
if not get.buildTYPE() == "emul32":
#-no-pch makes build ccache-friendly
options = "-v -confirm-license -opensource -no-rpath -no-use-gold-linker\
options = "-v -confirm-license -opensource \
-no-rpath \
-no-use-gold-linker\
-prefix %s \
-bindir %s \
-headerdir %s \
@@ -70,9 +72,6 @@ def setup():
-optimized-qmake \
-reduce-relocations \
-dbus-linked \
-feature-menu \
-feature-textdate \
-feature-ftp \
-xcursor" % (qt5.prefix, bindirQt5, qt5.headerdir, qt5.archdatadir, qt5.docdir, qt5.plugindir, qt5.importdir, qt5.qmldir, qt5.datadir, qt5.testdir, qt5.translationdir, qt5.sysconfdir, qt5.examplesdir, qt5.libdir)
else:
pisitools.dosed("mkspecs/linux-g++-64/qmake.conf", "-m64", "-m32")
@@ -119,6 +118,4 @@ def install():
mkspecPath = "%s/mkspecs" % qt5.archdatadir
pisitools.remove("/usr/lib/*.prl")
pisitools.dodoc("LGPL_EXCEPTION.txt", "LICENSE.*")
+1 -1
View File
@@ -255,7 +255,7 @@
<History>
<Update release="4">
<Date>2016-06-09</Date>
<Date>2016-06-29</Date>
<Version>5.6.0</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>