23.2.2 + explict sync for nvidia patch
This commit is contained in:
parent
294e1f7e62
commit
68da656c62
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
||||
xwayland (2:23.2.1-100pika1) pikauwu; urgency=medium
|
||||
xwayland (2:23.2.2-100pika1) pikauwu; urgency=medium
|
||||
|
||||
* Update to pikauwu
|
||||
|
||||
|
2478
debian/patches/967.patch
vendored
Normal file
2478
debian/patches/967.patch
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +1,2 @@
|
||||
967.patch
|
||||
0001-xwayland-patch-fix-vsync.patch
|
4
main.sh
4
main.sh
@ -1,5 +1,5 @@
|
||||
# Clone Upstream
|
||||
git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.2.1
|
||||
git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.2.2
|
||||
cp -rvf ./debian ./xwayland/
|
||||
cd ./xwayland
|
||||
|
||||
@ -8,7 +8,7 @@ apt upgrade -y
|
||||
apt-get build-dep ./ -y
|
||||
|
||||
# Build package
|
||||
LOGNAME=root dh_make --createorig -y -l -p xwayland_23.2.1
|
||||
LOGNAME=root dh_make --createorig -y -l -p xwayland_23.2.2
|
||||
dpkg-buildpackage --no-sign
|
||||
|
||||
# Move the debs to output
|
||||
|
Loading…
Reference in New Issue
Block a user