xwayland/main.sh
Ward Nakchbandi (Cosmic Fusion) 6fa565861b
Update main.sh
2024-04-13 16:18:35 +03:00

20 lines
520 B
Bash
Executable File

# Clone Upstream
git clone https://gitlab.freedesktop.org/xorg/xserver -b xwayland-24.1 ./xwayland
cp -rvf ./debian ./xwayland/
#cp -vf ./meson.build ./xwayland/
cd ./xwayland
for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || bash -c "echo "Applying Patch $i Failed!" && exit 2"; done
# Get build deps
apt update
apt upgrade -y
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/