From 482b357fc7ad12442aa2d5ef236dd67be4ab38ff Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Mon, 13 Jul 2026 13:55:52 -0400 Subject: [PATCH] Patch openrgb build --- openrgb-git/0001-use-hidapi.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 openrgb-git/0001-use-hidapi.patch diff --git a/openrgb-git/0001-use-hidapi.patch b/openrgb-git/0001-use-hidapi.patch new file mode 100644 index 0000000..3c2aa5f --- /dev/null +++ b/openrgb-git/0001-use-hidapi.patch @@ -0,0 +1,13 @@ +diff --git a/PKGBUILD b/PKGBUILD +index 1111111..2222222 100644 +--- a/PKGBUILD ++++ b/PKGBUILD +@@ -11,7 +11,7 @@ pkgdesc="Open source RGB lighting control that doesn't depend on manufacturer so + arch=('x86_64') + url="https://gitlab.com/CalcProgrammer1/OpenRGB" + license=('GPL-2.0-or-later') +-depends=('glibc' 'gcc-libs' 'qt6-base' 'libusb' 'hidapi-hotplug' 'mbedtls' 'hicolor-icon-theme') ++depends=('glibc' 'gcc-libs' 'qt6-base' 'libusb' 'hidapi' 'mbedtls' 'hicolor-icon-theme') + makedepends=('qt6-tools' 'git') + optdepends=('i2c-nct6793-dkms: Nuvoton SMBus driver, needed for onboard RGB on certain ASUS Z270 and Z370 boards') + provides=('openrgb')