mesa-git/main.sh

24 lines
652 B
Bash
Raw Normal View History

2023-08-07 20:09:20 +02:00
#! /bin/bash
set -e
2023-08-07 18:05:10 +02:00
# Clone Upstream
2023-08-11 17:20:02 +02:00
git clone https://gitlab.freedesktop.org/mesa/mesa ./mesa-git
cp -rvf ./debian ./mesa-git/
2023-08-11 18:20:37 +02:00
cd ./mesa-git
2023-08-22 17:47:08 +02:00
git submodule update --init
2023-08-11 18:55:38 +02:00
sed -i ' 1 s/.*/& - PikaOS YellowBirb Mesa Git /' ./VERSION
2023-08-07 19:12:07 +02:00
touch debian/changelog
2023-08-24 16:51:17 +02:00
echo -e "mesa-git (23.3-99pika"$(date '+%Y%m%d')".git.1."$(git rev-parse --short HEAD)") lunar; urgency=medium\n\n * New GIT Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
2023-08-07 18:05:10 +02:00
# Get build deps
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
2023-08-11 18:55:38 +02:00
mv ./*.deb ./output/