summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2023-05-06 02:36:42 +0300
committerStelios Tsampas2023-05-06 02:43:43 +0300
commitaa886bcfc8027707319a2d9cca164836f4cb3667 (patch)
treec630d352b4192d14ba875f8324299e862a4962c0 /PKGBUILD
parent457a9842add5bd73f3f95b8cccf9b006d1016c52 (diff)
downloadaur-aa886bcfc8027707319a2d9cca164836f4cb3667.tar.gz
[wine-ge-custom] Disable wm_class patch, "steam_proton" and "steam_app_" can be used instead
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5af805bea943..f55f15f60b95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,13 +18,13 @@ _winever=$_pkgbasever
source=(wine-ge-custom::git+https://github.com/GloriousEggroll/wine-ge-custom.git#tag=${_srctag}
proton-wine-ge::git+https://github.com/GloriousEggroll/proton-wine.git
- wine-wmclass.patch
+# wine-wmclass.patch
wine-isolate_home.patch
30-win32-aliases.conf
wine-binfmt.conf)
sha512sums=('SKIP'
'SKIP'
- '30437d8ee92c5741fa50a7fe346ccfc48ba809dad0d740903a05a67781d23ea38a5094038a070a253e3fdd8046783b46a5420df6361bdd30cb229d3d88107569'
+# '30437d8ee92c5741fa50a7fe346ccfc48ba809dad0d740903a05a67781d23ea38a5094038a070a253e3fdd8046783b46a5420df6361bdd30cb229d3d88107569'
'3dcdbd523fcbe79b9e9e9b026b9d0a5edf296514c7b48bd465d2dc05a8ca08e23ba8817e2de08edfe52286a2a2f81db42b65f71254cabe496752b9d45131d282'
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
@@ -111,7 +111,7 @@ prepare() {
git submodule set-url proton-wine "$srcdir"/proton-wine-ge
git -c protocol.file.allow=always submodule update proton-wine
pushd proton-wine
- patch -p1 -i "$srcdir"/wine-wmclass.patch
+# patch -p1 -i "$srcdir"/wine-wmclass.patch
patch -p1 -i "$srcdir"/wine-isolate_home.patch
git config user.email "makepkg@aur.not"
git config user.name "makepkg aur"