Skip to content

Commit

Permalink
wine-tkg: Misc fixes for some unusual config combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Mar 14, 2020
1 parent 5758edc commit 2d02b0a
Show file tree
Hide file tree
Showing 11 changed files with 16,353 additions and 800 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=5.3.r21.gc896e5cb
pkgver=5.4.r0.g676dd026
pkgrel=1
_frogwhere=$PWD
export BUILDDIR="${_frogwhere}" # Override makepkg BUILDDIR path and use PKGBUILDs dirs instead
Expand Down
14 changes: 10 additions & 4 deletions wine-tkg-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Created by: Tk-Glitch <ti3nou at gmail dot com>

pkgname=wine-tkg-git
pkgver=5.3.r21.gc896e5cb
pkgver=5.4.r0.g676dd026

# workaround for pkgrel overwritten on regen
pkgrel=1
eval pkgrel=251
eval pkgrel=252

_stgsrcdir='wine-staging-git'
_esyncsrcdir='esync'
Expand Down Expand Up @@ -279,7 +279,9 @@ source=("$_winesrcdir"::"${_winesrctarget}${_plain_commit}"
'FS_bypass_compositor.patch' # Perf
'FS_bypass_compositor-disabler.patch' # Disabler for the actual bypass
'valve_proton_fullscreen_hack.patch' # Proton FS hack
'valve_proton_fullscreen_hack-74dc0c5.patch' # Proton FS hack
'valve_proton_fullscreen_hack-staging.patch' # Proton FS hack (staging)
'valve_proton_fullscreen_hack-staging-74dc0c5.patch' # Proton FS hack (<74dc0c5) (staging)
'valve_proton_fullscreen_hack-staging-aee91dc.patch' # Proton FS hack (<aee91dc) (staging)
'valve_proton_fullscreen_hack-staging-7e736b5.patch' # Proton FS hack (<7e736b5) (staging)
'valve_proton_fullscreen_hack-staging-938dddf.patch' # Proton FS hack (<938dddf) (staging)
Expand All @@ -293,6 +295,7 @@ source=("$_winesrcdir"::"${_winesrctarget}${_plain_commit}"
'valve_proton_fullscreen_hack_realmodes.patch' # Real modes listing in FS hack
'proton_fs_hack_integer_scaling.patch' # Integer scaling for FS hack
'proton-rawinput.patch' # Proton compatible rawinput patchset
'proton-rawinput-74dc0c5.patch' # Proton compatible rawinput patchset (<74dc0c5)
'winevulkan-1.1.113-proton.patch' # Update winevulkan - Proton edition
'proton-tkg-8d25965.patch' # Proton-tkg (<8d25965)
'proton-tkg-619bd16.patch' # Proton-tkg (<619bd16)
Expand Down Expand Up @@ -470,7 +473,9 @@ md5sums=('SKIP'
'45c4ddc0b4c8e1dac0a7f5b35b683aa0'
'5ca4ee142eafe2c8873d59b2feb51a7d'
'684d1c60aa38a659b1dd792b1d7cd8f5'
'0102abc3ea3b3a8187756eb99e695cf6'
'088561d2f36294b7734c315d03f842b3'
'1d8b110f909bfeb30924576a24ff7acb'
'dda9f6e29289d05e06543e6529b346a5'
'7fe6635805c658f5e4ed658b5f535948'
'1faa90447591467c690063fd00073b16'
Expand All @@ -484,6 +489,7 @@ md5sums=('SKIP'
'962fa3a5a4c5fd57b9f4715ed587fbe6'
'4df9cd990a78606d3cd0dc0673bb141f'
'a784c182c65c20cbb29b6473abae171d'
'f01548cfe5983cffa0974007804df890'
'44760f2958ab9eb3cc63349c75a8fe58'
'15995e43af57b18bf7b45cc2d5af4f2d'
'6f7cc6eb54f700d57006897e8c50a6a3'
Expand All @@ -503,7 +509,7 @@ md5sums=('SKIP'
'e053c49ca8004e2ac3b546dd425634e6'
'68d737b606319f1c4c55e26b128a4c18'
'fbc63c3d9c499b5952a2fcf8b5fe283f'
'6c025b80b1146f0f05e89559c139f21c'
'863537990f53a0931130e5b05e2c923b'
'7d9a7cf523c7283c64266148707b8bac'
'fbc02256e0e85668be75e0275637d6c1'
'4aa05580e78d36fdbd80f2ef2f46a6b3'
Expand All @@ -522,7 +528,7 @@ md5sums=('SKIP'
'c4d89d28cee5187b411aad830822f8e1'
'554a30c7a02f66235bae71253eabc04e'
'dda3a74b697305a70347b2e527d9197c'
'763ab0413b5565968a2bb7dc2d0d7907'
'd4d8251f173c53ace9d0ddd7543b8195'
'f404adafc8648495270e01241cd0601e'
'8681c98f6d488957a206c9c1f2f9547f'
'3d5518c89320a59400774a86b9a1cf2f'
Expand Down
Loading

0 comments on commit 2d02b0a

Please sign in to comment.