From patchwork Mon Oct 30 21:06:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55669 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 0E60C27BBEA; Mon, 30 Oct 2023 21:09:50 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 066AB27BBE2 for ; Mon, 30 Oct 2023 21:09:49 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZUu-00065C-AY; Mon, 30 Oct 2023 17:08:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qxZUr-00063d-Eb for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:29 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qxZUr-0004ff-6U for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:29 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZVO-0000kt-HM; Mon, 30 Oct 2023 17:09:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 06/19] gnu: Add rust-dbus-crossroads-0.5. Resent-From: Steve George Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Mon, 30 Oct 2023 21:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66839 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66839@debbugs.gnu.org Cc: Steve George , efraim@flashner.co.il X-Debbugs-Original-Xcc: efraim@flashner.co.il Received: via spool by 66839-submit@debbugs.gnu.org id=B66839.16987000932663 (code B ref 66839); Mon, 30 Oct 2023 21:09:02 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:08:13 +0000 Received: from localhost ([127.0.0.1]:46795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUa-0000go-Ky for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:12 -0400 Received: from mailtransmit04.runbox.com ([2a0c:5a00:149::25]:55668) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUZ-0000gB-HY for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:11 -0400 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit04.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qxZTw-00FbIS-Gc for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:32 +0100 Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZTw-0001sh-6o for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:32 +0100 Received: by submission03.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZTp-007Grx-6i; Mon, 30 Oct 2023 22:07:25 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:12 +0000 Message-ID: <2f9623d4bd367294b1828ee967a0c4a32ed396fe.1698699809.git.steve@futurile.net> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/crates-io.scm (rust-dbus-crossroads-0.5): New variable. --- gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 27ebe2a080..d3e5a78cc5 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -19771,6 +19771,29 @@ (define-public rust-dbus-0.9 (description "This package provides Rust bindings to D-Bus.") (license (list license:asl2.0 license:expat)))) +(define-public rust-dbus-crossroads-0.5 + (package + (name "rust-dbus-crossroads") + (version "0.5.2") + (source + (origin + (method url-fetch) + (uri (crate-uri "dbus-crossroads" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1q3dyywazr3hppm052fa8q2366q66ml789r42jjlnm47f51q6k1s")))) + (build-system cargo-build-system) + (arguments + `(#:tests? #f + #:cargo-inputs (("rust-dbus" ,rust-dbus-0.9)) + #:cargo-development-inputs (("rust-tokio", rust-tokio-1)))) + (native-inputs (list pkg-config)) + (inputs (list dbus-glib)) + (home-page "https://github.com/diwic/dbus-rs/") + (synopsis "Framework for writing D-Bus method handlers") + (description "Framework for writing D-Bus method handlers in Rust.") + (license (list license:asl2.0 license:expat)))) + (define-public rust-dbus-tree-0.9 (package (name "rust-dbus-tree")