gnu: xfel: Update to 1.2.9.

* gnu/packages/admin.scm (xfel): Update to 1.2.9.
[arguments]: Remove udevadm command.
[synopsis,description]: Change D1 computers/devices to just devices as the
capabilities are more general.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
LuHui 2023-02-18 20:32:33 +08:00 committed by Christopher Baines
parent e1e74336a2
commit 1461bf96e3
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -56,6 +56,7 @@
;;; Copyright © 2022, 2023 Matthew James Kraai <kraai@ftbfs.org> ;;; Copyright © 2022, 2023 Matthew James Kraai <kraai@ftbfs.org>
;;; Copyright © 2022 jgart <jgart@dismail.de> ;;; Copyright © 2022 jgart <jgart@dismail.de>
;;; Copyright © 2023 Juliana Sims <jtsims@protonmail.com> ;;; Copyright © 2023 Juliana Sims <jtsims@protonmail.com>
;;; Copyright © 2023 Lu Hui <luhux76@gmail.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -3740,7 +3741,7 @@ (define-public sunxi-tools
(define-public xfel (define-public xfel
(package (package
(name "xfel") (name "xfel")
(version "1.2.4") (version "1.2.9")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3748,7 +3749,7 @@ (define-public xfel
(url "https://github.com/xboot/xfel.git") (url "https://github.com/xboot/xfel.git")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "0r4j63vh6279fj1yh71h08d1av3nc0majlad5yh6admsxiig101m")) (base32 "0gs37w5zjfmyadm49hdalq6vr6gidc683agz3shncgj93x2hxx02"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
@ -3766,12 +3767,14 @@ (define-public xfel
(("/usr/local") out) (("/usr/local") out)
(("/usr") out) (("/usr") out)
(("/etc/udev/rules.d") (("/etc/udev/rules.d")
(string-append out "/lib/udev/rules.d")))))) (string-append out "/lib/udev/rules.d"))
(("udevadm control --reload") ; next version will remove this
"")))))
(delete 'configure)))) (delete 'configure))))
(home-page "https://github.com/xboot/xfel") (home-page "https://github.com/xboot/xfel")
(synopsis "Remote debugging tool for Allwinner D1 computers") (synopsis "Remote debugging tool for Allwinner devices")
(description "This package contains a debugging tool for Allwinner D1 (description "This package contains a debugging tool for Allwinner devices
devices (connects via USB OTG).") (connects via USB OTG).")
(license license:expat))) (license license:expat)))
(define-public sedsed (define-public sedsed