summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2024-06-06 19:50:00 +0300
committerStelios Tsampas2024-06-06 19:50:00 +0300
commit08be8c31d2660de57ee033db6cd1a2c29799d2c1 (patch)
treea9bed67110275e131af2ea673d9d49be1711170d
parente39a50e91027aad0bea240b6c3795a5a70a38970 (diff)
downloadaur-08be8c31d2660de57ee033db6cd1a2c29799d2c1.tar.gz
proton-ge-custom: Fix booboo
-rw-r--r--.SRCINFO4
-rw-r--r--0001-AUR-Fix-calling-make-requests-where-it-shouldn-t-be-.patch24
-rw-r--r--PKGBUILD7
3 files changed, 32 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e1173073c49..fa41593bafc5 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.Proton9.7
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://github.com/GloriousEggroll/proton-ge-custom
install = proton-ge-custom.install
@@ -147,6 +147,7 @@ pkgbase = proton-ge-custom
source = 0005-AUR-Strip-binaries-early.patch
source = 0006-AUR-Fix-hwnd-redefinition.patch
source = 0007-AUR-Disable-incompatible-pointer-types-in-Wine-GCC-1.patch
+ source = 0001-AUR-Fix-calling-make-requests-where-it-shouldn-t-be-.patch
sha256sums = ffbd3d6c4523debb13638d484a209077caecd7ced319d9a209297b4934d3ae2a
sha256sums = 2cfc8d5c948602e21eff8a78613e1826f2d033df9672cace87fed56e8310afb6
sha256sums = fd88fc7e537d058d7a8abf0c1ebc90c574892a466de86706a26d254710a82814
@@ -159,5 +160,6 @@ pkgbase = proton-ge-custom
sha256sums = e055494eec0ab314d98e5806fff9f427501db822932b138a2fa3e80854614656
sha256sums = c6def40007f76adc9acb1ae4788f3b18e48bd11c68e58b68ea1d363bc5e0cff0
sha256sums = 02ee1933800f87f80e123328c3b7b33f3faf96a71e52fe252ab582eb49ab57ae
+ sha256sums = 4c3278e09c5b29d927dce1051d9a6d67b1d9ebc5425a1c31cb063e886308289d
pkgname = proton-ge-custom
diff --git a/0001-AUR-Fix-calling-make-requests-where-it-shouldn-t-be-.patch b/0001-AUR-Fix-calling-make-requests-where-it-shouldn-t-be-.patch
new file mode 100644
index 000000000000..48b2fd1fc6de
--- /dev/null
+++ b/0001-AUR-Fix-calling-make-requests-where-it-shouldn-t-be-.patch
@@ -0,0 +1,24 @@
+From d8ade10090a354b0f9a7d4ea7da0a50cd074841a Mon Sep 17 00:00:00 2001
+From: Stelios Tsampas <loathingkernel@gmail.com>
+Date: Thu, 6 Jun 2024 19:47:02 +0300
+Subject: [PATCH] AUR: Fix calling make-requests where it shouldn't be called
+
+---
+ Makefile.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index cfd3b89e..f9df6ff1 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -653,7 +653,6 @@ $(eval $(call rules-wine-requests,wine))
+ $(OBJ)/.wine-post-source:
+ cd $(WINE_SRC) && dlls/winevulkan/make_vulkan -x vk.xml
+ -cd $(WINE_SRC) && tools/make_specfiles
+- -cd $(WINE_SRC) && tools/make_requests
+ touch $@
+
+ $(OBJ)/.wine-post-build64:
+--
+2.45.2
+
diff --git a/PKGBUILD b/PKGBUILD
index 95941eedff0e..2ef243e13716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=${_srctag//-/.}
_geckover=2.47.4
_monover=9.1.0
_xaliaver=0.4.2
-pkgrel=1
+pkgrel=2
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"
@@ -97,6 +97,7 @@ source=(
0005-AUR-Strip-binaries-early.patch
0006-AUR-Fix-hwnd-redefinition.patch
0007-AUR-Disable-incompatible-pointer-types-in-Wine-GCC-1.patch
+ 0001-AUR-Fix-calling-make-requests-where-it-shouldn-t-be-.patch
)
noextract=(
wine-gecko-${_geckover}-{x86,x86_64}.tar.xz
@@ -173,6 +174,7 @@ prepare() {
patch -p1 -i "$srcdir"/0005-AUR-Strip-binaries-early.patch
patch -p1 -i "$srcdir"/0006-AUR-Fix-hwnd-redefinition.patch
patch -p1 -i "$srcdir"/0007-AUR-Disable-incompatible-pointer-types-in-Wine-GCC-1.patch
+ patch -p1 -i "$srcdir"/0001-AUR-Fix-calling-make-requests-where-it-shouldn-t-be-.patch
}
build() {
@@ -271,4 +273,5 @@ sha256sums=('ffbd3d6c4523debb13638d484a209077caecd7ced319d9a209297b4934d3ae2a'
'cdd33869fab0448fb4bc0d30d7e4502cdae541f862c443155b264e4d8c1ea1ce'
'e055494eec0ab314d98e5806fff9f427501db822932b138a2fa3e80854614656'
'c6def40007f76adc9acb1ae4788f3b18e48bd11c68e58b68ea1d363bc5e0cff0'
- '02ee1933800f87f80e123328c3b7b33f3faf96a71e52fe252ab582eb49ab57ae')
+ '02ee1933800f87f80e123328c3b7b33f3faf96a71e52fe252ab582eb49ab57ae'
+ '4c3278e09c5b29d927dce1051d9a6d67b1d9ebc5425a1c31cb063e886308289d')