* [bug#59667] [PATCH] gnu: openrgb: Update to 0.8.
@ 2022-11-29 1:09 Kaelyn Takata via Guix-patches via
2022-11-29 2:29 ` John Kehayias via Guix-patches via
2022-12-01 8:48 ` bug#59667: " Efraim Flashner
0 siblings, 2 replies; 3+ messages in thread
From: Kaelyn Takata via Guix-patches via @ 2022-11-29 1:09 UTC (permalink / raw)
To: 59667; +Cc: Kaelyn Takata
* 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(-)
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#59667] [PATCH] gnu: openrgb: Update to 0.8.
2022-11-29 1:09 [bug#59667] [PATCH] gnu: openrgb: Update to 0.8 Kaelyn Takata via Guix-patches via
@ 2022-11-29 2:29 ` John Kehayias via Guix-patches via
2022-12-01 8:48 ` bug#59667: " Efraim Flashner
1 sibling, 0 replies; 3+ messages in thread
From: John Kehayias via Guix-patches via @ 2022-11-29 2:29 UTC (permalink / raw)
To: Kaelyn Takata, 59667
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#59667: [PATCH] gnu: openrgb: Update to 0.8.
2022-11-29 1:09 [bug#59667] [PATCH] gnu: openrgb: Update to 0.8 Kaelyn Takata via Guix-patches via
2022-11-29 2:29 ` John Kehayias via Guix-patches via
@ 2022-12-01 8:48 ` Efraim Flashner
1 sibling, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2022-12-01 8:48 UTC (permalink / raw)
To: Kaelyn Takata; +Cc: 59667-done
[-- Attachment #1: Type: text/plain, Size: 299 bytes --]
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-12-01 8:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-29 1:09 [bug#59667] [PATCH] gnu: openrgb: Update to 0.8 Kaelyn Takata via Guix-patches via
2022-11-29 2:29 ` John Kehayias via Guix-patches via
2022-12-01 8:48 ` bug#59667: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.