qtcreator rebuild

This commit is contained in:
Rmys
2023-04-11 22:06:57 +03:00
committed by GitHub
parent 780ab0ee79
commit d7dc4437d2
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from pisi.actionsapi import get
#WorkDir="qt-creator-opensource-src-%s" % get.srcVERSION()
def setup():
# pisitools.dosed("qtcreator.pri", "libexec/qtcreator", "lib/qtcreator")
pisitools.dosed("qtcreator.pri", "libexec/qtcreator", "lib/qtcreator")
# pisitools.dosed("src/tools/tools.pro", "libexec", "lib")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
+5 -5
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA>
<Summary>Lightweight, cross-platform integrated development environment</Summary>
<Description>Lightweight, cross-platform integrated development environment</Description>
<Archive type="tarxz" sha1sum="8910e2a66fdb26ca640e756384a4500ba4c151cc">https://download.qt.io/official_releases/qtcreator/10.0/10.0.0/qt-creator-opensource-src-10.0.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="630ae3abe9b773d6a34374b8de11a5cf244ba703">https://download.qt.io/official_releases/qtcreator/8.0/8.0.2/qt-creator-opensource-src-8.0.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>libgcc</Dependency>
<Dependency>libX11-devel</Dependency>
@@ -45,8 +45,8 @@
<Dependency>llvm-mlir</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">qtcreator-languageclient2.patch</Patch> -->
<!-- <Patch level="1">qtcreator-languageclient3.patch</Patch> -->
<Patch level="1">qtcreator-languageclient2.patch</Patch>
<Patch level="1">qtcreator-languageclient3.patch</Patch>
</Patches>
</Source>
@@ -91,8 +91,8 @@
<History>
<Update release="16">
<Date>2023-04-11</Date>
<Version>10.0.0</Version>
<Comment>Version bump.</Comment>
<Version>8.0.2</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>