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.
|
* Port to PikaOS 4.
|
||||||
|
|
||||||
-- Ferreo <harderthanfire@gmail.com> Wed, 21 Feb 2024 15:16:00 +0000
|
-- 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.
|
* Initial release.
|
||||||
|
|
||||||
-- Ferreo <harderthanfire@gmail.com> Wed, 21 Feb 2024 15:16:00 +0000
|
-- 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.
|
* Initial release.
|
||||||
|
|
||||||
|
4
main.sh
4
main.sh
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="0.9.0"
|
VERSION="0.9"
|
||||||
|
|
||||||
source ./pika-build-config.sh
|
source ./pika-build-config.sh
|
||||||
|
|
||||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||||
|
|
||||||
# Clone Upstream
|
# 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/
|
cp -rvf ./debian ./openrgb/
|
||||||
cd ./openrgb/
|
cd ./openrgb/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user