pop-icon-theme/main.sh

26 lines
458 B
Bash
Raw Permalink Normal View History

2024-08-04 16:21:36 +02:00
#! /bin/bash
set -e
. ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
2024-08-04 16:22:45 +02:00
VERSION="3.5.0"
2024-08-04 16:21:36 +02:00
# Clone Upstream
2024-08-04 16:22:45 +02:00
git clone https://github.com/pop-os/icon-theme.git
cd icon-theme
2024-08-04 16:21:36 +02:00
# Get build deps
2024-08-04 16:22:45 +02:00
LOGNAME=root dh_make --createorig -y -l -p pop-icon-theme_"$VERSION" || echo "dh-make: Ignoring Last Error"
2024-08-04 16:21:36 +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/