This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-11-11 18:12:12 +03:00 committed by GitHub
parent 9ee513039a
commit 0dd86bfd6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
xwayland (2:23.2.2-100pika1) pikauwu; urgency=medium
xwayland (2:23.2.1-100pika2) pikauwu; urgency=medium
* Update to pikauwu

View File

@ -1,5 +1,5 @@
# Clone Upstream
git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.2
git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.1
cp -rvf ./debian ./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