port to pika os 4
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 1m45s

This commit is contained in:
Ward from fusion-voyager-3 2024-07-28 16:46:22 +03:00
parent df61108f74
commit 5456c847ce
3 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
1
2

6
debian/changelog vendored
View File

@ -1,16 +1,16 @@
openrgb (0.9.0-101pika1) pika; urgency=medium
openrgb (0.9-101pika1) pika; urgency=medium
* Port to PikaOS 4.
-- Ferreo <harderthanfire@gmail.com> Wed, 21 Feb 2024 15:16:00 +0000
openrgb (0.9.0-pika2) pikauwu; urgency=medium
openrgb (0.9-pika2) pikauwu; urgency=medium
* Initial release.
-- Ferreo <harderthanfire@gmail.com> Wed, 21 Feb 2024 15:16:00 +0000
openrgb (0.9.0-pika1) pikauwu; urgency=medium
openrgb (0.9-pika1) pikauwu; urgency=medium
* Initial release.

View File

@ -2,14 +2,14 @@
set -e
VERSION="0.9.0"
VERSION="0.9"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
git clone -b v"$VERSION" https://gitlab.com/CalcProgrammer1/OpenRGB ./openrgb
git clone -b release_"$VERSION" https://gitlab.com/CalcProgrammer1/OpenRGB ./openrgb
cp -rvf ./debian ./openrgb/
cd ./openrgb/