Update main.sh

This commit is contained in:
ferreo 2024-11-19 21:00:47 +01:00
parent 672c112fd0
commit 3a0c8ffbf2

View File

@ -2,7 +2,7 @@
set -e set -e
VERSION="3.14.24" VERSION="3.15.14"
source ./pika-build-config.sh source ./pika-build-config.sh
@ -12,7 +12,7 @@ echo "$PIKA_BUILD_ARCH" > pika-build-arch
git clone --recurse-submodules https://github.com/Plagman/gamescope git clone --recurse-submodules https://github.com/Plagman/gamescope
cp -rvf ./debian ./gamescope/ cp -rvf ./debian ./gamescope/
cd ./gamescope cd ./gamescope
git reset --hard 7ae5e0d2a75de06e267c47ca3cd3cddedd1d7416 git reset --hard b2505fe4dac917aadd1ab05473d863830a7b5859
for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || echo "Applying Patch $i Failed!"; done for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || echo "Applying Patch $i Failed!"; done
# Get build deps # Get build deps