mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qtcreator: update to 15.0.0.
This commit is contained in:
parent
2f2caec0f1
commit
a19f21843e
2 changed files with 5 additions and 5 deletions
|
@ -19,8 +19,8 @@ index d371b6f6..40b4cd9b 100644
|
||||||
char **lines = backtrace_symbols(bt, size);
|
char **lines = backtrace_symbols(bt, size);
|
||||||
diff --git a/src/plugins/qmldesigner/designercore/exceptions/exception.cpp b/src/plugins/qmldesigner/designercore/exceptions/exception.cpp
|
diff --git a/src/plugins/qmldesigner/designercore/exceptions/exception.cpp b/src/plugins/qmldesigner/designercore/exceptions/exception.cpp
|
||||||
index ba8afd56..2ae4041a 100644
|
index ba8afd56..2ae4041a 100644
|
||||||
--- a/src/plugins/qmldesigner/designercore/exceptions/exception.cpp
|
--- a/src/plugins/qmldesigner/libs/designercore/exceptions/exception.cpp
|
||||||
+++ b/src/plugins/qmldesigner/designercore/exceptions/exception.cpp
|
+++ b/src/plugins/qmldesigner/libs/designercore/exceptions/exception.cpp
|
||||||
@@ -75,7 +75,7 @@ bool Exception::warnAboutException()
|
@@ -75,7 +75,7 @@ bool Exception::warnAboutException()
|
||||||
return s_warnAboutException;
|
return s_warnAboutException;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qtcreator'
|
# Template file for 'qtcreator'
|
||||||
pkgname=qtcreator
|
pkgname=qtcreator
|
||||||
version=13.0.2
|
version=15.0.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="$(vopt_bool qbs BUILD_QBS) -DWITH_DOCS=ON -DBUILD_WITH_PCH=OFF"
|
configure_args="$(vopt_bool qbs BUILD_QBS) -DWITH_DOCS=ON -DBUILD_WITH_PCH=OFF"
|
||||||
hostmakedepends="clang llvm perl pkg-config python3 which
|
hostmakedepends="clang llvm perl pkg-config python3 which
|
||||||
|
@ -18,7 +18,7 @@ license="LGPL-3.0-or-later, custom:QtCompany-GPL-Exception-1.0"
|
||||||
homepage="https://wiki.qt.io/Category:Tools::QtCreator"
|
homepage="https://wiki.qt.io/Category:Tools::QtCreator"
|
||||||
changelog="https://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changelog/changes-${version}.md"
|
changelog="https://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changelog/changes-${version}.md"
|
||||||
distfiles="https://download.qt.io/official_releases/qtcreator/${version%.*}/${version}/qt-creator-opensource-src-${version}.tar.xz"
|
distfiles="https://download.qt.io/official_releases/qtcreator/${version%.*}/${version}/qt-creator-opensource-src-${version}.tar.xz"
|
||||||
checksum=c125cc5522619c7f8fc2805a750ab96cbbb56a5fdfc388b6cb15ab75af7ec0ce
|
checksum=23b1c6b478ca760997ecddd4c728f0da280b0696008a9bddd9a1068f16d48f72
|
||||||
replaces="qtcreator-data>=0"
|
replaces="qtcreator-data>=0"
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue