[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
101/111: gnu: rust-xremap: Update to 0.10.2.
From: |
guix-commits |
Subject: |
101/111: gnu: rust-xremap: Update to 0.10.2. |
Date: |
Thu, 21 Nov 2024 08:33:40 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 62d2b57abadc13494679a90470c26e84fea981aa
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Nov 21 14:47:56 2024 +0200
gnu: rust-xremap: Update to 0.10.2.
* gnu/packages/rust-apps.scm (rust-xremap): Update to 0.10.2.
[cargo-inputs]: Add rust-hyprland-0.3.
[arguments]: Adjust the install path for the bash completions.
Change-Id: I84abf6549bf67d5e6e9461ef2ab8b087f1313e77
---
gnu/packages/rust-apps.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 1cbdafb8f2..6d1d3e709f 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -3704,7 +3704,7 @@ advanced keybindings, word-level diff highlighting,
syntax highlighting for
(define-public rust-xremap
(package
(name "rust-xremap")
- (version "0.10.1")
+ (version "0.10.2")
(source
(origin
(method url-fetch)
@@ -3712,7 +3712,7 @@ advanced keybindings, word-level diff highlighting,
syntax highlighting for
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0a89vdldswd5zawln17gfrfqxjn4pacqlkn4hf5kn8r5znr0ap01"))))
+ "1chh8lcwx167f0bnd1w99rww54g9k9axf7qnxwcgzmg6m0adyx8d"))))
(build-system cargo-build-system)
(arguments
`(#:features '()
@@ -3725,6 +3725,7 @@ advanced keybindings, word-level diff highlighting,
syntax highlighting for
("rust-env-logger" ,rust-env-logger-0.10)
("rust-evdev" ,rust-evdev-0.12)
("rust-fork" ,rust-fork-0.2)
+ ("rust-hyprland" ,rust-hyprland-0.3)
("rust-indoc" ,rust-indoc-2)
("rust-lazy-static" ,rust-lazy-static-1)
("rust-log" ,rust-log-0.4)
@@ -3746,9 +3747,9 @@ advanced keybindings, word-level diff highlighting,
syntax highlighting for
(let* ((out (assoc-ref outputs "out"))
(share (string-append out "/share"))
(xremap (string-append out "/bin/xremap")))
- (mkdir-p (string-append share "/bash-completion/completions"))
+ (mkdir-p (string-append out "/etc/bash_completion.d"))
(with-output-to-file
- (string-append share "/bash-completion/completions/xremap")
+ (string-append out "/etc/bash_completion.d/xremap")
(lambda _ (invoke xremap "--completions" "bash")))
(mkdir-p (string-append share "/fish/vendor_completions.d"))
(with-output-to-file
- 77/111: gnu: Add rust-gix-negotiate-0.13., (continued)
- 77/111: gnu: Add rust-gix-negotiate-0.13., guix-commits, 2024/11/21
- 86/111: gnu: Add rust-gix-actor-0.31., guix-commits, 2024/11/21
- 87/111: gnu: Add rust-gix-0.64., guix-commits, 2024/11/21
- 89/111: gnu: Add rust-typeid-1., guix-commits, 2024/11/21
- 94/111: gnu: Add rust-include-flate-0.3., guix-commits, 2024/11/21
- 96/111: gnu: rust-rust-embed-8: Update to 8.5.0., guix-commits, 2024/11/21
- 73/111: gnu: Add rust-gix-ref-0.45., guix-commits, 2024/11/21
- 80/111: gnu: Add rust-gix-filter-0.11., guix-commits, 2024/11/21
- 83/111: gnu: Add rust-gix-diff-0.44., guix-commits, 2024/11/21
- 93/111: gnu: Add rust-cargo-test-support-0.4., guix-commits, 2024/11/21
- 101/111: gnu: rust-xremap: Update to 0.10.2.,
guix-commits <=
- 98/111: gnu: rust-rust-embed-utils-8: Update to 8.5.0., guix-commits, 2024/11/21
- 106/111: gnu: mullvadbrowser: Fix build., guix-commits, 2024/11/21
- 102/111: gnu: xremap-hyprland: Undeprecate the package., guix-commits, 2024/11/21
- 36/111: gnu: Add rust-rustls-0.23., guix-commits, 2024/11/21
- 40/111: gnu: Add rust-tikv-jemallocator-0.6., guix-commits, 2024/11/21
- 43/111: gnu: Add rust-asn1-rs-impl-0.2., guix-commits, 2024/11/21
- 54/111: gnu: rust-gix-date-0.8: Update to 0.8.7., guix-commits, 2024/11/21
- 60/111: gnu: rust-cbindgen: Update to 0.27., guix-commits, 2024/11/21
- 61/111: gnu: rust-cargo: Update to 0.83.0., guix-commits, 2024/11/21
- 70/111: gnu: Add rust-gix-revwalk-0.13., guix-commits, 2024/11/21