xwayland/main.sh
Ward Nakchbandi 85178a9841 fix orig
2023-02-25 14:40:37 +03:00

23 lines
583 B
Bash
Executable File

# Add dependent repositories
wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add -
add-apt-repository https://ppa.pika-os.com
add-apt-repository ppa:pikaos/pika
add-apt-repository ppa:kubuntu-ppa/backports
# Clone Upstream
git clone https://gitlab.freedesktop.org/xorg/xserver.git -b xwayland-23.0.99.901
cp -rvf ./debian ./xserver
mv ./xserver ./xwayland
cd ./xwayland
# Get build deps
apt-get build-dep ./ -y
# Build package
dh_make --createorig -y -l -p xwayland_23.0.99.901
dpkg-buildpackage
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/