xwayland/main.sh

18 lines
368 B
Bash
Raw Normal View History

# Clone Upstream
2023-05-02 10:53:47 +02:00
git clone https://gitlab.freedesktop.org/xorg/xserver.git -b xwayland-23.1.1
cp -rvf ./debian ./xserver
mv ./xserver ./xwayland
cd ./xwayland
# Get build deps
apt-get build-dep ./ -y
# Build package
2023-05-02 10:53:47 +02:00
LOGNAME=root dh_make --createorig -y -l -p xwayland_23.1.1
dpkg-buildpackage
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/