gnome-shell-extension-pop-s.../main.sh

25 lines
447 B
Bash
Raw Permalink Normal View History

2024-08-27 05:00:01 +02:00
#! /bin/bash
set -e
. ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
2024-08-27 19:07:05 +02:00
VERSION="46.0"
2024-08-27 05:00:01 +02:00
# Clone Upstream
2024-08-27 19:07:05 +02:00
cd ./gnome-shell-extension-pop-shell/
2024-08-27 05:00:01 +02:00
# Get build deps
2024-08-27 19:07:05 +02:00
LOGNAME=root dh_make --createorig -y -l -p gnome-shell-extension-pop-shell_"$VERSION" || echo "dh-make: Ignoring Last Error"
2024-08-27 05:00:01 +02:00
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/