port to pika os 4
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 1m45s
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 1m45s
This commit is contained in:
parent
df61108f74
commit
5456c847ce
2
.github/release-canary-v3
vendored
2
.github/release-canary-v3
vendored
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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.
|
||||
|
||||
|
4
main.sh
4
main.sh
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user