qt-creator: update to 17.0.2
This commit is contained in:
parent
d1f22ebe63
commit
8296849076
@ -6,9 +6,9 @@ pkgbase=mingw-w64-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
"${MINGW_PACKAGE_PREFIX}-${_realname}-docs"
|
||||
"${MINGW_PACKAGE_PREFIX}-${_realname}-devel")
|
||||
_base_ver=17.0.1
|
||||
_base_ver=17.0.2
|
||||
pkgver=${_base_ver/-/}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight, cross-platform integrated development environment (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
@ -42,11 +42,13 @@ _pkgfqn="${_realname}-opensource-src-${_base_ver}"
|
||||
source=(https://download.qt.io/official_releases/qtcreator/${_base_ver%.*}/${_base_ver}/${_pkgfqn}.tar.xz
|
||||
qt-creator-3.2.0-Allow-iOS-plugin-on-any-platform.patch
|
||||
qt-creator-5.0.1-fix-library-archive-path.patch
|
||||
003-link-against-clang-cpp.patch)
|
||||
sha256sums=('f5671808476707391a9a2edb9963ea4a6b6b90c78cbe74ece1aca0c6b42e5184'
|
||||
003-link-against-clang-cpp.patch
|
||||
004-fix-build-with-qt-6-10.patch::https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/5a4c700c.patch)
|
||||
sha256sums=('b0e118f9fb89be717628b3f9251c295fa6df41fa8b7d81216e2ead8355e55a13'
|
||||
'eacd98f69324695595690c5328d62137af609e55c7c94c19e7bd8e1f7e4b4712'
|
||||
'29d67f88f071abe7a4b589182767b8a697fe4e516d70707bfca88f035883718f'
|
||||
'5d6c0b626ef29ce39372eb180527d64e11af2bf39a1a3e84e709464a20d2433b')
|
||||
'5d6c0b626ef29ce39372eb180527d64e11af2bf39a1a3e84e709464a20d2433b'
|
||||
'd40bdb0505b99cb1ad89aa976f1dc0dba0edf3d1f238dab6905b08394fe5ed38')
|
||||
|
||||
apply_patch_with_msg() {
|
||||
for _patch in "$@"
|
||||
@ -62,7 +64,8 @@ prepare() {
|
||||
apply_patch_with_msg \
|
||||
qt-creator-3.2.0-Allow-iOS-plugin-on-any-platform.patch \
|
||||
qt-creator-5.0.1-fix-library-archive-path.patch \
|
||||
003-link-against-clang-cpp.patch
|
||||
003-link-against-clang-cpp.patch \
|
||||
004-fix-build-with-qt-6-10.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user