unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: Aleksandr Vityazev <avityazew@gmail.com>
Cc: 66378-done@debbugs.gnu.org
Subject: bug#66378: [PATCH 00/35] Add xremap
Date: Sun, 22 Oct 2023 16:39:42 +0300	[thread overview]
Message-ID: <ZTUmHo9IMuGRpit7@3900XT> (raw)
In-Reply-To: <878r8ftiaq.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2480 bytes --]

Thanks for the patches!

I had to make a couple of changes. Mostly moving the rust-wayland-*
packages to rust-graphics.scm, and I had to downgrade a couple of the
packages so that we wouldn't need to bump any crates that would cause a
world rebuild.

On Sat, Oct 07, 2023 at 02:58:21AM +0300, Aleksandr Vityazev wrote:
> 
> Aleksandr Vityazev (35):
>   gnu: Add rust-derive-where-1.
>   gnu: Add rust-evdev-0.12.
>   gnu: Add rust-fork-0.1.
>   gnu: Add rust-hyprland-macros-0.3.
>   gnu: Add rust-strum-macros-0.25.
>   gnu: Add rust-strum-0.25.
>   gnu: Add rust-hyprland-0.3.
>   gnu: Add rust-darling-core-0.20.
>   gnu: Add rust-darling-macro-0.20.
>   gnu: Add rust-darling-0.20.
>   gnu: Add rust-serde-with-macros-3.
>   gnu: Add rust-serde-with-3.
>   gnu: Add rust-wayland-sys-0.31.
>   gnu: Add rust-wayland-backend-0.1.
>   gnu: Add rust-quick-xml-0.28.
>   gnu: Add rust-wayland-scanner-0.30.
>   gnu: Add rust-wayland-client-0.30.
>   gnu: Add rust-wayland-server-0.30.
>   gnu: Add rust-wayland-protocols-0.30.
>   gnu: Add rust-wayland-protocols-wlr-0.1.
>   gnu: Add rust-as-raw-xcb-connection-1.
>   gnu: Add rust-gethostname-0.3.
>   gnu: Add rust-x11rb-protocol-0.12.
>   gnu: Add rust-x11rb-0.12.
>   gnu: Add rust-enumflags2-derive-0.6.
>   gnu: Add rust-enumflags2-0.6.
>   gnu: Add rust-zbus-macros-1.
>   gnu: Add rust-zvariant-derive-2.
>   gnu: Add rust-zvariant-2.
>   gnu: Add rust-zbus-1.
>   gnu: rust-anyhow-1: Update to 1.0.75.
>   gnu: Add rust-xremap.
>   gnu: Add xremap-wayland.
>   gnu: Add xremap-sway.
>   gnu: Add xremap-x11.
> 
>  gnu/packages/crates-io.scm | 819 ++++++++++++++++++++++++++++++++++++-
>  gnu/packages/rust-apps.scm |  84 +++-
>  2 files changed, 895 insertions(+), 8 deletions(-)
> 
> 
> base-commit: a7e6b4c98b97921ab695218f9b89be4f1ded48c9
> prerequisite-patch-id: ec4a09723b91089c8eb5b5269ae81272bb4d81b4
> prerequisite-patch-id: 9680399593e3dcdb5b10ee646023efd1215942d9
> prerequisite-patch-id: 66497a0079d0077e7b5001707d8211c525ea7193
> prerequisite-patch-id: 4f512542ae5806d47054e063e3dd1df66258c530
> prerequisite-patch-id: 48abb1e84ca8d85b23794222f8fa5b4d2dfa4699
> -- 
> 2.41.0
> 
> -- 
> Best regards,
> Aleksandr Vityazev
> 
> 
> 

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      parent reply	other threads:[~2023-10-22 13:41 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 ` [bug#66378] [PATCH] gnu: Add rust-wayland-backend-0.1 Aleksandr Vityazev
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 ` Efraim Flashner [this message]

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=ZTUmHo9IMuGRpit7@3900XT \
    --to=efraim@flashner.co.il \
    --cc=66378-done@debbugs.gnu.org \
    --cc=avityazew@gmail.com \
    /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).