This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-11-11 17:50:28 +03:00 committed by GitHub
parent 68da656c62
commit f78426d9b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
3.0 (quilt)
3.0 (native)

View File

@ -2,13 +2,13 @@
git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.2.2
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
# Get build deps
apt upgrade -y
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p xwayland_23.2.2
dpkg-buildpackage --no-sign
# Move the debs to output