Skip to content

Commit

Permalink
cmake: update to 3.27.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Nov 15, 2023
1 parent 48df546 commit 83f0cc9
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions mingw-w64-cmake/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-${_realname}-cmcldeps" \
"${MINGW_PACKAGE_PREFIX}-${_realname}-gui" \
"${MINGW_PACKAGE_PREFIX}-${_realname}-docs"))
pkgver=3.27.7
pkgrel=3
pkgver=3.27.8
pkgrel=1
pkgdesc="A cross-platform open-source make system (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand Down Expand Up @@ -51,15 +51,13 @@ source=("https://github.com/Kitware/CMake/releases/download/v${pkgver}/${_realna
"0002-Do-not-install-Qt-bundle-in-cmake-gui.patch"
"0003-Fix-FindGLEW-on-MINGW.patch::https://gitlab.kitware.com/cmake/cmake/-/commit/a37a04b5.patch"
"0004-Output-line-numbers-in-callstacks.patch"
"0005-Default-to-ninja-generator.patch"
"https://gitlab.kitware.com/cmake/cmake/-/merge_requests/8965.patch")
sha256sums=('08f71a106036bf051f692760ef9558c0577c42ac39e96ba097e7662bd4158d8e'
"0005-Default-to-ninja-generator.patch")
sha256sums=('fece24563f697870fbb982ea8bf17482c9d5f855d8c9bf0b82463d76c9e8d0cc'
'25793edcbac05bb6d17fa9947b52ace4a6b5ccccf7758e22ae9ae022ed089061'
'f6cf6a6f2729db2b9427679acd09520af2cd79fc26900b19a49cead05a55cd1a'
'e0688d5488b2dc6e10b4e0ff2f1303fe27f42a13fa2f4bc23799eff8b0f163bd'
'15fdf3fb1a0f1c153c8cfbdd2b5c64035b7a04de618bfe61d7d74ced0d6a5c4b'
'426818278090704d2a12f62ef3dfd94c47b11fa2784bb842989b7f6a09ee7aa2'
'eb7c10a79d87d95b79fb0ccfad7b1268aa8f8b70119a297d012f527518a1699c')
'426818278090704d2a12f62ef3dfd94c47b11fa2784bb842989b7f6a09ee7aa2')

# Helper macros to help make tasks easier #
apply_patch_with_msg() {
Expand Down Expand Up @@ -88,9 +86,6 @@ prepare() {
0003-Fix-FindGLEW-on-MINGW.patch \
0004-Output-line-numbers-in-callstacks.patch

# https://gitlab.kitware.com/cmake/cmake/-/merge_requests/8965
apply_patch_with_msg 8965.patch

# We want cmake to default to something useful and not MSVC
apply_patch_with_msg \
0005-Default-to-ninja-generator.patch
Expand Down

0 comments on commit 83f0cc9

Please sign in to comment.