Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mingw-w64: Update to 12.0.0.r81.g90abf784a #21177

Merged
merged 1 commit into from
Jun 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

16 changes: 4 additions & 12 deletions mingw-w64-crt-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
_realname=crt
pkgbase=mingw-w64-${_realname}-git
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
pkgver=12.0.0.r32.gf977e1c38
pkgver=12.0.0.r81.g90abf784a
pkgrel=1
_commit='f977e1c38299fd204b733650cba3726a244face6'
_commit='90abf784ac344fe558e7e22cb5411d807862888d'
pkgdesc='MinGW-w64 CRT for Windows (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand All @@ -21,22 +21,14 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
options=('!strip' '!buildflags' '!emptydirs')
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit"
0001-Allow-to-use-bessel-and-complex-functions-without-un.patch)
sha256sums=('f471fcbf7750dc5cd4f324e6662dc780fd51fff878d00363120ad646663c729b'
'd641257f7e1469aff89adc33e57702b75fe9667ca035978f890eae1020b6814c')
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit")
sha256sums=('6823f6166c6858a603d1ceda016f3fc0cf5318e48705fa1064277a0269640899')

pkgver() {
cd "${srcdir}/mingw-w64"
git describe --long ${_commit} | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'
}

prepare() {
cd ${srcdir}/mingw-w64

git apply "${srcdir}/0001-Allow-to-use-bessel-and-complex-functions-without-un.patch"
}

build() {
declare -a _extra_config
case "$CARCH" in
Expand Down

This file was deleted.

13 changes: 4 additions & 9 deletions mingw-w64-headers-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ _realname=headers
pkgbase=mingw-w64-${_realname}-git
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
pkgdesc="MinGW-w64 headers for Windows (mingw-w64)"
pkgver=12.0.0.r32.gf977e1c38
pkgver=12.0.0.r81.g90abf784a
pkgrel=1
_commit='f977e1c38299fd204b733650cba3726a244face6'
_commit='90abf784ac344fe558e7e22cb5411d807862888d'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://www.mingw-w64.org/"
Expand All @@ -20,10 +20,8 @@ provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
options=('!strip' '!emptydirs')
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit"
0001-Allow-to-use-bessel-and-complex-functions-without-un.patch
0002-heades-add-full-name-winrt.patch)
sha256sums=('f471fcbf7750dc5cd4f324e6662dc780fd51fff878d00363120ad646663c729b'
'd641257f7e1469aff89adc33e57702b75fe9667ca035978f890eae1020b6814c'
sha256sums=('6823f6166c6858a603d1ceda016f3fc0cf5318e48705fa1064277a0269640899'
'69be8e262986ee9e666f0da4ca390c3d791d70883ef8690c5311aea2a40bb23f')

pkgver() {
Expand All @@ -34,11 +32,8 @@ pkgver() {
prepare() {
cd ${srcdir}/mingw-w64

git apply "${srcdir}/0001-Allow-to-use-bessel-and-complex-functions-without-un.patch"
# https://bugs.winehq.org/show_bug.cgi?id=55347
git apply "${srcdir}/0002-heades-add-full-name-winrt.patch"

cd ${srcdir}/mingw-w64/mingw-w64-headers
touch include/windows.*.h include/wincrypt.h include/prsht.h
}

build() {
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-libmangle-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pkgbase=mingw-w64-${_realname}-git
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=12.0.0.r32.gf977e1c38
pkgver=12.0.0.r81.g90abf784a
pkgrel=1
_commit='f977e1c38299fd204b733650cba3726a244face6'
_commit='90abf784ac344fe558e7e22cb5411d807862888d'
pkgdesc="MinGW-w64 libmangle (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand All @@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"git")
options=('!emptydirs')
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit")
sha256sums=('f471fcbf7750dc5cd4f324e6662dc780fd51fff878d00363120ad646663c729b')
sha256sums=('6823f6166c6858a603d1ceda016f3fc0cf5318e48705fa1064277a0269640899')

pkgver() {
cd "${srcdir}/mingw-w64"
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-tools-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ pkgbase=mingw-w64-${_realname}-git
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=12.0.0.r32.gf977e1c38
pkgver=12.0.0.r81.g90abf784a
pkgrel=1
_commit='f977e1c38299fd204b733650cba3726a244face6'
_commit='90abf784ac344fe558e7e22cb5411d807862888d'
pkgdesc="MinGW-w64 tools (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand All @@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
options=('!emptydirs')
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit")
sha256sums=('f471fcbf7750dc5cd4f324e6662dc780fd51fff878d00363120ad646663c729b')
sha256sums=('6823f6166c6858a603d1ceda016f3fc0cf5318e48705fa1064277a0269640899')
_tools="gendef genidl genpeimg widl" # genstubdll

pkgver() {
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-winpthreads-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
_realname=winpthreads
pkgbase=mingw-w64-${_realname}-git
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}-git" "${MINGW_PACKAGE_PREFIX}-libwinpthread-git")
pkgver=12.0.0.r32.gf977e1c38
pkgver=12.0.0.r81.g90abf784a
pkgrel=1
_commit='f977e1c38299fd204b733650cba3726a244face6'
_commit='90abf784ac344fe558e7e22cb5411d807862888d'
pkgdesc="MinGW-w64 winpthreads library (mingw-w64)"
url="https://www.mingw-w64.org/"
msys2_repository_url="https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-libraries/winpthreads"
Expand All @@ -27,7 +27,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
options=('!emptydirs')
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit"
"0001-Define-__-de-register_frame_info-in-fake-libgcc_s.patch")
sha256sums=('f471fcbf7750dc5cd4f324e6662dc780fd51fff878d00363120ad646663c729b'
sha256sums=('6823f6166c6858a603d1ceda016f3fc0cf5318e48705fa1064277a0269640899'
'2e779bcc60a1422b23e0cfdb5c0f6851f2382592bb4675d08a6bdef78d5e5c10')

pkgver() {
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-winstorecompat-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
_realname=winstorecompat
pkgbase=mingw-w64-${_realname}-git
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
pkgver=12.0.0.r32.gf977e1c38
pkgver=12.0.0.r81.g90abf784a
pkgrel=1
_commit='f977e1c38299fd204b733650cba3726a244face6'
_commit='90abf784ac344fe558e7e22cb5411d807862888d'
pkgdesc="MinGW-w64 winRT compat library (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand All @@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"git")
options=('!buildflags' '!emptydirs')
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit")
sha256sums=('f471fcbf7750dc5cd4f324e6662dc780fd51fff878d00363120ad646663c729b')
sha256sums=('6823f6166c6858a603d1ceda016f3fc0cf5318e48705fa1064277a0269640899')

pkgver() {
cd "${srcdir}/mingw-w64"
Expand Down