Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions srcpkgs/openrgb/files/README.voidlinux

This file was deleted.

2 changes: 1 addition & 1 deletion srcpkgs/openrgb/files/openrgb/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
exec 2>&1
exec openrgb --server 2>&1
exec openrgb --server --config /etc/openrgb 2>&1
13 changes: 7 additions & 6 deletions srcpkgs/openrgb/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Template file for 'openrgb'
pkgname=openrgb
version=0.9
revision=5
version=1.0rc3
revision=1
build_style=qmake
hostmakedepends="qt5-qmake qt5-host-tools git pkg-config"
makedepends="qt5-devel libusb-devel hidapi-devel mbedtls-devel"
short_desc="Open source RGB lighting control"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://gitlab.com/CalcProgrammer1/OpenRGB"
distfiles="https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_${version}/OpenRGB-release_${version}.tar.gz"
checksum=2e62799339b72b6d3afc4792e6ff39487583210bb5ddde93e2daa38ae35381c2
homepage="https://openrgb.org/"
distfiles="https://codeberg.org/OpenRGB/OpenRGB/archive/release_candidate_${version}.tar.gz"
checksum=8092603eefb38c86e9e5382a6839c3e4efaa1fa400ee738a7710deeed07c8f42

make_dirs="/etc/openrgb 0755 openrgb openrgb"

pre_build() {
sed -i 's|rules.path=/lib|rules.path=/usr/lib|g' OpenRGB.pro
Expand All @@ -20,5 +22,4 @@ post_install() {
vdoc README.md
vinstall ${FILESDIR}/openrgb.conf 644 usr/lib/modules-load.d
vsv openrgb
vdoc "${FILESDIR}/README.voidlinux"
}