summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2024-01-28 13:13:00 +0200
committerStelios Tsampas2024-01-28 13:13:00 +0200
commitb363aded07319c12390dd3ce086a74a02a701b5c (patch)
treefee4739f1a118228d80280955b92c999153ebd47
parentf1e9f313adc3e43a2c20fbb82f4c33d15768a242 (diff)
downloadaur-b363aded07319c12390dd3ce086a74a02a701b5c.tar.gz
[proton-ge-custom] Version GE-Proton8-28
-rw-r--r--.SRCINFO18
-rw-r--r--0001-AUR-Pkgbuild-changes.patch10
-rw-r--r--0002-AUR-Do-not-update-cargo-crates.patch2
-rw-r--r--0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch2
-rw-r--r--0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch6
-rw-r--r--0005-AUR-Strip-binaries-early.patch2
-rw-r--r--0006-AUR-Fix-hwnd-redefinition.patch2
-rw-r--r--PKGBUILD18
8 files changed, 30 insertions, 30 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85c77be60aba..89d1fc8df6d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = proton-ge-custom
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components, GloriousEggroll's custom build
- pkgver = GE.Proton8.27
- pkgrel = 4
+ pkgver = GE.Proton8.28
+ pkgrel = 1
epoch = 2
url = https://github.com/GloriousEggroll/proton-ge-custom
install = proton-ge-custom.install
@@ -169,7 +169,7 @@ pkgbase = proton-ge-custom
options = !lto
options = !debug
options = emptydirs
- source = proton-ge-custom::git+https://github.com/gloriouseggroll/proton-ge-custom.git#commit=989b502c4aed6efd8b210b785c163e9c6c6e233e
+ source = proton-ge-custom::git+https://github.com/gloriouseggroll/proton-ge-custom.git#commit=f6f98f947250c5a07abf450b2cb3b2f4d35d3125
source = https://dl.winehq.org/wine/wine-gecko/2.47.3/wine-gecko-2.47.3-x86.tar.xz
source = https://dl.winehq.org/wine/wine-gecko/2.47.3/wine-gecko-2.47.3-x86_64.tar.xz
source = https://github.com/madewokherd/wine-mono/releases/download/wine-mono-8.1.0/wine-mono-8.1.0-x86.tar.xz
@@ -183,11 +183,11 @@ pkgbase = proton-ge-custom
sha256sums = 08d318f3dd6440a8a777cf044ccab039b0d9c8809991d2180eb3c9f903135db3
sha256sums = 0beac419c20ee2e68a1227b6e3fa8d59fec0274ed5e82d0da38613184716ef75
sha256sums = 4e3e8a40729e4c9e3e9e651cebe4f1aed8f9a4d22e991e6cd24608687f0eedd4
- sha256sums = 55f8264673b1260a8bd82e154080a3e3ca6b955201bcd2176162e22c15c35527
- sha256sums = fed2fe22d893ccb34fecf7273de8ac24f40c7504f9ff0ab59d4a12055f8ebbe1
- sha256sums = e83188bc2e1939db1ff798bbf646a010ec1eb59fbd070e4c7046358743252265
- sha256sums = f6bfaed85713e330299e06baf2f928caf526503cc9c3eb1139fd037e0c08247a
- sha256sums = ea2113d76b3a2fd1ded63fba46623419606506331be4edda65f59e8197ec3aef
- sha256sums = 0e80941a381f91a7d5813b8885a06c30f66a86cf133d89c46f7e05f5f624a804
+ sha256sums = 285ff865f31a4b18dfad6dbf0b511108db4e9a02212e2cd95ddd461beebcf0c6
+ sha256sums = a7a1a68b37cebe875cf1de583a2581026d4e5e1ae6581d20794bb8a220ff96d2
+ sha256sums = 1e1f86fb3a3a0d94524b65ec368176ee76fd1e948e898d02c97740ca08989eeb
+ sha256sums = fd6ef422adac7a84a74067907f6e20e5b331bd8d19c963286a073e5028fa8604
+ sha256sums = cddc5b07ac9a742ee49aec87fbe9598aa43386a964cbaa437e7e387d18a6bb53
+ sha256sums = 4b1fc2871645d8b593eb98830c3817ca7ecfdad6c57eb68ef47753d34c1b4934
pkgname = proton-ge-custom
diff --git a/0001-AUR-Pkgbuild-changes.patch b/0001-AUR-Pkgbuild-changes.patch
index 433ed843b542..dc59722970e2 100644
--- a/0001-AUR-Pkgbuild-changes.patch
+++ b/0001-AUR-Pkgbuild-changes.patch
@@ -1,4 +1,4 @@
-From d3c9670b0664e104aab00f8f930ff0488e06d341 Mon Sep 17 00:00:00 2001
+From d67d53fabc20631ec747db7db30111ed1e8941dd Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Tue, 7 Feb 2023 22:00:48 +0200
Subject: [PATCH 1/6] AUR Pkgbuild changes
@@ -488,7 +488,7 @@ index 5c3b59a3..ed6589e0 100644
winebuild --$(lastword $(subst ., ,$(4))) --fake-module -E "$(basename $(4)).spec" -o "$(4).fake"
mkdir -p $$($(2)_LIBDIR$(3))/$(LIBDIR_WINE_$(3))
diff --git a/proton b/proton
-index 67377cc5..fca63495 100755
+index 009bb53b..a97f6dda 100755
--- a/proton
+++ b/proton
@@ -423,7 +423,6 @@ class Proton:
@@ -499,7 +499,7 @@ index 67377cc5..fca63495 100755
def path(self, d):
return self.base_dir + d
-@@ -1951,8 +1950,6 @@ if __name__ == "__main__":
+@@ -1796,8 +1795,6 @@ if __name__ == "__main__":
g_proton = Proton(os.path.dirname(sys.argv[0]))
@@ -508,8 +508,8 @@ index 67377cc5..fca63495 100755
g_compatdata = CompatData(os.environ["STEAM_COMPAT_DATA_PATH"])
-@@ -1961,7 +1958,8 @@ if __name__ == "__main__":
- g_session.init_wine()
+@@ -1809,7 +1806,8 @@ if __name__ == "__main__":
+ os.environ["PROTON_DLL_COPY"] = "*"
if g_proton.missing_default_prefix():
- g_proton.make_default_prefix()
diff --git a/0002-AUR-Do-not-update-cargo-crates.patch b/0002-AUR-Do-not-update-cargo-crates.patch
index a8810bc779e1..ef86c83d957b 100644
--- a/0002-AUR-Do-not-update-cargo-crates.patch
+++ b/0002-AUR-Do-not-update-cargo-crates.patch
@@ -1,4 +1,4 @@
-From 6cd0d56a047ca22f35f0e61d6700a8ea4612da63 Mon Sep 17 00:00:00 2001
+From bc4652d166a2d91e44e5eb69078c4f1129316b57 Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Sun, 19 Mar 2023 10:56:59 +0200
Subject: [PATCH 2/6] AUR Do not update cargo crates
diff --git a/0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch b/0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch
index eebdacfff6de..66cb88239299 100644
--- a/0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch
+++ b/0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch
@@ -1,4 +1,4 @@
-From cd637ad0e95840c5025637ab1d906add2e55c271 Mon Sep 17 00:00:00 2001
+From 7a4655358181fe5beaa8b63247727c814961e804 Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Wed, 12 Jul 2023 17:56:34 +0300
Subject: [PATCH 3/6] AUR Remove kaldi, openfst, vosk-api modules because of
diff --git a/0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch b/0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch
index 64656815f160..30f5b6ce70d9 100644
--- a/0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch
+++ b/0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch
@@ -1,4 +1,4 @@
-From aff7c6db28b15de139240d86a55cb1557d500026 Mon Sep 17 00:00:00 2001
+From 67bbdac3ea4ef38c6eec7a8d79f9371329504a87 Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Wed, 12 Jul 2023 03:16:34 +0300
Subject: [PATCH 4/6] AUR Copy DLL dependencies of 32bit libvkd3d dlls into the
@@ -20,10 +20,10 @@ a runtime dependency.
1 file changed, 9 insertions(+)
diff --git a/proton b/proton
-index fca63495..6e91f6e5 100755
+index a97f6dda..259083c6 100755
--- a/proton
+++ b/proton
-@@ -1087,6 +1087,15 @@ class CompatData:
+@@ -921,6 +921,15 @@ class CompatData:
prefix=self.prefix_dir, track_file=tracked_files, link_debug=True)
try_copy(g_proton.lib_dir + "vkd3d/libvkd3d-shader-1.dll", "drive_c/windows/syswow64",
prefix=self.prefix_dir, track_file=tracked_files, link_debug=True)
diff --git a/0005-AUR-Strip-binaries-early.patch b/0005-AUR-Strip-binaries-early.patch
index aede68b0085a..e06823f283b0 100644
--- a/0005-AUR-Strip-binaries-early.patch
+++ b/0005-AUR-Strip-binaries-early.patch
@@ -1,4 +1,4 @@
-From 9dd2900a924cdee5475ad182bcabe1af1fd2d15e Mon Sep 17 00:00:00 2001
+From 304d07a8100a601bde649d7b07cd3d9ec7df0b1d Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Wed, 23 Aug 2023 19:31:35 +0300
Subject: [PATCH 5/6] AUR Strip binaries early
diff --git a/0006-AUR-Fix-hwnd-redefinition.patch b/0006-AUR-Fix-hwnd-redefinition.patch
index b0068ab5003e..8d98bbae118d 100644
--- a/0006-AUR-Fix-hwnd-redefinition.patch
+++ b/0006-AUR-Fix-hwnd-redefinition.patch
@@ -1,4 +1,4 @@
-From 6686fb8d936f0a604fdbde0544ebae83d9cce14e Mon Sep 17 00:00:00 2001
+From 6348127c6de9af3183de0c02dcbf3e84c5e1dfb0 Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Thu, 28 Sep 2023 14:16:04 +0300
Subject: [PATCH 6/6] AUR: Fix hwnd redefinition
diff --git a/PKGBUILD b/PKGBUILD
index e9b89e0a9bac..ca9ab726c904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: loathingkernel <loathingkernel _a_ gmail _d_ com>
pkgname=proton-ge-custom
-_srctag=GE-Proton8-27
-_commit=989b502c4aed6efd8b210b785c163e9c6c6e233e
+_srctag=GE-Proton8-28
+_commit=f6f98f947250c5a07abf450b2cb3b2f4d35d3125
pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=8.1.0
-pkgrel=4
+pkgrel=1
epoch=2
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components, GloriousEggroll's custom build"
url="https://github.com/GloriousEggroll/proton-ge-custom"
@@ -267,10 +267,10 @@ sha256sums=('SKIP'
'08d318f3dd6440a8a777cf044ccab039b0d9c8809991d2180eb3c9f903135db3'
'0beac419c20ee2e68a1227b6e3fa8d59fec0274ed5e82d0da38613184716ef75'
'4e3e8a40729e4c9e3e9e651cebe4f1aed8f9a4d22e991e6cd24608687f0eedd4'
- '55f8264673b1260a8bd82e154080a3e3ca6b955201bcd2176162e22c15c35527'
- 'fed2fe22d893ccb34fecf7273de8ac24f40c7504f9ff0ab59d4a12055f8ebbe1'
- 'e83188bc2e1939db1ff798bbf646a010ec1eb59fbd070e4c7046358743252265'
- 'f6bfaed85713e330299e06baf2f928caf526503cc9c3eb1139fd037e0c08247a'
- 'ea2113d76b3a2fd1ded63fba46623419606506331be4edda65f59e8197ec3aef'
- '0e80941a381f91a7d5813b8885a06c30f66a86cf133d89c46f7e05f5f624a804')
+ '285ff865f31a4b18dfad6dbf0b511108db4e9a02212e2cd95ddd461beebcf0c6'
+ 'a7a1a68b37cebe875cf1de583a2581026d4e5e1ae6581d20794bb8a220ff96d2'
+ '1e1f86fb3a3a0d94524b65ec368176ee76fd1e948e898d02c97740ca08989eeb'
+ 'fd6ef422adac7a84a74067907f6e20e5b331bd8d19c963286a073e5028fa8604'
+ 'cddc5b07ac9a742ee49aec87fbe9598aa43386a964cbaa437e7e387d18a6bb53'
+ '4b1fc2871645d8b593eb98830c3817ca7ecfdad6c57eb68ef47753d34c1b4934')