summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2023-08-30 11:24:05 +0300
committerStelios Tsampas2023-08-30 11:24:05 +0300
commitf3715178ed6baadccedb6fd66129613cc29262d8 (patch)
tree2b6089a6bf1b86821c69356f38c7592aee302eed
parentc373d96f4812b4356cd8c7c3e34750065c5284d0 (diff)
downloadaur-f3715178ed6baadccedb6fd66129613cc29262d8.tar.gz
[proton-ge-custom] Update cargo crates
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
-rw-r--r--PKGBUILD.testing7
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4543da22915d..b83d1a629fa3 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.13
- pkgrel = 4
+ pkgrel = 5
epoch = 2
url = https://github.com/GloriousEggroll/proton-ge-custom
install = proton-ge-custom.install
@@ -170,6 +170,7 @@ pkgbase = proton-ge-custom
noextract = wine-mono-8.0.1-x86.tar.xz
options = !staticlibs
options = !lto
+ options = !debug
options = emptydirs
source = proton-ge-custom::git+https://github.com/gloriouseggroll/proton-ge-custom.git#commit=ac6be1b9c3c1d402874e604b8d13c9652306b93f
source = https://dl.winehq.org/wine/wine-gecko/2.47.3/wine-gecko-2.47.3-x86.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 8dc36b28c00d..b2435ce18b0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ _commit=ac6be1b9c3c1d402874e604b8d13c9652306b93f
pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=8.0.1
-pkgrel=4
+pkgrel=5
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"
arch=(x86_64 x86_64_v3)
-options=(!staticlibs !lto emptydirs)
+options=(!staticlibs !lto !debug emptydirs)
license=('custom')
depends=(
@@ -155,6 +155,7 @@ prepare() {
pushd $rustlib
export RUSTUP_TOOLCHAIN=stable
export CARGO_HOME="${SRCDEST}"/proton-cargo
+ cargo update
cargo fetch --locked --target "i686-unknown-linux-gnu"
cargo fetch --locked --target "x86_64-unknown-linux-gnu"
popd
@@ -163,7 +164,7 @@ prepare() {
./patches/protonprep-valve-staging.sh
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"/0002-AUR-Do-not-update-cargo-crates.patch
#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"/0005-AUR-Strip-binaries-early.patch
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index e6f2d9734d69..c4cc0ba23d2a 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -6,12 +6,12 @@ _commit=ac6be1b9c3c1d402874e604b8d13c9652306b93f
pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=8.0.1
-pkgrel=4
+pkgrel=5
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"
arch=(x86_64 x86_64_v3)
-options=(!staticlibs !lto emptydirs)
+options=(!staticlibs !lto !debug emptydirs)
license=('custom')
depends=(
@@ -155,6 +155,7 @@ prepare() {
pushd $rustlib
export RUSTUP_TOOLCHAIN=stable
export CARGO_HOME="${SRCDEST}"/proton-cargo
+ cargo update
cargo fetch --locked --target "i686-unknown-linux-gnu"
cargo fetch --locked --target "x86_64-unknown-linux-gnu"
popd
@@ -163,7 +164,7 @@ prepare() {
./patches/protonprep-valve-staging.sh
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"/0002-AUR-Do-not-update-cargo-crates.patch
#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"/0005-AUR-Strip-binaries-early.patch