openrgb-hotplug
LOW
maintainer CalcProgrammer1
0 votes
scanned 2026-09-21 17:35:47.897038
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Adam Honse <calcprogrammer1@gmail.com>
2
# Maintainer: Sven-Hendrik Haase <svenstaro@archlinux.org>
3
# Contributor: Bo Davidson <bo.davidson@go.tarleton.edu>
4
# Contributor: Paul Davis <paul@dangersalad.com>
5
pkgname=openrgb-hotplug
6
pkgver=1.0
7
pkgrel=1
8
pkgdesc="Open source RGB lighting control that doesn't depend on manufacturer software. Built with hotplug support"
9
arch=("x86_64")
10
url="https://gitlab.com/CalcProgrammer1/OpenRGB"
11
license=('GPL-2.0-or-later')
12
depends=('glibc' 'libgcc' 'libstdc++' 'qt6-base' 'libusb' 'hidapi-hotplug' 'mbedtls3' 'hicolor-icon-theme')
13
makedepends=('qt6-tools')
14
optdepends=('i2c-tools: mainboard & RAM access')
15
source=("https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_$pkgver/OpenRGB-release_${pkgver}.tar.gz"
16
openrgb-modules-load.conf
17
openrgb.tmpfiles
18
openrgb.service)
19
sha256sums=('e2ddfc6f1fd60405e9b3f16476c97fb5ce05f41f4585fc559bb21b82fb102f83'
20
'b5a53d747422f8b594e3e9615e238457d696732efce94050cdd72182a8645ef2'
21
'e86604e9604d59cddcc13de60b71c0e652cd1f9b56d89de36b2158509849e51c'
22
'f53328babef392393ee44086f8897174232e863280a84266630a3cd92facc190')
23
24
build() {
25
# Fix crashes
26
export CXXFLAGS=${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS}
27
28
cd "$srcdir/OpenRGB-release_$pkgver"
29
qmake6 OpenRGB.pro
30
make
31
}
32
33
package() {
34
cd "$srcdir/OpenRGB-release_$pkgver"
35
make INSTALL_ROOT="$pkgdir" install
36
37
# Generate udev rules using the binary we just built.
38
install -d "$pkgdir"/usr/lib/udev/rules.d
39
./openrgb --generate-udev-rules "$pkgdir"/usr/lib/udev/rules.d/60-openrgb.rules
40
41
install -Dm644 "$srcdir"/openrgb-modules-load.conf "$pkgdir"/usr/lib/modules-load.d/openrgb.conf
42
install -Dm644 "$srcdir"/openrgb.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/openrgb.conf
43
install -Dm644 "$srcdir"/openrgb.service "$pkgdir"/usr/lib/systemd/system/openrgb.service
44
}
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 17:35:47 | Low | 1 |