Skip to content

Commit

Permalink
prepare: legacy: Add _patchpath for legacy patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Oct 21, 2024
1 parent 3e99033 commit 957de7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wine-tkg-git/wine-tkg-scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,7 @@ _prepare() {

# Update winevulkan
if [ "$_update_winevulkan" = "true" ] && ! git merge-base --is-ancestor 3e4189e3ada939ff3873c6d76b17fb4b858330a8 HEAD && git merge-base --is-ancestor eb39d3dbcac7a8d9c17211ab358cda4b7e07708a HEAD; then
_patchpath=( "$_where/wine-tkg-patches/misc/winevulkan/" )
_patchname='winevulkan-1.1.103.patch' && _patchmsg="Applied winevulkan 1.1.103 patch" && nonuser_patcher
fi

Expand All @@ -913,6 +914,7 @@ _prepare() {

# Reverts c6b6935 due to https://bugs.winehq.org/show_bug.cgi?id=47752
if [ "$_c6b6935_revert" = "true" ] && ! git merge-base --is-ancestor cb703739e5c138e3beffab321b84edb129156000 HEAD; then
_patchpath=( "$_where/wine-tkg-patches/misc/reverts/" )
_patchname='revert-c6b6935.patch' && _patchmsg="Reverted c6b6935 to fix regression affecting performance negatively" && nonuser_patcher
fi

Expand Down

0 comments on commit 957de7a

Please sign in to comment.