This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-07-01 18:43:32 +03:00 committed by GitHub
parent b510c42096
commit a59c82c601
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
wayland-protocols (1.36-100pika1) pikauwu; urgency=medium
* New upstream release.
-- ferrreo <harderthanfire@gmail.com> Fri, 13 Jan 2023 16:04:57 +0200
wayland-protocols (1.34-100pika1) pikauwu; urgency=medium
* New upstream release.

View File

@ -4,9 +4,8 @@ DEBIAN_FRONTEND=noninteractive
apt-get update
# Clone Upstream
git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git
git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git -b 1.36
cd wayland-protocols
git checkout 1.34
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