[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/54: gnu: Add rust-wayland-client-0.28.
From: |
guix-commits |
Subject: |
34/54: gnu: Add rust-wayland-client-0.28. |
Date: |
Sun, 31 Jan 2021 03:52:23 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit b3de00f574be95397698887d7fcbdf11a77e6d01
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 29 23:33:59 2021 +0100
gnu: Add rust-wayland-client-0.28.
* gnu/packages/crates-graphics.scm (rust-wayland-client-0.28): New variable.
(rust-wayland-client-0.23): Inherit from above.
---
gnu/packages/crates-graphics.scm | 42 +++++++++++++++++++++++++++++++---------
1 file changed, 33 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 9f48489..d2893ca 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -1979,8 +1979,40 @@ first-class Rust objects.")
("rust-num-derive" ,rust-num-derive-0.2)
("rust-num-traits" ,rust-num-traits-0.2))))))
+(define-public rust-wayland-client-0.28
+ (package
+ (name "rust-wayland-client")
+ (version "0.28.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "wayland-client" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1mxnflzv9s3qpcp0z7kqvrzki5bknfar9n9yky06f8ivs00vxgdx"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-bitflags" ,rust-bitflags-1)
+ ("rust-downcast-rs" ,rust-downcast-rs-1)
+ ("rust-libc" ,rust-libc-0.2)
+ ("rust-nix" ,rust-nix-0.18)
+ ("rust-scoped-tls" ,rust-scoped-tls-1)
+ ("rust-wayland-commons" ,rust-wayland-commons-0.28)
+ ("rust-wayland-scanner" ,rust-wayland-scanner-0.28)
+ ("rust-wayland-sys" ,rust-wayland-sys-0.28))))
+ (home-page "https://github.com/smithay/wayland-rs")
+ (synopsis
+ "Rust bindings to the standard C implementation of the wayland protocol")
+ (description
+ "This package provides Rust bindings to the standard C implementation of
+the wayland protocol, client side.")
+ (license license:expat)))
+
(define-public rust-wayland-client-0.23
(package
+ (inherit rust-wayland-client-0.28)
(name "rust-wayland-client")
(version "0.23.6")
(source
@@ -1992,7 +2024,6 @@ first-class Rust objects.")
(sha256
(base32
"1nmw2kz70llc5mxwzg6bglnqy0qnyr9224zjmq9czazgw3mq045g"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-bitflags" ,rust-bitflags-1)
@@ -2006,14 +2037,7 @@ first-class Rust objects.")
("rust-wayland-scanner" ,rust-wayland-scanner-0.23))
#:cargo-development-inputs
(("rust-byteorder" ,rust-byteorder-1)
- ("rust-tempfile" ,rust-tempfile-3))))
- (home-page "https://github.com/smithay/wayland-rs")
- (synopsis
- "Rust bindings to the standard C implementation of the wayland protocol")
- (description
- "This package provides Rust bindings to the standard C implementation of
-the wayland protocol, client side.")
- (license license:expat)))
+ ("rust-tempfile" ,rust-tempfile-3))))))
(define-public rust-wayland-client-0.21
(package
- 21/54: gnu: Add rust-freetype-rs-0.26., (continued)
- 21/54: gnu: Add rust-freetype-rs-0.26., guix-commits, 2021/01/31
- 22/54: gnu: Add rust-wio-0.2., guix-commits, 2021/01/31
- 10/54: gnu: rust-glutin-wgl-sys-0.1: Update to 0.1.5., guix-commits, 2021/01/31
- 09/54: gnu: Add rust-wayland-egl-0.28., guix-commits, 2021/01/31
- 14/54: gnu: Add rust-core-graphics-types-0.1., guix-commits, 2021/01/31
- 17/54: gnu: Add rust-glutin-0.26., guix-commits, 2021/01/31
- 20/54: gnu: Add rust-freetype-sys-0.13., guix-commits, 2021/01/31
- 23/54: gnu: Add rust-dwrote-0.11., guix-commits, 2021/01/31
- 15/54: gnu: Add rust-cocoa-foundation-0.1., guix-commits, 2021/01/31
- 24/54: gnu: Add rust-core-text-19., guix-commits, 2021/01/31
- 34/54: gnu: Add rust-wayland-client-0.28.,
guix-commits <=
- 37/54: gnu: Add rust-ttf-parser-0.6., guix-commits, 2021/01/31
- 18/54: gnu: Add rust-servo-fontconfig-sys-5., guix-commits, 2021/01/31
- 19/54: gnu: Add rust-servo-fontconfig-0.5., guix-commits, 2021/01/31
- 29/54: gnu: Add rust-wayland-protocols-0.28., guix-commits, 2021/01/31
- 45/54: gnu: Add rust-clipboard-win-3., guix-commits, 2021/01/31
- 42/54: gnu: Add rust-smithay-client-toolkit-0.12., guix-commits, 2021/01/31
- 25/54: gnu: Add rust-crossfont-0.2., guix-commits, 2021/01/31
- 33/54: gnu: Add rust-wayland-sys-0.28., guix-commits, 2021/01/31
- 40/54: gnu: Add rust-rusttype-0.9., guix-commits, 2021/01/31
- 26/54: gnu: Add rust-x11-clipboard-0.5., guix-commits, 2021/01/31