qtcreator:v.bump to 4.12.0
This commit is contained in:
@@ -8,9 +8,15 @@ from pisi.actionsapi import shelltools
|
|||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
WorkDir="qt-creator-opensource-src-%s" % get.srcVERSION()
|
#WorkDir="qt-creator-opensource-src-%s" % get.srcVERSION()
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.system("qmake qtcreator.pro CONFIG+=release QTC_PREFIX=/usr")
|
pisitools.dosed("qtcreator.pri", "libexec/qtcreator", "lib/qtcreator")
|
||||||
|
pisitools.dosed("src/tools/tools.pro", "libexec", "lib")
|
||||||
|
|
||||||
|
shelltools.system("qmake LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr \
|
||||||
|
CONFIG+=release QMAKE_CFLAGS_ISYSTEM=-I \
|
||||||
|
DEFINES+=QBS_ENABLE_PROJECT_FILE_UPDATES \
|
||||||
|
QTC_PREFIX=/usr qtcreator.pro")
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
@@ -13,7 +13,8 @@
|
|||||||
<IsA>app:gui</IsA>
|
<IsA>app:gui</IsA>
|
||||||
<Summary>Lightweight, cross-platform integrated development environment</Summary>
|
<Summary>Lightweight, cross-platform integrated development environment</Summary>
|
||||||
<Description>Lightweight, cross-platform integrated development environment</Description>
|
<Description>Lightweight, cross-platform integrated development environment</Description>
|
||||||
<Archive type="tarxz" sha1sum="98eec27ab3d75ce8a6eb39c638481ca789fcc542">http://download.qt.io/official_releases/qtcreator/4.11/4.11.2/qt-creator-opensource-src-4.11.2.tar.xz</Archive>
|
<!--Archive type="tarxz" sha1sum="98eec27ab3d75ce8a6eb39c638481ca789fcc542">http://download.qt.io/official_releases/qtcreator/4.11/4.11.2/qt-creator-opensource-src-4.11.2.tar.xz</Archive-->
|
||||||
|
<Archive type="tarxz" sha1sum="654df100473609ec329117dd0e6bc2da609f9c57">http://download.qt.io/development_releases/qtcreator/4.12/4.12.0-rc1/qt-creator-opensource-src-4.12.0-rc1.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>libX11-devel</Dependency>
|
<Dependency>libX11-devel</Dependency>
|
||||||
@@ -39,6 +40,9 @@
|
|||||||
<Dependency>llvm-clang-devel</Dependency>
|
<Dependency>llvm-clang-devel</Dependency>
|
||||||
<Dependency>llvm</Dependency>
|
<Dependency>llvm</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
|
<Patches>
|
||||||
|
<!--Patch>qtcreator-preload-plugins.patch</Patch-->
|
||||||
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
@@ -81,10 +85,10 @@
|
|||||||
<History>
|
<History>
|
||||||
<Update release="13">
|
<Update release="13">
|
||||||
<Date>2020-04-06</Date>
|
<Date>2020-04-06</Date>
|
||||||
<Version>4.11.2</Version>
|
<Version>4.12.0</Version>
|
||||||
<Comment>Version bump.</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>Mustafa Cinasal</Name>
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
<Email>muscnsl@gmail.com</Email>
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="12">
|
<Update release="12">
|
||||||
<Date>2020-01-20</Date>
|
<Date>2020-01-20</Date>
|
||||||
|
|||||||
Reference in New Issue
Block a user