From f8dd130aef7b2641705a663bd27693e030905120 Mon Sep 17 00:00:00 2001 From: m3tav3rse Date: Fri, 18 Aug 2023 17:16:13 +0200 Subject: [PATCH] openrgb: update to 0.9. --- srcpkgs/openrgb/patches/musl.patch | 26 -------------------------- srcpkgs/openrgb/template | 6 +++--- 2 files changed, 3 insertions(+), 29 deletions(-) delete mode 100644 srcpkgs/openrgb/patches/musl.patch diff --git a/srcpkgs/openrgb/patches/musl.patch b/srcpkgs/openrgb/patches/musl.patch deleted file mode 100644 index a57d93ecfd179..0000000000000 --- a/srcpkgs/openrgb/patches/musl.patch +++ /dev/null @@ -1,26 +0,0 @@ -https://gitlab.com/CalcProgrammer1/OpenRGB/-/commit/8c893fba4fcec17e6221f2d754def4aa71b020b8 - -From 8c893fba4fcec17e6221f2d754def4aa71b020b8 Mon Sep 17 00:00:00 2001 -From: Sirn Thanabulpong -Date: Wed, 28 Dec 2022 00:49:47 +0900 -Subject: [PATCH] Fix build on musl in Nanoleaf settings - ---- - qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp b/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp -index 1e3c926b3..55ed5fcaa 100644 ---- a/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp -+++ b/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp -@@ -8,6 +8,7 @@ - #else - #include - #include -+#include - #endif - - #include "mdns.h" --- -GitLab - diff --git a/srcpkgs/openrgb/template b/srcpkgs/openrgb/template index 273dd7356ef24..e85065febbf34 100644 --- a/srcpkgs/openrgb/template +++ b/srcpkgs/openrgb/template @@ -1,16 +1,16 @@ # Template file for 'openrgb' pkgname=openrgb -version=0.8 +version=0.9 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="Neel Chotai " +maintainer="Orphaned " 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=0d803753873ca1ec2bd78632b4ac605669394e7eeba2d2efe305c7f9c9d7df0c +checksum=2e62799339b72b6d3afc4792e6ff39487583210bb5ddde93e2daa38ae35381c2 pre_build() { sed -i 's|rules.path=/lib|rules.path=/usr/lib|g' OpenRGB.pro