From 6d6d2be5c1b50c06427889c06468ee60791e42d7 Mon Sep 17 00:00:00 2001 From: Sirn Thanabulpong Date: Tue, 27 Dec 2022 05:06:44 +0900 Subject: [PATCH] openrgb: update to 0.8 --- srcpkgs/openrgb/patches/musl.patch | 13 ------------- srcpkgs/openrgb/template | 4 ++-- 2 files changed, 2 insertions(+), 15 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 05fe5df2597e..000000000000 --- a/srcpkgs/openrgb/patches/musl.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/i2c_smbus/i2c_smbus_linux.cpp b/i2c_smbus/i2c_smbus_linux.cpp -index 33d1494b..f8a2c503 100644 ---- a/i2c_smbus/i2c_smbus_linux.cpp -+++ b/i2c_smbus/i2c_smbus_linux.cpp -@@ -133,7 +133,7 @@ bool i2c_smbus_linux_detect() - strcat(path, ent->d_name); - if(ent->d_type == DT_LNK) - { -- ptr = canonicalize_file_name(path); -+ ptr = realpath(path, NULL); - if(ptr == NULL) - continue; - diff --git a/srcpkgs/openrgb/template b/srcpkgs/openrgb/template index 5b1d8c43eeeb..273dd7356ef2 100644 --- a/srcpkgs/openrgb/template +++ b/srcpkgs/openrgb/template @@ -1,6 +1,6 @@ # Template file for 'openrgb' pkgname=openrgb -version=0.7 +version=0.8 revision=1 build_style=qmake hostmakedepends="qt5-qmake qt5-host-tools git pkg-config" @@ -10,7 +10,7 @@ maintainer="Neel Chotai " 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=6052e04ad736f94a91a386f6cfc0aaff9554fafdabe99cdd46a296fd49132569 +checksum=0d803753873ca1ec2bd78632b4ac605669394e7eeba2d2efe305c7f9c9d7df0c pre_build() { sed -i 's|rules.path=/lib|rules.path=/usr/lib|g' OpenRGB.pro