This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
wayland/main32.sh
Ward Nakchbandi (Cosmic Fusion) 3ac5b5146b
1.23.0
2024-07-01 18:50:08 +03:00

24 lines
514 B
Bash
Executable File

#! /bin/bash
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
wget -nv https://gitlab.freedesktop.org/wayland/wayland/-/archive/1.23.0/wayland-1.23.0.tar.gz
tar -xf ./wayland-1.23.0.tar.gz
mv ./wayland-1.23.0.tar.gz ./wayland_1.23.0.orig.tar.gz
cp -rvf ./debian ./wayland-1.23.0/
cp -vf ./control32 ./wayland-1.23.0/debian/control
cd ./wayland-1.23.0/
# Get build deps
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/