kio-extras/main.sh

27 lines
516 B
Bash
Raw Normal View History

2024-12-21 22:14:00 +01:00
#! /bin/bash
set -e
. ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
2024-12-22 00:48:06 +03:00
VERSION="24.08.0"
2024-12-21 22:14:00 +01:00
# Clone Upstream
2024-12-22 00:48:06 +03:00
git clone --depth 1 -b v"$VERSION" https://invent.kde.org/network/kio-extras
cp -rvf ./debian ./kio-extras/
cd ./kio-extras/
2024-12-21 22:14:00 +01:00
# Get build deps
2024-12-22 00:48:06 +03:00
LOGNAME=root dh_make --createorig -y -l -p kio-extras_"$VERSION" || echo "dh-make: Ignoring Last Error"
2024-12-21 22:14:00 +01:00
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/