[PATCH] gnu: edid-decode: Update to latest commit.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Sergey Trofimov
Owner
unassigned
Submitted by
Sergey Trofimov
Severity
normal

Debbugs page

Sergey Trofimov wrote 11 months ago
(address . guix-patches@gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
93854d6386c4ce0cb2329f31da54bc67ea0fc543.1713941300.git.sarg@sarg.org.ru
* gnu/packages/hardware.scm (edid-decode): Update to latest commit.
(hw-probe): Make it find edid-decode.
---
gnu/packages/hardware.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 42722a79d0..468e2adc3b 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -315,9 +315,8 @@ (define-public hw-probe
;; 'NeedProgs' core utilities are specially checked for
;; availability. It's easier to wrap them in PATH than patching
;; their references.
- ;; TODO: package edid-decode and add "bin/edid-decode" below:
(define need-progs (list "sbin/dmidecode" "sbin/smartctl"
- "bin/lspci" "bin/lsusb"))
+ "bin/lspci" "bin/lsusb" "bin/edid-decode"))
(wrap-script hw-probe
(list "PERL5LIB" 'prefix (list (getenv "PERL5LIB")))
(list "PATH" 'prefix
@@ -626,7 +625,7 @@ (define-public ddcui
(license (list license:gpl2+))))
(define-public edid-decode
- (let ((commit "74b64180d67bb009d8d9ea1b6f18ad41aaa16396") ; 2020-04-22
+ (let ((commit "3d635499e4aca3319f0796ba787213c981c5a770") ; 2024-04-02
(revision "1"))
(package
(name "edid-decode")
@@ -639,7 +638,7 @@ (define-public edid-decode
(url "git://linuxtv.org/edid-decode.git")
(commit commit)))
(sha256
- (base32 "0nirp5bza08zj5d8bjgcm0p869hdg3qg3mwa7999pjdrzmn7s2ah"))))
+ (base32 "18s2pwm45mzgm0rfw3wf0m349p6381i6iwbylxypizqcsvgwxb3f"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; No test suite

base-commit: 83e6437e92ad056838fe170963d920d446d0e4db
--
2.41.0
Christopher Baines wrote 10 months ago
(name . Sergey Trofimov)(address . sarg@sarg.org.ru)(address . 70547-done@debbugs.gnu.org)
878r0uy5tc.fsf@cbaines.net
Sergey Trofimov <sarg@sarg.org.ru> writes:

Toggle quote (6 lines)
> * gnu/packages/hardware.scm (edid-decode): Update to latest commit.
> (hw-probe): Make it find edid-decode.
> ---
> gnu/packages/hardware.scm | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)

Thanks for the patch, I've split this in to two patches, one for the
edid-decode changes, and then one for the hw-probe changes and pushed
these to master as 53fffb1fa72426c0baac233928523a91903b1a78.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmYxTw9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xe+Rg//WKklQjE0B0PNDub4MK/Qah6O8ds0xfgY
v35MJ+R4lb7t6V3Mnvcx06M4n0RKU7YFfiAOq2i7ZrrqB3X5yFISX6M8UpaMQuJa
6h00+Fqn3H3YVpAmBC6E2LCJWFvklUDSYy3wIvYnCJ5ikEqBTlwwfheGOmNc302p
wjH7qQXdLaw9Tl3/2kV8bWk9SYBdhkNbXqRx6Yohg72rqSSFXhLX8ot+riOKfzOn
rkCdj06SVIj/t/QXfW+U9SmMsb6NtmgSwSeqLvUxsSUModSAKU2pT3f4Jb+Anlzr
DkOhCPsloFllKj8nKjOM5uRmRC0LzkXaKvtrMrL65LkAJ4he+YMWTnIuOYQnEcPA
6x0/0A6w55ltnUgWcRVgEGHh6gJmGy0I1G4atdQZHc/GXS7en6MWNg2TqYe7vkIR
9RWEU8gFlVdJoX9F+/ao4ISav63z3h8xLS0QPdHAlUfZEWC+uH7Gggc6jMgDno7e
oj4VWQ05sHA0A3Q7b1pYPFqxvfdg87mmfWMLLCVVdC02NLMcfVuuozcTUnvUm0yq
WAGXlhA4I005B8b3/aofNaMfrv+LIky33d1p8+F8Be8a4Si2N4wm8Me+1AA5Ipd4
FNrJErmWi7VdXzH08rjHhyW/lfHimXCE3/LPfA9lCocxi/WhN0x1BoP1q5DKmVrI
WwDTX4p74z8=
=umzl
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 70547
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