This commit is contained in:
parent
be325bfe11
commit
74ff37e103
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
xwayland (2:23.2.1-100pika2) pikauwu; urgency=medium
|
xwayland (2:23.2.2-100pika2) pikauwu; urgency=medium
|
||||||
|
|
||||||
* Update to pikauwu
|
* Update to pikauwu
|
||||||
|
|
||||||
|
2
main.sh
2
main.sh
@ -1,5 +1,5 @@
|
|||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.1
|
git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland
|
||||||
cp -rvf ./debian ./xwayland/
|
cp -rvf ./debian ./xwayland/
|
||||||
cd ./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
|
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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#1120.patch
|
1120.patch
|
||||||
967.patch
|
967.patch
|
||||||
0001-xwayland-patch-fix-vsync.patch
|
0001-xwayland-patch-fix-vsync.patch
|
Loading…
Reference in New Issue
Block a user