Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : openrgb | |||||
| version : 0.3 | |||||
| release : 1 | |||||
| source : | |||||
| - https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_0.3/OpenRGB-release_0.3.tar.gz : 905bb7b824344162207a831ecd6c89c8c6d46ea2747e20ce50c59d8a0aa74602 | |||||
| license : GPL-2.0-only | |||||
| summary : Open source RGB lighting control that doesn't depend on manufacturer software | |||||
| component : system.utils | |||||
| description: | | |||||
| An easy-to-use open source software program and library for accessing and controlling RGB lights on various PC hardware including motherboards, RAM modules, graphics cards, cooling devices, and peripherals. | |||||
| builddeps : | |||||
| - pkgconfig(hidapi-libusb) | |||||
| - pkgconfig(libusb-1.0) | |||||
| - pkgconfig(Qt5Core) | |||||
| build : | | |||||
| %qmake OpenRGB.pro | |||||
Girtablulu: that's the setup part | |||||
| %make | |||||
| install : | | |||||
| install -Dm 00755 $workdir/OpenRGB $installdir/usr/bin/openrgb | |||||
GirtabluluUnsubmitted Done Inline Actionsnstall -Dm00755 for the others as well Girtablulu: nstall -Dm00755 for the others as well | |||||
| install -Dm 00644 $workdir/qt/OpenRGB.png $installdir/usr/share/icons/hicolor/128x128/apps/openrgb.png | |||||
| install -Dm 00644 $pkgfiles/openrgb.service $installdir/usr/lib/systemd/system/openrgb.service | |||||
| install -Dm 00644 $pkgfiles/openrgb.desktop $installdir/usr/share/applications/openrgb.desktop | |||||
| install -Dm 00644 $pkgfiles/openrgb.conf $installdir/etc/modules-load.d/openrgb.conf | |||||
GirtabluluUnsubmitted Done Inline ActionsDoes this work with a stateless setup? Girtablulu: Does this work with a stateless setup? | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
that's the setup part