George Hu pushed to branch main at Arch Linux / Packaging / Packages / openrgb


Commits:
fdd4ee87 by George Hu at 2025-09-19T18:42:21+08:00
upgpkg: 1.0rc2-3: revert dependencies to Qt 5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = openrgb
        pkgdesc = Open source RGB lighting control that doesn't depend on 
manufacturer software
        pkgver = 1.0rc2
-       pkgrel = 2
+       pkgrel = 3
        url = https://gitlab.com/CalcProgrammer1/OpenRGB
        arch = x86_64
        license = GPL-2.0-or-later
-       makedepends = qt6-tools
+       makedepends = qt5-tools
        depends = glibc
        depends = gcc-libs
-       depends = qt6-base
+       depends = qt5-base
        depends = libusb
        depends = hidapi
        depends = mbedtls2


=====================================
PKGBUILD
=====================================
@@ -3,13 +3,13 @@
 # Contributor: Paul Davis <[email protected]>
 pkgname=openrgb
 pkgver=1.0rc2
-pkgrel=2
+pkgrel=3
 pkgdesc="Open source RGB lighting control that doesn't depend on manufacturer 
software"
 arch=("x86_64")
 url="https://gitlab.com/CalcProgrammer1/OpenRGB";
 license=('GPL-2.0-or-later')
-depends=('glibc' 'gcc-libs' 'qt6-base' 'libusb' 'hidapi' 'mbedtls2' 
'hicolor-icon-theme')
-makedepends=('qt6-tools')
+depends=('glibc' 'gcc-libs' 'qt5-base' 'libusb' 'hidapi' 'mbedtls2' 
'hicolor-icon-theme')
+makedepends=('qt5-tools')
 optdepends=('i2c-tools: mainboard & RAM access'
             'openrazer-driver-dkms: for Razer devices')
 # Using Link Time Optimization can cause segment fault at runtime. Disabled 
until upstream fix
@@ -35,7 +35,7 @@ build() {
 
   cd "$srcdir/OpenRGB-release_candidate_$pkgver"
   sed -i 's|rules.path=/lib|rules.path=/usr/lib|g' OpenRGB.pro
-  qmake6 INCLUDEPATH+="/usr/include/mbedtls2" OpenRGB.pro
+  qmake INCLUDEPATH+="/usr/include/mbedtls2" OpenRGB.pro
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openrgb/-/commit/fdd4ee876ed133a51a5da7e6c9811a05abe7baa4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openrgb/-/commit/fdd4ee876ed133a51a5da7e6c9811a05abe7baa4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to