1.36
This commit is contained in:
parent
b510c42096
commit
a59c82c601
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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.
|
||||
|
3
main.sh
3
main.sh
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user