diff --git a/srcpkgs/qtcreator/patches/6.0.2--backtrace.patch b/srcpkgs/qtcreator/patches/6.0.2--backtrace.patch index f4a849e3c18..6b7b568c4ff 100644 --- a/srcpkgs/qtcreator/patches/6.0.2--backtrace.patch +++ b/srcpkgs/qtcreator/patches/6.0.2--backtrace.patch @@ -19,8 +19,8 @@ index d371b6f6..40b4cd9b 100644 char **lines = backtrace_symbols(bt, size); diff --git a/src/plugins/qmldesigner/designercore/exceptions/exception.cpp b/src/plugins/qmldesigner/designercore/exceptions/exception.cpp index ba8afd56..2ae4041a 100644 ---- a/src/plugins/qmldesigner/designercore/exceptions/exception.cpp -+++ b/src/plugins/qmldesigner/designercore/exceptions/exception.cpp +--- a/src/plugins/qmldesigner/libs/designercore/exceptions/exception.cpp ++++ b/src/plugins/qmldesigner/libs/designercore/exceptions/exception.cpp @@ -75,7 +75,7 @@ bool Exception::warnAboutException() return s_warnAboutException; } diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template index b7606482f84..a838986820a 100644 --- a/srcpkgs/qtcreator/template +++ b/srcpkgs/qtcreator/template @@ -1,7 +1,7 @@ # Template file for 'qtcreator' pkgname=qtcreator -version=13.0.2 -revision=3 +version=15.0.0 +revision=1 build_style=cmake configure_args="$(vopt_bool qbs BUILD_QBS) -DWITH_DOCS=ON -DBUILD_WITH_PCH=OFF" 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" 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" -checksum=c125cc5522619c7f8fc2805a750ab96cbbb56a5fdfc388b6cb15ab75af7ec0ce +checksum=23b1c6b478ca760997ecddd4c728f0da280b0696008a9bddd9a1068f16d48f72 replaces="qtcreator-data>=0" python_version=3