#! /bin/bash

set -e

. ./pika-build-config.sh

echo "$PIKA_BUILD_ARCH" > pika-build-arch

VERSION="24.08.0"

# Clone Upstream
git clone --depth 1 -b v"$VERSION" https://invent.kde.org/network/kio-extras
cp -rvf ./debian ./kio-extras/
cd ./kio-extras/

# Get build deps
LOGNAME=root dh_make --createorig -y -l -p kio-extras_"$VERSION" || echo "dh-make: Ignoring Last Error"
apt-get build-dep ./ -y

# Build package
dpkg-buildpackage --no-sign || true

# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/