unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Aleksandr Vityazev <avityazew@gmail.com>
To: 66378@debbugs.gnu.org
Subject: [bug#66378] [PATCH] gnu: Add rust-wayland-backend-0.1.
Date: Sat, 07 Oct 2023 03:02:16 +0300	[thread overview]
Message-ID: <87v8bjnvuf.fsf@gmail.com> (raw)
In-Reply-To: <878r8ftiaq.fsf@gmail.com>

* gnu/packages/crates-io.scm (rust-wayland-backend-0.1): New variable.
---
 gnu/packages/crates-io.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 978558ab12..8f623bdf22 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -77393,6 +77393,37 @@ (define-public rust-watchexec-1
 modifications.")
     (license license:asl2.0)))
 
+(define-public rust-wayland-backend-0.1
+  (package
+    (name "rust-wayland-backend")
+    (version "0.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "wayland-backend" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1rnzr14l654506alzyvphlcifb8sd4macnw4c5i0ymabvm926prv"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-cc" ,rust-cc-1)
+        ("rust-downcast-rs" ,rust-downcast-rs-1)
+        ("rust-io-lifetimes" ,rust-io-lifetimes-1)
+        ("rust-log" ,rust-log-0.4)
+        ("rust-nix" ,rust-nix-0.26)
+        ("rust-raw-window-handle" ,rust-raw-window-handle-0.5)
+        ("rust-scoped-tls" ,rust-scoped-tls-1)
+        ("rust-smallvec" ,rust-smallvec-1)
+        ("rust-wayland-sys" ,rust-wayland-sys-0.31))))
+    (home-page "https://github.com/smithay/wayland-rs")
+    (synopsis "Backend API for wayland crates")
+    (description "This package provides low-level bindings to the Wayland
+protocol.")
+    (license license:expat)))
+
 (define-public rust-wayland-sys-0.31
   (package
     (name "rust-wayland-sys")

base-commit: a7e6b4c98b97921ab695218f9b89be4f1ded48c9
prerequisite-patch-id: ec4a09723b91089c8eb5b5269ae81272bb4d81b4
prerequisite-patch-id: 9680399593e3dcdb5b10ee646023efd1215942d9
prerequisite-patch-id: 66497a0079d0077e7b5001707d8211c525ea7193
prerequisite-patch-id: 4f512542ae5806d47054e063e3dd1df66258c530
prerequisite-patch-id: 48abb1e84ca8d85b23794222f8fa5b4d2dfa4699
prerequisite-patch-id: a7fdd2f87131ad73865389152d4a826df24fcae7
prerequisite-patch-id: 1600413a45a50114906f4390653c3fbb7f536a4c
prerequisite-patch-id: 51e95882782a53eda933e884fb5e80487ba52b9f
prerequisite-patch-id: 177b2873f4e77585c464ac3d24bec78d58f128bd
prerequisite-patch-id: 631a6785018f999fcbf7e22fb8e2aae9329ced55
prerequisite-patch-id: 1bd1b328f9e3c7119fed731ffd7e7d87ac33f0c2
prerequisite-patch-id: 79105270952c22f07255cb315da1db44f505b07b
prerequisite-patch-id: 9c5af3baa3dac6233837fb6eb0b7467b969caff4
prerequisite-patch-id: 1156b461c8622b5071656309b05c026abab0f277
prerequisite-patch-id: 8a5e3746b5092496884d50ef4359148ac9349a83
prerequisite-patch-id: 579e44cb67db2d0d3c6232c7c306457a0b5a1a27
prerequisite-patch-id: f5dc3c2782749512e23becb166db7aafacd0be1f
prerequisite-patch-id: 41717fac7367d7e596c093548408ab4bb7d11575
-- 
2.41.0


-- 

Aleksandr Vityazev




  parent reply	other threads:[~2023-10-07  0:04 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-06 23:58 [bug#66378] [PATCH 00/35] Add xremap Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-derive-where-1 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-evdev-0.12 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-fork-0.1 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-hyprland-macros-0.3 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-strum-macros-0.25 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-strum-0.25 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-hyprland-0.3 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-darling-core-0.20 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-darling-macro-0.20 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-darling-0.20 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-serde-with-macros-3 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-serde-with-3 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-sys-0.31 Aleksandr Vityazev
2023-10-07  0:02 ` Aleksandr Vityazev [this message]
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-quick-xml-0.28 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-scanner-0.30 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-client-0.30 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-server-0.30 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-protocols-0.30 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-protocols-wlr-0.1 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-as-raw-xcb-connection-1 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-gethostname-0.3 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-x11rb-protocol-0.12 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-x11rb-0.12 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-enumflags2-derive-0.6 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-enumflags2-0.6 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-zbus-macros-1 Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add rust-zvariant-derive-2 Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add rust-zvariant-2 Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add rust-zbus-1 Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: rust-anyhow-1: Update to 1.0.75 Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add rust-xremap Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add xremap-wayland Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add xremap-sway Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add xremap-x11 Aleksandr Vityazev
2023-10-22 13:39 ` bug#66378: [PATCH 00/35] Add xremap Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v8bjnvuf.fsf@gmail.com \
    --to=avityazew@gmail.com \
    --cc=66378@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).