[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/54: gnu: Add rust-wayland-scanner-0.28.
From: |
guix-commits |
Subject: |
32/54: gnu: Add rust-wayland-scanner-0.28. |
Date: |
Sun, 31 Jan 2021 03:52:22 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit ce42526ff40fb17be4611eb7abd12e996c26c3d7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 29 23:30:42 2021 +0100
gnu: Add rust-wayland-scanner-0.28.
* gnu/packages/crates-graphics.scm (rust-wayland-scanner-0.28): New
variable.
(rust-wayland-scanner-0.23): Inherit from above.
---
gnu/packages/crates-graphics.scm | 39 +++++++++++++++++++++++++++++----------
1 file changed, 29 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 63e65a1..f43d83f 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -2232,8 +2232,36 @@ extensions.")
("rust-wayland-sys" ,rust-wayland-sys-0.21)
("rust-wayland-scanner" ,rust-wayland-scanner-0.21))))))
+(define-public rust-wayland-scanner-0.28
+ (package
+ (name "rust-wayland-scanner")
+ (version "0.28.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "wayland-scanner" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0g8ky63qk27in7zajycj3fyydsxlj19hanfcvr8d7z5kcxbvl43h"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-xml-rs" ,rust-xml-rs-0.8))))
+ (home-page "https://github.com/smithay/wayland-rs")
+ (synopsis "Generate Rust APIs from XML Wayland protocol files")
+ (description
+ "Wayland Scanner generates Rust APIs from XML Wayland protocol files.
+It is intended for use with wayland-sys. You should only need this crate if
+you are working on custom Wayland protocol extensions. Look at the
+wayland-client crate for usable bindings.")
+ (license license:expat)))
+
(define-public rust-wayland-scanner-0.23
(package
+ (inherit rust-wayland-scanner-0.28)
(name "rust-wayland-scanner")
(version "0.23.6")
(source
@@ -2245,20 +2273,11 @@ extensions.")
(sha256
(base32
"0g8wcphykjrcpslznyi3qccx1pckw97rckq5b295nfbg6r3j5c4k"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
("rust-quote" ,rust-quote-0.6)
- ("rust-xml-rs" ,rust-xml-rs-0.8))))
- (home-page "https://github.com/smithay/wayland-rs")
- (synopsis "Generate Rust APIs from XML Wayland protocol files")
- (description
- "Wayland Scanner generates Rust APIs from XML Wayland protocol files.
-It is intended for use with wayland-sys. You should only need this crate if
-you are working on custom Wayland protocol extensions.
-Look at the wayland-client crate for usable bindings.")
- (license license:expat)))
+ ("rust-xml-rs" ,rust-xml-rs-0.8))))))
(define-public rust-wayland-scanner-0.21
(package
- 35/54: gnu: Add rust-memmap2-0.1., (continued)
- 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
- 49/54: gnu: Add rust-vte-generate-state-changes-0.1., guix-commits, 2021/01/31
- 28/54: gnu: Add rust-wayland-server-0.28., guix-commits, 2021/01/31
- 51/54: gnu: Add rust-alacritty-config-derive-0.1., guix-commits, 2021/01/31
- 31/54: gnu: Add rust-wayland-cursor-0.28., guix-commits, 2021/01/31
- 44/54: gnu: Add rust-lazy-bytes-cast-5., guix-commits, 2021/01/31
- 53/54: gnu: rust-libloading-0.6: Do not enable unstable features., guix-commits, 2021/01/31
- 54/54: gnu: alacritty: Update to 0.7.1., guix-commits, 2021/01/31
- 32/54: gnu: Add rust-wayland-scanner-0.28.,
guix-commits <=
- 46/54: gnu: Add rust-copypasta-0.7., guix-commits, 2021/01/31
- 50/54: gnu: Add rust-vte-0.10., guix-commits, 2021/01/31