summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2023-05-06 02:14:09 +0300
committerStelios Tsampas2023-05-06 02:43:43 +0300
commit193038e842cbf0c1753baf10bce656c7c63dd3d1 (patch)
tree7b33c32106ee12ba017e49e76d98dc3ca378ace5 /PKGBUILD
parentc60e84dd69155eccb67e6a90c2f054f160a5bd1c (diff)
downloadaur-193038e842cbf0c1753baf10bce656c7c63dd3d1.tar.gz
[proton-ge-custom] Fix steam_helper compilation on GCC 13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b3497fa3d9d..1793f4341487 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _commit=60c0506d01b6a26c6685713c36ccbe904d378b13
pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=7.4.1
-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"
@@ -118,6 +118,7 @@ source=(
)
# Optional patches
source+=(
+ fix_hwnd_changes_meaning.patch
)
noextract=(
wine-gecko-${_geckover}-{x86,x86_64}.tar.xz
@@ -247,6 +248,8 @@ prepare() {
patch -p1 -i "$srcdir"/0001-AUR-Pkgbuild-changes.patch
patch -p1 -i "$srcdir"/0002-AUR-Do-not-update-cargo-crates.patch
+ patch -p1 -i "$srcdir"/fix_hwnd_changes_meaning.patch
+
# Remove repos from srcdir to save space
for submodule in "${_submodules[@]}"; do
rm -rf "$srcdir"/"${submodule%::*}"
@@ -368,5 +371,6 @@ sha256sums=('SKIP'
'6db2946f8125c5b3216f4fc6493ef090eb84311f889ee3225c2c7178af989b69')
# Optional patches
sha256sums+=(
+ '20824bb565fefcad4aa978c54e0f8b9d9d17b7b52fb03fc87943150de148f06f'
)