[PATCH] gnu: openrgb: Update to 0.8.

  • Done
  • quality assurance status badge
Details
3 participants
  • Efraim Flashner
  • John Kehayias
  • Kaelyn Takata
Owner
unassigned
Submitted by
Kaelyn Takata
Severity
normal

Debbugs page

Kaelyn Takata wrote 2 years ago
(address . guix-patches@gnu.org)(name . Kaelyn Takata)(address . kaelyn.alexi@protonmail.com)
bfc070852ca760b6f1a5dfe7873fc30b3ba0c145.1669683988.git.kaelyn.alexi@protonmail.com
* gnu/packages/hardware.scm (openrgb): Update to 0.8.
[native-inputs]: Add qttools-5 for generating translations.
---
gnu/packages/hardware.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index f392bb8c16..9da2b4ad29 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -998,7 +998,7 @@ (define-public openhmd
(define-public openrgb
(package
(name "openrgb")
- (version "0.7")
+ (version "0.8")
(source
(origin
(method git-fetch)
@@ -1007,7 +1007,7 @@ (define-public openrgb
(commit (string-append "release_" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0xhfaz0b74nfnh7il2cz5c0338xlzay00g6hc2h3lsncarj8d5n7"))
+ (base32 "1yz7sdrjcxajm1zpa5djinmych5dvck0r1fvk0x5qmk87va4p9z3"))
(patches
(search-patches "openrgb-unbundle-hueplusplus.patch"))
(modules '((guix build utils)))
@@ -1044,7 +1044,8 @@ (define-public openrgb
mbedtls-apache
qtbase-5))
(native-inputs
- (list pkg-config))
+ (list pkg-config
+ qttools-5))
(synopsis "RGB lighting control")
(description
"OpenRGB is lighting control that doesn't depend on manufacturer software.

base-commit: 3cff7bfa9b46f1b73381df79a6f2aaa55a332126
--
2.38.1
John Kehayias wrote 2 years ago
87bkoqcx2v.fsf@protonmail.com
Hi Kaelyn,

LGTM. I've had a locally updated package for some time that needed the
same change (qttools-5). I saw some packages add a comment that this
native-input is needed for lrelease (true here), but not sure if that is
required.

Thanks!
John
Efraim Flashner wrote 2 years ago
Re: [bug#59667] [PATCH] gnu: openrgb: Update to 0.8.
(name . Kaelyn Takata)(address . kaelyn.alexi@protonmail.com)(address . 59667-done@debbugs.gnu.org)
Y4hqRDGDWNeIASNT@3900XT
Thanks. I followed up with a patch to unbundle more of the libraries.
Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmOIakQACgkQQarn3Mo9
g1EZ4Q/+NrHzV25O6mXwGtns7wJT+97g3dFStYEw6I6rY17mFOc3a088NKSHEQpY
tGKXcHjvbKaN/t+uLHLLazSgthSvC2ja06hRR6xTuY0mTiYGBTzbrGCG26WqUa7i
+ksY1Ix6lg6hptmH7drIl0c4FPKxSWihmzfN2RI3UwB+cehGYFgionD8JRv9HtAY
XC2Jaw6TNl3u+UXH0a1T+kW54+NzC1VBr5rEgJokwtFDmXKFIkMQTHfJIDOVhKNZ
bu5F5ff6AX8P4wctTNYyDfbb5fFZ0YiR397pNeTFMYeQFvhTesBZs0wUWjp2k/Nx
Xdg9Kf1hjHghy+docuC5R1evlMIHKi67fWCuZSUHw0MHAqJNQc07zFwofO37mkol
3ZlMDFJriGqfT9maQrwCWW2qz6UoV/O8mSVBf2l1MZZedZB92DHliyAY7coBZovJ
2T3IDzYEBP3rLbZPnrg/WiNRZdhcQJZ4WwLMuKYk2dXv9GbjOPsVj+O5hCahbMrz
09BmNJjyCUdYh1l4ncf4TU+PG0nmjP3Ja15eK9z817SRd8RrqIR6edp7T1Q7rRck
yHuAeZAnc/KLkSzO0eNCHQWhJkscU31cH8pv7PEzkXtmPRVUkqYDTOL9xZ41N1Hb
dXy2uDHEvWvYhKnMQypYdmruj1SdR+poa6mVxA1paByJxNyCqOc=
=yFGO
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59667@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59667
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help