diff options
author | William Horvath | 2025-03-02 05:32:32 -0800 |
---|---|---|
committer | William Horvath | 2025-03-02 05:32:32 -0800 |
commit | 4857ae9c5f8282b26ed5547701ec3ed30e303d59 (patch) | |
tree | 7f5f4b546cd08a294880acebd5f10c8ac1ce0120 | |
parent | aabe320d78da497c4de2033cef2c3e84e45c7cdd (diff) | |
download | aur-4857ae9c5f8282b26ed5547701ec3ed30e303d59.tar.gz |
update to 03-02-2025-d17225a8-6f8931b3 (10.2-4)
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 17 |
2 files changed, 14 insertions, 13 deletions
@@ -1,7 +1,7 @@ pkgbase = wine-osu-spectator-wow64 pkgdesc = A compatibility layer for running Windows programs, but with osu! specific patches (doesn't conflict with other Wine installations) (WoW64 version) - pkgver = 10.2.w92.s3546551 - pkgrel = 3 + pkgver = 10.2.w156.s6f8931b + pkgrel = 4 url = http://www.winehq.com install = wine-wow64.install arch = x86_64 @@ -114,10 +114,10 @@ pkgbase = wine-osu-spectator-wow64 source = Makefile.single source = makedep-fix.patch source = buildiswow64 - source = wine::git+https://gitlab.winehq.org/wine/wine.git#commit=32a81ee2135c67e393e49cce60ef8ebfbaefb531 + source = wine::git+https://gitlab.winehq.org/wine/wine.git#commit=d17225a89cfb45988a89f60803756e7df4e68cc5 source = lto-fixup.patch - source = git+https://github.com/whrvt/wine-osu-patches.git#tag=02-26-2025-32a81ee2-35465516 - source = wine-staging::git+https://github.com/wine-staging/wine-staging.git#commit=35465516857e3ad7c058364b66d520f2651e4c7e + source = git+https://github.com/whrvt/wine-osu-patches.git#tag=03-02-2025-d17225a8-6f8931b3 + source = wine-staging::git+https://github.com/wine-staging/wine-staging.git#commit=6f8931b39ab09c8217d8e94a379fea56ee8a0094 sha512sums = 05e6d1148841b7844155e9992ad16fe8cfe924db4092a9aeb707d47551c63df5b6ba3a8036f8b70d1320b07ca11458a8bf614baf9f82542c96e7b72c48de6a8f sha512sums = 59920a54e9bd8d1f73c15675f7df29829680b59f4d1c4fc74fe710e4b596fd6a96f3b43994eb5da0fd1e50299b0ada933c6f3796e1d0698febb7870995f7f266 sha512sums = 3ce23732b9c433a9b295e366fc397ad8ff21624fbde635facfdd9435fd3132f51a7adf30d2a7b097d5509f8e333a144bcea550b9c6c479b9129d1405b90e8431 @@ -14,9 +14,9 @@ _debug=false _generic_release=false ## real pkgrel is the eval one -pkgver=10.2.w92.s3546551 +pkgver=10.2.w156.s6f8931b pkgrel=1 -eval pkgrel=3 +eval pkgrel=4 ################################################################################################################################ ################################################################################################################################ @@ -37,7 +37,7 @@ _disabled_staging=(setupapi-DiskSpaceList ntdll-Junction_Points mountmgr-DosDevi # esync added manually from proton, the rest are known to cause performance issues with path/directory traversal ## main AUR version control setting, wine/staging base will be taken from this if custompatches=false (default) -_patchbase_tag="02-26-2025-32a81ee2-35465516" +_patchbase_tag="03-02-2025-d17225a8-6f8931b3" ## to use this, set this to true, create a "custompatches" folder in the top-level PKGBUILD directory, and place your patches there. ## the patches from the wine-osu-patches git repo will no longer be applied, but you can copy them to the @@ -48,8 +48,8 @@ _custompatches=false ## (custompatches=true) uses wine/staging master if empty, uses given commit or tag if set ## (if you want to update them to current master, just set them empty) ## (custompatches=false) ignored and overwritten by upstream commits from patchbase repo -_desired_wine_commit=32a81ee2135c67e393e49cce60ef8ebfbaefb531 -_desired_staging_commit=35465516857e3ad7c058364b66d520f2651e4c7e +_desired_wine_commit=d17225a89cfb45988a89f60803756e7df4e68cc5 +_desired_staging_commit=6f8931b39ab09c8217d8e94a379fea56ee8a0094 ## (custompatches=true) ignore the _desired_wine_commit above and take the wine commit from the "upstream-commit" file in the staging repo _use_staging_upstream=false @@ -103,6 +103,7 @@ license=(LGPL) options=('!staticlibs' '!lto') if [ "${_debug}" != "true" ]; then options+=('!buildflags' '!debug') else options+=('debug' '!strip'); _strip_package=false; fi +if [ "${_strip_package}" != "true" ]; then options+=('!strip'); fi if [ "${_generic_release}" = "true" ]; then COMPRESSZST=(zstd --threads=0 --auto-threads=logical --sparse -c -z -q --ultra -22 -) @@ -255,8 +256,8 @@ pkgver() { } ## some globals -build64dir="${_where}/src/${pkgname}-64-build" -build32dir="${_where}/src/${pkgname}-32-build" +build64dir="${_where}/src/wine-64-build" +build32dir="${_where}/src/wine-32-build" _fake_gnuc_flag="-fgnuc-version=5.99.99" _polly_flags="-Xclang -load -Xclang /usr/lib/LLVMPolly.so -mllvm -polly -mllvm -polly-parallel -mllvm -polly-omp-backend=LLVM -mllvm -polly-vectorizer=stripmine" @@ -621,7 +622,7 @@ prepare() { _set_vars; msg2 "Applying '${patch//..\//}'" #git apply --ignore-whitespace --verbose "${patch}" &>> "${_where}"/patchlog.txt || \ patch -Np1 <"${patch}" &>> "${_where}"/patchlog.txt || \ - _failure "An error occurred applying $(realpath "${patch}"), check patchlog.txt for info." + _failure "An error occurred applying ${patch//..\//}, check patchlog.txt for info." done sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i "${srcdir}/wine"/configure* || true |