diff --git a/debian/changelog b/debian/changelog index 34daa2f..dd5bad2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/main.sh b/main.sh index 2a0d05e..d2ff4a3 100755 --- a/main.sh +++ b/main.sh @@ -1,5 +1,5 @@ # 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/ 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 diff --git a/patches/series b/patches/series index b19667c..1391e44 100644 --- a/patches/series +++ b/patches/series @@ -1,3 +1,3 @@ -#1120.patch +1120.patch 967.patch 0001-xwayland-patch-fix-vsync.patch \ No newline at end of file