summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2024-06-06 16:13:14 +0300
committerStelios Tsampas2024-06-06 16:13:14 +0300
commit1c2a3eb7520300c1070709c92bfcab7f9bdb6f17 (patch)
tree7f3933b9fd924bfcde59b18cf2ee286c8ab4e373 /PKGBUILD
parentccd7aa0abbab33cecbe7f6646cbeff3fc849cad7 (diff)
downloadaur-1c2a3eb7520300c1070709c92bfcab7f9bdb6f17.tar.gz
wine-ge-custom: Backport FSR fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd78e04981be..c6242dadedd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=wine-ge-custom
_srctag=GE-Proton8-26
_commit=21f5f463cb761b94bcd00553f924f55516389f5b
pkgver=${_srctag//-/.}
-pkgrel=3
+pkgrel=4
epoch=1
_pkgbasever=${pkgver/rc/-rc}
@@ -20,6 +20,8 @@ source=(wine-ge-custom::git+https://github.com/GloriousEggroll/wine-ge-custom.gi
30-win32-aliases.conf
wine-binfmt.conf)
source+=(
+ 0001-fshack-fix-image-corruption-on-ANV-and-HD-Graphics-6.patch
+ 0002-fshack-mark-monitor-mode-structs-and-fsr-ratio-float.patch
wine-wmclass.patch
wine-isolate_home.patch
)
@@ -27,6 +29,8 @@ sha512sums=('f136761fc72ce7abcda5ed195c6757db6a3fe0b028c657a588f95aa503bb4528504
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
sha512sums+=(
+ '8d760b5b98d251638a397554405acd665df9926b3691afac96edc01442a571b626e463e66ce1cf0629f7a590c2178ea3ea8e749ab6f9840ae527831d76229ae5'
+ '2e337093ff4d8065e51f9329b7008ebf797a32a1dee2755fbe723a24563437a7bca6664ad5f107c3c174a678332a87225b2a36f0d8fcbf72a8f15902095923b3'
'30437d8ee92c5741fa50a7fe346ccfc48ba809dad0d740903a05a67781d23ea38a5094038a070a253e3fdd8046783b46a5420df6361bdd30cb229d3d88107569'
'3dcdbd523fcbe79b9e9e9b026b9d0a5edf296514c7b48bd465d2dc05a8ca08e23ba8817e2de08edfe52286a2a2f81db42b65f71254cabe496752b9d45131d282'
)
@@ -117,6 +121,8 @@ prepare() {
git remote set-url origin https://github.com/gloriouseggroll/wine-ge-custom.git
git submodule update --init --filter=tree:0 --recursive proton-wine
pushd proton-wine
+ patch -p1 -i "$srcdir"/0001-fshack-fix-image-corruption-on-ANV-and-HD-Graphics-6.patch
+ patch -p1 -i "$srcdir"/0002-fshack-mark-monitor-mode-structs-and-fsr-ratio-float.patch
patch -p1 -i "$srcdir"/wine-wmclass.patch
patch -p1 -i "$srcdir"/wine-isolate_home.patch
git config user.email "makepkg@aur.not"