openrgb-hotplug

LOW
maintainer CalcProgrammer1 0 votes scanned 2026-09-21 17:35:47.897038
View on AUR
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>
5pkgname=openrgb-hotplug
6pkgver=1.0
7pkgrel=1
8pkgdesc="Open source RGB lighting control that doesn't depend on manufacturer software. Built with hotplug support"
9arch=("x86_64")
10url="https://gitlab.com/CalcProgrammer1/OpenRGB"
11license=('GPL-2.0-or-later')
12depends=('glibc' 'libgcc' 'libstdc++' 'qt6-base' 'libusb' 'hidapi-hotplug' 'mbedtls3' 'hicolor-icon-theme')
13makedepends=('qt6-tools')
14optdepends=('i2c-tools: mainboard & RAM access')
15source=("https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_$pkgver/OpenRGB-release_${pkgver}.tar.gz"
16 openrgb-modules-load.conf
17 openrgb.tmpfiles
18 openrgb.service)
19sha256sums=('e2ddfc6f1fd60405e9b3f16476c97fb5ce05f41f4585fc559bb21b82fb102f83'
20 'b5a53d747422f8b594e3e9615e238457d696732efce94050cdd72182a8645ef2'
21 'e86604e9604d59cddcc13de60b71c0e652cd1f9b56d89de36b2158509849e51c'
22 'f53328babef392393ee44086f8897174232e863280a84266630a3cd92facc190')
23
24build() {
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
33package() {
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)SeverityRules
2026-09-21 17:35:47 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion