Compare commits

..

3 Commits
main ... lunar

Author SHA1 Message Date
Ward Nakchbandi (Cosmic Fusion)
d76327ef0a
1.36 2024-07-01 18:37:23 +03:00
Ward Nakchbandi (Cosmic Fusion)
71c62de501
2024-04-13 16:34:01 +03:00
Ward Nakchbandi (Cosmic Fusion)
be1b0cb81e
2023-11-22 19:08:51 +03:00

View File

@ -7,7 +7,6 @@ apt-get update
git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git -b 1.36 git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git -b 1.36
cd wayland-protocols cd wayland-protocols
cp -rvf ../debian ./ cp -rvf ../debian ./
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 # Get build deps
apt-get build-dep ./ -y apt-get build-dep ./ -y