Skip to content

Commit

Permalink
Hotfixer: Update steamclient breaker revert patchset for e9bc48e
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed May 8, 2021
1 parent c3e0c93 commit 40f18c0
Show file tree
Hide file tree
Showing 4 changed files with 914 additions and 4 deletions.
2 changes: 1 addition & 1 deletion proton-tkg/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by: Tk-Glitch <ti3nou at gmail dot com>

pkgname=proton-tkg-git
pkgver=6.7.r17.g50d26744
pkgver=6.8.r0.g0f00e37c
pkgrel=1
_frogwhere="$PWD"
# Arch chroot workaround
Expand Down
4 changes: 2 additions & 2 deletions wine-tkg-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by: Tk-Glitch <ti3nou at gmail dot com>

pkgname=wine-tkg-git
pkgver=6.7.r17.g50d26744
pkgver=6.8.r0.g0f00e37c

# workaround for pkgrel overwritten on regen
pkgrel=1
Expand Down Expand Up @@ -416,7 +416,7 @@ md5sums=('SKIP'
'6f7cc6eb54f700d57006897e8c50a6a3'
'6e41445463244e148407c13c4b898f8d'
'7d9a7cf523c7283c64266148707b8bac'
'df8e00c90467ddbdd7c902fb5091e549'
'e8ee6cb684e8b2bd29818649155e665b'
'f404adafc8648495270e01241cd0601e'
'1cbe40048415b8cd541f355e94c4b6e3'
'3d5518c89320a59400774a86b9a1cf2f'
Expand Down
4 changes: 3 additions & 1 deletion wine-tkg-git/wine-tkg-patches/hotfixes/hotfixer
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,9 @@ fi
# Selective reverts to fix steamclient swap on proton - Unsure how to port the hack over, so any help is appreciated
if [ "$_EXTERNAL_INSTALL" = "proton" ] && ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor bb065801a693e1cd305d2a507c206f1b21a142d3 HEAD ); then
warning "Hotfix: Fix for steamclient swap breakage"
if ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor d47a711e986342a0f6b9fe520f2a34378877cd61 HEAD ); then
if ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor e9bc48e90a7f31820e3c1171cc6bbdc13a650b8f HEAD ); then
_hotfixes+=("$_where"/wine-tkg-patches/hotfixes/steamclient_swap/revert_steamclient_breaker9)
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor d47a711e986342a0f6b9fe520f2a34378877cd61 HEAD ); then
_hotfixes+=("$_where"/wine-tkg-patches/hotfixes/steamclient_swap/revert_steamclient_breaker8)
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 620c0818bfa4554ee6d44ec2433c25ece598746b HEAD ); then
_hotfixes+=("$_where"/wine-tkg-patches/hotfixes/steamclient_swap/revert_steamclient_breaker7)
Expand Down
Loading

0 comments on commit 40f18c0

Please sign in to comment.