[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/44: gnu: Add rust-calibright-0.1.
From: |
guix-commits |
Subject: |
03/44: gnu: Add rust-calibright-0.1. |
Date: |
Mon, 12 Feb 2024 07:40:26 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 58abafb4b8ce7f7d3ce58b7db0ca47c276bd6e2a
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Tue Jan 30 16:24:46 2024 +0100
gnu: Add rust-calibright-0.1.
* gnu/packages/crates-io.scm (rust-calibright-0.1): Add variable.
Change-Id: I99bd0086eaf7a98ba44c9f0760906121768e2cdf
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-io.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index efff461ada..56f5bb3ce6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8989,6 +8989,37 @@ others, add a tag, ensure/check a tag exists and get the
state of a tag.")
spreadsheet file.")
(license license:expat)))
+(define-public rust-calibright-0.1
+ (package
+ (name "rust-calibright")
+ (version "0.1.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "calibright" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1pqyr6zbgqpxyhszgkvmi1y0hnqrd1nnghxds62z125zkv7ygmsq"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-dirs" ,rust-dirs-5)
+ ("rust-futures" ,rust-futures-0.3)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-notify" ,rust-notify-6)
+ ("rust-regex" ,rust-regex-1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-smart-default" ,rust-smart-default-0.7)
+ ("rust-thiserror" ,rust-thiserror-1)
+ ("rust-tokio" ,rust-tokio-1)
+ ("rust-toml" ,rust-toml-0.8)
+ ("rust-zbus" ,rust-zbus-3))))
+ (home-page "https://github.com/bim9262/calibright")
+ (synopsis "Brightness utility with calibration between monitors")
+ (description
+ "This package provides a brightness utility that allows you to calibrate
+brightness between monitors.")
+ (license license:gpl3)))
+
(define-public rust-calloop-0.12
(package
(name "rust-calloop")
- 02/44: gnu: Add rust-backon-0.4., (continued)
- 02/44: gnu: Add rust-backon-0.4., guix-commits, 2024/02/12
- 08/44: gnu: Add rust-from-variants-0.6., guix-commits, 2024/02/12
- 15/44: gnu: rust-swayipc-types-1: Update to 1.3.1., guix-commits, 2024/02/12
- 21/44: gnu: Add rust-wayrs-proto-parser-2, guix-commits, 2024/02/12
- 27/44: gnu: Add rust-async-channel-2., guix-commits, 2024/02/12
- 29/44: gnu: Add rust-async-io-2 and rust-async-net-2., guix-commits, 2024/02/12
- 37/44: gnu: Add rust-pandoc-0.8., guix-commits, 2024/02/12
- 39/44: gnu: rust-portable-atomic-util-0.1: Update to 0.1.5., guix-commits, 2024/02/12
- 26/44: gnu: Add rust-event-listener-strategy-0.4., guix-commits, 2024/02/12
- 24/44: gnu: Add rust-wayrs-protocols-0.13., guix-commits, 2024/02/12
- 03/44: gnu: Add rust-calibright-0.1.,
guix-commits <=
- 07/44: gnu: Add rust-from-variants-impl-0.6., guix-commits, 2024/02/12
- 09/44: gnu: Add rust-notmuch-0.8., guix-commits, 2024/02/12
- 10/44: gnu: rust-gethostname-0.2: Update to 0.2.3., guix-commits, 2024/02/12
- 12/44: gnu: Add rust-libsensors-sys-0.2., guix-commits, 2024/02/12
- 13/44: gnu: Add rust-sensors-0.2., guix-commits, 2024/02/12
- 20/44: gnu: Add rust-proc-macro-crate-3., guix-commits, 2024/02/12
- 18/44: gnu: Add rust-futures-lite-2., guix-commits, 2024/02/12
- 22/44: gnu: Add rust-wayrs-scanner-0.13., guix-commits, 2024/02/12
- 23/44: gnu: Add rust-wayrs-client-1., guix-commits, 2024/02/12
- 19/44: gnu: Add rust-swayipc-async-2., guix-commits, 2024/02/12