[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74551] [PATCH 20/49] gnu: Add rust-notify-rust-4.
From: |
Jordan Moore |
Subject: |
[bug#74551] [PATCH 20/49] gnu: Add rust-notify-rust-4. |
Date: |
Tue, 26 Nov 2024 16:38:55 -0500 |
* gnu/packages/crates-io.scm (rust-notify-rust-4): New variable.
Change-Id: I4e0bb8f5d05979261db68b0fa7e7a9e1e4f11222
---
gnu/packages/crates-io.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6733d01dff..5df990fcbf 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -49849,6 +49849,40 @@ (define-public rust-notify-debouncer-full-0.3
"This package provides a notify event debouncer optimized for ease of
use.")
(license (list license:expat license:asl2.0))))
+(define-public rust-notify-rust-4
+ (package
+ (name "rust-notify-rust")
+ (version "4.11.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "notify-rust" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "18ykiijr0c452hxlpvciac0wqvsan4dfh08vz2zpicbhqlnsfd2i"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-chrono" ,rust-chrono-0.4)
+ ("rust-dbus" ,rust-dbus-0.9)
+ ("rust-env-logger" ,rust-env-logger-0.11)
+ ("rust-image" ,rust-image-0.25)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-mac-notification-sys"
,rust-mac-notification-sys-0.6)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-tauri-winrt-notification"
,rust-tauri-winrt-notification-0.2)
+ ("rust-zbus" ,rust-zbus-4))
+ #:cargo-development-inputs (("rust-async-std" ,rust-async-std-1)
+ ("rust-color-backtrace"
,rust-color-backtrace-0.5)
+ ("rust-ctor" ,rust-ctor-0.2)
+ ("rust-maplit" ,rust-maplit-1))))
+ (home-page "https://github.com/hoodie/notify-rust")
+ (synopsis
+ "Show desktop notifications (linux, bsd, mac). Pure Rust dbus client and
server")
+ (description
+ "This package provides Show desktop notifications (linux, bsd, mac).
Pure Rust dbus client and server.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-notmuch-0.8
(package
(name "rust-notmuch")
--
2.46.0
- [bug#74551] [PATCH 08/49] gnu: Add rust-windows-version-0.1., (continued)
- [bug#74551] [PATCH 08/49] gnu: Add rust-windows-version-0.1., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 09/49] gnu: Add rust-mac-notification-sys-0.6., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 10/49] gnu: Add rust-arraydeque-0.5., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 12/49] gnu: rust-clap-4: Update to 4.5.21., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 17/49] gnu: Add rust-guess-host-triple-0.1., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 19/49] gnu: Add rust-mockall-derive-0.13., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 18/49] gnu: Add rust-mockall-0.13., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 14/49] gnu: rust-clap-complete-4: Update to 4.5.38., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 16/49] gnu: Add rust-dlv-list-0.5., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 13/49] gnu: rust-clap-builder-4: Update to 4.5.21., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 20/49] gnu: Add rust-notify-rust-4.,
Jordan Moore <=
- [bug#74551] [PATCH 21/49] gnu: rust-open-5: Update to 5.3.1., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 24/49] gnu: rust-pest-2: Update to 2.7.14., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 28/49] gnu: Add rust-process-control-5., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 27/49] gnu: rust-pest-meta-2: Update to 2.7.14., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 23/49] gnu: Add rust-pathsearch-0.2., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 30/49] gnu: rust-serde-json-1: Update to 1.0.133., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 26/49] gnu: rust-pest-generator-2: Update to 2.7.14., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 31/49] gnu: Add rust-shadow-rs-0.35., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 41/49] gnu: Add rust-uom-0.36., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 11/49] gnu: Add rust-auto-enums-0.8., Jordan Moore, 2024/11/26