xwayland/main.sh

17 lines
367 B
Bash
Raw Normal View History

# Clone Upstream
2023-07-14 18:43:36 +02:00
git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.1.2
cp -rvf ./debian ./xwayland/
cd ./xwayland
# Get build deps
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p xwayland_23.1.2
2023-07-14 18:43:36 +02:00
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/