summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2023-08-23 16:18:22 +0300
committerStelios Tsampas2023-08-23 16:21:19 +0300
commitfa005d48d290ce251972a2a8750b89b05e0c7fc4 (patch)
tree98911680e7f05e25f04b75e830dc7a31e1251e1a /PKGBUILD
parent24045ab230a0f98f097eb2f6ae72aab60d03bce6 (diff)
downloadaur-fa005d48d290ce251972a2a8750b89b05e0c7fc4.tar.gz
[proton-ge-custom] Strip binaries early to save space, disable debug symbols
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8be616cc755c..b15d80e5d2fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _commit=ac6be1b9c3c1d402874e604b8d13c9652306b93f
pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=8.0.1
-pkgrel=2
+pkgrel=3
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"
@@ -95,6 +95,7 @@ source=(
)
# Optional patches
source+=(
+ 0005-AUR-Strip-binaries-early.patch
)
noextract=(
wine-gecko-${_geckover}-{x86,x86_64}.tar.xz
@@ -166,8 +167,7 @@ prepare() {
patch -p1 -i "$srcdir"/0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch
patch -p1 -i "$srcdir"/0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch
patch -p1 -i "$srcdir"/fix_hwnd_changes_meaning.patch
-
- rm -rf .git
+ patch -p1 -i "$srcdir"/0005-AUR-Strip-binaries-early.patch
}
build() {
@@ -270,5 +270,6 @@ sha256sums=('SKIP'
'20824bb565fefcad4aa978c54e0f8b9d9d17b7b52fb03fc87943150de148f06f')
# Optional patches
sha256sums+=(
+ 'SKIP'
)