[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54299] [PATCH 21/27] added rust-wayland-cursor@0.29
From: |
Till Robin Zickel |
Subject: |
[bug#54299] [PATCH 21/27] added rust-wayland-cursor@0.29 |
Date: |
Tue, 8 Mar 2022 18:31:21 +0100 |
---
gnu/packages/crates-graphics.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 824d96b795..e58b9d4406 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -2709,6 +2709,23 @@ (define-public rust-wayland-cursor-0.28
properly display animated cursors.")
(license license:expat)))
+(define-public rust-wayland-cursor-0.29
+ (package
+ (inherit rust-wayland-cursor-0.28)
+ (name "rust-wayland-cursor")
+ (version "0.29.4")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "wayland-cursor" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1gd6aswkrdz556n54pjpd4rchw7jkgcx6hnrhgy62y2y7pqmh9y5"))))
+ (arguments
+ `(#:cargo-inputs (("rust-nix" ,rust-nix-0.22) ("wayland-client"
,rust-wayland-client-0.29)
+ ("rust-xcursor" ,rust-xcursor-0.3))))
+ (inputs (list rust-nix-0.22 rust-wayland-client-0.29 rust-xcursor-0.3))))
+
(define-public rust-wayland-egl-0.28
(package
(name "rust-wayland-egl")
--
2.34.0
- [bug#54299] [PATCH 05/27] added rust-dlib@0.5, (continued)
- [bug#54299] [PATCH 13/27] added rust-num-enum@0.5, Till Robin Zickel, 2022/03/08
- [bug#54299] [PATCH 15/27] updated rust-glutin-egl-sys@0.1 to 0.1.5, Till Robin Zickel, 2022/03/08
- [bug#54299] [PATCH 17/27] added rust-smithay-client-toolkit@0.15, Till Robin Zickel, 2022/03/08
- [bug#54299] [PATCH 16/27] added rust-raw-window-handle@0.4, Till Robin Zickel, 2022/03/08
- [bug#54299] [PATCH 21/27] added rust-wayland-cursor@0.29,
Till Robin Zickel <=
- [bug#54299] [PATCH 25/27] added rust-wayland-server@0.29, Till Robin Zickel, 2022/03/08
- [bug#54299] [PATCH 22/27] added rust-wayland-egl@0.29, Till Robin Zickel, 2022/03/08
- [bug#54299] [PATCH 26/27] added rust-wayland-sys@0.29, Till Robin Zickel, 2022/03/08
- [bug#54299] [PATCH 27/27] added rust-winit@0.26, Till Robin Zickel, 2022/03/08
- [bug#54299] [PATCH 23/27] added rust-wayland-protocols@0.29, Till Robin Zickel, 2022/03/08