Skip to content

Commit

Permalink
patches: cleanup upstreamed patches
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Jan 30, 2023
1 parent f903a5f commit 9d00954
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 80 deletions.
10 changes: 3 additions & 7 deletions patches/protonprep-lutris-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
-W shell32-NewMenu_Interface \
-W wintrust-WTHelperGetProvCertFromChain \
-W user32-FlashWindowEx \
-W user32-MessageBox_WS_EX_TOPMOST
-W user32-MessageBox_WS_EX_TOPMOST \
-W wined3d-zero-inf-shaders

# NOTE: Some patches are applied manually because they -do- apply, just not cleanly, ie with patch fuzz.
# A detailed list of why the above patches are disabled is listed below:
Expand Down Expand Up @@ -159,6 +160,7 @@
# ** shell32-NewMenu_Interface - applied manually
# ** user32-FlashWindowEx - applied manually
# user32-MessageBox_WS_EX_TOPMOST - already applied
# wined3d-zero-inf-shaders - already applied

echo "WINE: -STAGING- applying staging Compiler_Warnings revert for steamclient compatibility"
# revert this, it breaks lsteamclient compilation
Expand Down Expand Up @@ -361,9 +363,6 @@
patch -Np1 < ../patches/wine-hotfixes/pending/0002-include-Add-THREAD_POWER_THROTTLING_STATE-type.patch
patch -Np1 < ../patches/wine-hotfixes/pending/0003-ntdll-Fake-success-for-ThreadPowerThrottlingState.patch

echo "WINE: -PROTON- apply revert to allow gallium nine functionality"
patch -Np1 < ../patches/wine-hotfixes/pending/0001-revert-96b82203f192eade6910f4ac2ecb188e27d22feb-to-k.patch

# https://bugs.winehq.org/show_bug.cgi?id=51683
echo "WINE: -HOTFIX- Guild Wars 2 patch"
patch -Np1 < ../patches/wine-hotfixes/pending/hotfix-guild_wars_2.patch
Expand All @@ -388,9 +387,6 @@
# https://gitlab.winehq.org/wine/wine/-/merge_requests/1152
patch -Np1 < ../patches/wine-hotfixes/pending/4bf9d2403f269e7f3595ad075a4afee9adbda51f.patch

echo "WINE: -HOTFIX- temp fix for Gears5 hang after logo"
patch -Np1 < ../patches/wine-hotfixes/pending/secur32-change.diff

### END WINE HOTFIX SECTION ###

### (2-6) WINE PENDING UPSTREAM SECTION ###
Expand Down

This file was deleted.

13 changes: 0 additions & 13 deletions patches/wine-hotfixes/pending/secur32-change.diff

This file was deleted.

0 comments on commit 9d00954

Please sign in to comment.