[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/54: gnu: Add rust-wayland-commons-0.28.
From: |
guix-commits |
Subject: |
27/54: gnu: Add rust-wayland-commons-0.28. |
Date: |
Sun, 31 Jan 2021 03:52:21 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 06c16eed145a35dc37abb196f3279151207aaccf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 30 00:11:10 2021 +0100
gnu: Add rust-wayland-commons-0.28.
* gnu/packages/crates-graphics.scm (rust-wayland-commons-0.28): New
variable.
(rust-wayland-commons-0.23): Inherit from above.
---
gnu/packages/crates-graphics.scm | 36 ++++++++++++++++++++++++++++--------
1 file changed, 28 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index b4212bc..d27830c 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -2044,8 +2044,35 @@ the wayland protocol, client side.")
(("rust-byteorder" ,rust-byteorder-1)
("rust-tempfile" ,rust-tempfile-3))))))
+(define-public rust-wayland-commons-0.28
+ (package
+ (name "rust-wayland-commons")
+ (version "0.28.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "wayland-commons" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0mid1sgy3bmiywnrhsr31b8w6zvk1ll2ci2as15ddv8pczvm0128"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-nix" ,rust-nix-0.18)
+ ("rust-once-cell" ,rust-once-cell-1)
+ ("rust-smallvec" ,rust-smallvec-1)
+ ("rust-wayland-sys" ,rust-wayland-sys-0.28))))
+ (home-page "https://github.com/smithay/wayland-rs")
+ (synopsis "Types and structures used by wayland-client and wayland-server")
+ (description
+ "This package provides common types and structures used by wayland-client
+and wayland-server.")
+ (license license:expat)))
+
(define-public rust-wayland-commons-0.23
(package
+ (inherit rust-wayland-commons-0.28)
(name "rust-wayland-commons")
(version "0.23.6")
(source
@@ -2057,17 +2084,10 @@ the wayland protocol, client side.")
(sha256
(base32
"1nyvcs6xxxzqgh0wvc7z0fgi89bf3h9p4qrbf77bnfbwlb8v0rmv"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-nix" ,rust-nix-0.14)
- ("rust-wayland-sys" ,rust-wayland-sys-0.23))))
- (home-page "https://github.com/smithay/wayland-rs")
- (synopsis
- "Common types and structures used by wayland-client and wayland-server")
- (description
- "Common types and structures used by wayland-client and wayland-server.")
- (license license:expat)))
+ ("rust-wayland-sys" ,rust-wayland-sys-0.23))))))
(define-public rust-wayland-commons-0.21
(package
- 37/54: gnu: Add rust-ttf-parser-0.6., (continued)
- 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
- 27/54: gnu: Add rust-wayland-commons-0.28.,
guix-commits <=
- 30/54: gnu: Add rust-xcursor-0.3., guix-commits, 2021/01/31
- 39/54: gnu: Add rust-ab-glyph-rasterizer-0.1., guix-commits, 2021/01/31
- 48/54: gnu: Add rust-cocoa-0.24., guix-commits, 2021/01/31
- 52/54: gnu: Add rust-alacritty-terminal-0.12., guix-commits, 2021/01/31
- 36/54: gnu: Add rust-calloop-0.6., guix-commits, 2021/01/31
- 43/54: gnu: Add rust-smithay-clipboard-0.6., guix-commits, 2021/01/31
- 47/54: gnu: Add rust-core-graphics-0.22., guix-commits, 2021/01/31
- 35/54: gnu: Add rust-memmap2-0.1., guix-commits, 2021/01/31
- 38/54: gnu: Add rust-owned-ttf-parser-0.6., guix-commits, 2021/01/31
- 41/54: gnu: Add rust-andrew-0.3., guix-commits, 2021/01/31