xwayland/main.sh
Ward Nakchbandi (Cosmic Fusion) 91ee6bc642
Update main.sh
2023-08-21 19:34:03 +03:00

18 lines
382 B
Bash
Executable File

# Clone Upstream
git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.2.0
cp -rvf ./debian ./xwayland/
cd ./xwayland
# Get build deps
apt upgrade -y
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p xwayland_23.2.0
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/