mutter/main.sh

21 lines
438 B
Bash
Raw Normal View History

2023-03-09 18:20:19 +01:00
DEBIAN_FRONTEND=noninteractive
2023-06-26 23:32:36 +02:00
apt install gnome-pkg-tools -y
2023-06-26 23:31:01 +02:00
2023-03-09 18:20:19 +01:00
# Clone Upstream
2023-06-26 23:17:01 +02:00
git clone https://gitlab.gnome.org/GNOME/gnome-shell -b 44.2 gnome-shell-vrr
2023-03-09 18:20:19 +01:00
cp -rvf ./debian ./gnome-shell-vrr
cd ./gnome-shell-vrr
# Get build deps
apt-get build-dep ./ -y
# Build package
2023-06-27 00:03:08 +02:00
LOGNAME=root dh_make --createorig -y -l -p gnome-shell-vrr_44.2
2023-06-26 23:17:01 +02:00
dpkg-buildpackage --no-sign
2023-03-09 18:20:19 +01:00
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/