Update main.sh

This commit is contained in:
ferreo 2025-01-27 17:39:12 +01:00
parent a81e99bdae
commit 57561a69c6

View File

@ -2,14 +2,15 @@
set -e set -e
VERSION="3.16.1" VERSION="3.16.1git1"
source ./pika-build-config.sh source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream # Clone Upstream
git clone --recurse-submodules https://github.com/ValveSoftware/gamescope -b 3.16.1 #git clone --recurse-submodules https://github.com/ValveSoftware/gamescope -b 3.16.1
git clone --recurse-submodules https://github.com/ValveSoftware/gamescope
cp -rvf ./debian ./gamescope/ cp -rvf ./debian ./gamescope/
cd ./gamescope cd ./gamescope
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