diff --git a/srcpkgs/qtcreator/patches/clang9.patch b/srcpkgs/qtcreator/patches/clang9.patch deleted file mode 100644 index 25a1a86174..0000000000 --- a/srcpkgs/qtcreator/patches/clang9.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/plugins/clangformat/clangformatutils.cpp -+++ src/plugins/clangformat/clangformatutils.cpp -@@ -60,7 +60,7 @@ static clang::format::FormatStyle qtcStyle() - style.AllowShortBlocksOnASingleLine = false; - style.AllowShortCaseLabelsOnASingleLine = false; - style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; -- style.AllowShortIfStatementsOnASingleLine = false; -+ style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; - style.AllowShortLoopsOnASingleLine = false; - style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None; - style.AlwaysBreakBeforeMultilineStrings = false; diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template index e52abce9d4..2bb135d9ec 100644 --- a/srcpkgs/qtcreator/template +++ b/srcpkgs/qtcreator/template @@ -1,6 +1,6 @@ # Template file for 'qtcreator' pkgname=qtcreator -version=4.10.1 +version=4.10.2 revision=1 wrksrc="qt-creator-opensource-src-${version}" build_style=qmake @@ -14,7 +14,7 @@ maintainer="Jürgen Buchmüller " license="GPL-3.0-only,QtCompany-GPL-Exception-1.0" homepage="https://wiki.qt.io/Category:Tools::QtCreator" distfiles="https://download.qt.io/official_releases/qtcreator/${version%.*}/${version}/${wrksrc}.tar.xz" -checksum=5098d87027bec3296bd93a7e112588759ccb0511fbfdc5558c1a1e83dff8d2a9 +checksum=9add6bdddfe5726bb02535409c2ed788b1afeee082121f54f887281d0e3c449a if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-declarative-devel qt5-host-tools qt5-script-devel qt5-tools-devel"