From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id YLsyNCCpWGYb/gAAe85BDQ:P1 (envelope-from ) for ; Thu, 30 May 2024 18:28:17 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id YLsyNCCpWGYb/gAAe85BDQ (envelope-from ) for ; Thu, 30 May 2024 18:28:16 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=Io2wjisU; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1717086496; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=VgMhktvcS0gBvWloM3udfBy+rNRlzO19IYyhNPkzpDo=; b=UNLP9Q20p0XnA9ZFb4SLyiZtxoY1CQ/fE9QIWZTXimBqhve8rtB6D7iDge9ohdrTWt0RX5 z1kPy3zCmWNPOd3L0Ax7kVATPTQa0OTY/OyK2wNyv+E0IILWfOyn2ik7MyOKkEibOz5BiG CMzqM4UwZn+xe+uE+zeD2Tl6QSTTDCZTWCd7SireB7cP4g3jk7/koozsCtVFh2kwdq2/Bv qYyaWRb1JrAPVpV2vsgSgDrmZ1hXlFH9KLUMvisKJPpGldpQt9dhczPfNrYYJ9TJQObYhD cteG9B2KUzGZemnUXttR3t1woHqhlg4WGemR8qIE26T21SMjLomVi9LBI7mGlQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=Io2wjisU; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1717086496; a=rsa-sha256; cv=none; b=blRkv8FfIkqiYqAO0E4FD1SO9kIa9VhZYR+ZXtvaouS91DSViLgjQkZ0Oj48IKBtqY+oxh qdvMSXWhJcYBJPEv5ToH3f0/AtNrOgQiibKEp07WzAfxzNVOgVii9UydW90m5P5ciqQyqD ShYP+oUuQsEHFNvXywraSpVmoRKYneUzQbIyl5BmEPPQvuAyhHzpnH1WLOI9ZPgG74/LtP N9nYvFBFzdqxDHj5z1h6RE/OXNDpKdXNh5/jqJV0B2JwDG6o/9tcHn/uN/Vug8HYqUxnHB rRi7sm8vTxoJJYIsZY+l/II1HLVYTP1fXKS27z44YqAyOfoew+s5zkXFzWV0ow== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B9FD050376 for ; Thu, 30 May 2024 18:28:15 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sCicI-00038W-GX; Thu, 30 May 2024 12:27:02 -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 1sChbN-0001eI-M9 for guix-patches@gnu.org; Thu, 30 May 2024 11:22:03 -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 1sChbM-0007lD-ER for guix-patches@gnu.org; Thu, 30 May 2024 11:22:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sChbW-0002x2-Ry; Thu, 30 May 2024 11:22:10 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71278] [PATCH 15/44] gnu: Add rust-dbusmenu-gtk3-sys-0.1. Resent-From: Murilo Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Thu, 30 May 2024 15:22:10 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71278 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71278@debbugs.gnu.org Cc: Murilo , Efraim Flashner X-Debbugs-Original-Xcc: Efraim Flashner Received: via spool by 71278-submit@debbugs.gnu.org id=B71278.171708250010982 (code B ref 71278); Thu, 30 May 2024 15:22:10 +0000 Received: (at 71278) by debbugs.gnu.org; 30 May 2024 15:21:40 +0000 Received: from localhost ([127.0.0.1]:42184 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sChb2-0002qy-CP for submit@debbugs.gnu.org; Thu, 30 May 2024 11:21:40 -0400 Received: from layka.disroot.org ([178.21.23.139]:40532) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sChao-0002p9-NK for 71278@debbugs.gnu.org; Thu, 30 May 2024 11:21:27 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id AEAB840DFC; Thu, 30 May 2024 17:21:15 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XcD2qaLzHNNf; Thu, 30 May 2024 17:21:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1717082474; bh=sr3UIS/U7vLo+2+LSGRDA3MiZ1dSzXUra/8oGPhWM/8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Io2wjisUFaY0DHZrhBfQ92aOaPBVIvCNxVP5r+L7Ex5rjYuxE0fxqV4gP90H2Zm8t sBZzjf3o4vfiDIgJfgCYjPSo6snjkolw1Zwp5wfC3+rU6MVDmHO1ot+j2AY1o/EsXg 2lF18GKr228zT7QX8RFBNGor/nQloqJSsLUMpPdgglhGX2BZJXIgcDatD/inqqcaSC xtWKh6L+w/BTfZR/GEdMSz7poik4CpxZhRRLrmRa8EWhXVQRGw24xKJ+3W52iqqpXg fqQznIb7RsMKL2saenMq9Ly76MsC70ncPK+P+QAJopvtP3gg600FiQoDGf8IJMtw5e kM0oB8U7W4l2Q== Date: Thu, 30 May 2024 12:17:42 -0300 Message-ID: <491d9be4ef35aa0c0652cd331d51c24507488336.1717072140.git.murilo@disroot.org> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Mailman-Approved-At: Thu, 30 May 2024 12:26:56 -0400 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Murilo X-ACL-Warn: , Murilo via Guix-patches From: Murilo via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.35 X-Spam-Score: -6.35 X-Migadu-Queue-Id: B9FD050376 X-Migadu-Scanner: mx13.migadu.com X-TUID: rbTJoF9HPweg * gnu/packages/crates-io.scm (rust-dbusmenu-gtk3-sys-0.1): New variable. Change-Id: Ie2ad012eaea5eba3d625c6c01829c44d0167df93 --- gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index c243138ba8..607409f2dd 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -19900,6 +19900,33 @@ (define-public rust-dbusmenu-gtk3-0.1 (description "Rust bindings to dbusmenu-gtk3") (license license:lgpl3))) +(define-public rust-dbusmenu-gtk3-sys-0.1 + (package + (name "rust-dbusmenu-gtk3-sys") + (version "0.1.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "dbusmenu-gtk3-sys" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1jkfrdhiygd2jvfrywhy41xl3xmn7ppci6sp9jl3h3pci9gvlc3g")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs (("rust-system-deps" ,rust-system-deps-6) + ("rust-libc" ,rust-libc-0.2) + ("rust-gtk-sys" ,rust-gtk-sys-0.17) + ("rust-gobject-sys" ,rust-gobject-sys-0.17) + ("rust-glib-sys" ,rust-glib-sys-0.17) + ("rust-gdk-sys" ,rust-gdk-sys-0.17) + ("rust-gdk-pixbuf-sys" ,rust-gdk-pixbuf-sys-0.17) + ("rust-dbusmenu-glib-sys" ,rust-dbusmenu-glib-sys-0.1)))) + (home-page "https://github.com/ralismark/dbusmenu-rs") + (synopsis "FFI bindings to dbusmenu-gtk3") + (description "FFI bindings to dbusmenu-gtk3") + (license license:lgpl3))) + (define-public rust-deadpool-0.9 (package (name "rust-deadpool") -- 2.41.0