From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id oKgSGDOpWGb1rQAAqHPOHw:P1 (envelope-from ) for ; Thu, 30 May 2024 18:28:35 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id oKgSGDOpWGb1rQAAqHPOHw (envelope-from ) for ; Thu, 30 May 2024 18:28:35 +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=SrSS6mMQ; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1717086515; a=rsa-sha256; cv=none; b=pXu/Qk33HYVZdF+EoLrM0sQS3kLMv4hjTCUH4d6d7zlz+1EovWYOixniADISrvi5LQL4e/ vEEd1qyiUCElOqpZITvPubsDZ05BT1bM7CASMHCEAwBd4PhvT6jNUh+6UvLWBAbFCtfZn7 7xBj/WApQEczvcZnlN8fB5K04gP7tmVj/gGjLnndXSIs5UFtElPMmzUuF+XSsUiC+ub+j1 FgSdCp0hH4FrAkPRWiXmEse9K6n3lfu623HoDc9NOAT0cGts17Oa83memCv6ZMuvKVk6VJ vO9VdNzS4AbEogV7vdLxZ8lbrSVjNzYHLZYsEZaK+gd1Sd1FYkfp6pYpKeL4qA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=SrSS6mMQ; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1717086515; 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=C9rPmqgP+lveFCsxjAPB946U+TL1st6cwFj8BJHmjS8=; b=GyhkTUrNSHr8SLBFTlOr/ybTNUgE4JO8WI/j+yeUjlMK0O5yS90nSbtDVrlWo01pVgiQm8 vuCsXmGbg0Oein1qKbF9bfrSYGnuhUeMTe27GZnflaxxYu1k1Omt4UokpywmGMqEccMq+I phDFV+IsS9bOoFjLfJhl8dSCKSg44J+3TWNPK7k+fGl4EAjkTWtdzTEhOqqw4cuAFY7ta3 gZofwkmUJTViQ+QXxZzvjQGxVk7QkAADMlNVlnDCTnoTOZ0TVThjKUA6RruUOWWLsmrp4s imFfkauWG1nPdKl18giZIbsukMuf2JkUZXUBwR2T4KO3mmzSUKSSFQZwGqwEnA== 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 4FE516B552 for ; Thu, 30 May 2024 18:28:35 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sCicM-0003Ca-Au; Thu, 30 May 2024 12:27:06 -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 1sChbL-0001Zp-Nf for guix-patches@gnu.org; Thu, 30 May 2024 11:22:00 -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 1sChbL-0007kx-F5 for guix-patches@gnu.org; Thu, 30 May 2024 11:21:59 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sChbV-0002wa-SZ; Thu, 30 May 2024 11:22:09 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71278] [PATCH 14/44] gnu: Add rust-dbusmenu-gtk3-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:09 +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.171708250010975 (code B ref 71278); Thu, 30 May 2024 15:22:09 +0000 Received: (at 71278) by debbugs.gnu.org; 30 May 2024 15:21:40 +0000 Received: from localhost ([127.0.0.1]:42182 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sChb2-0002qq-14 for submit@debbugs.gnu.org; Thu, 30 May 2024 11:21:40 -0400 Received: from layka.disroot.org ([178.21.23.139]:46284) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sChan-0002p2-3v for 71278@debbugs.gnu.org; Thu, 30 May 2024 11:21:25 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 0803A41A68; Thu, 30 May 2024 17:21:14 +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 PwcrUF4VmN6a; Thu, 30 May 2024 17:21:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1717082472; bh=nTOo+2Aj6/mpEbC9TAgcVAI7f2ijULJK3ZOhGX3iFGk=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=SrSS6mMQrejlwuxeNll+ovAjPReARSv1vcmhSGPgw8XEz7tR5pnP840tpe7gxw9aB NNbzt2KdTpDlCZzoAP3V/Uch+ilFHjSl2JFTd0CVxyqdBxtF+D4frhc6ylhcfXIC+l H7nBGnmMdn2kxA4H1maeE1pvMBzJZKAXo9ODeY4F4lHEw2DW2jMO72kiOZXGHaIbxe /Jr82UOqvWui4I/os4G0jmTdW58AkIuB+EgKlm2+sDWCrmo/xcAosDEc9BmvGn/MrI b1XHIUJWUfvhoqwV43sQYVq8uVuGPneHJnhlcCxE3dpI8vFgahcpyv1OIlGmdFoMaO niRujJ2mBsZ5A== Date: Thu, 30 May 2024 12:17:41 -0300 Message-ID: <3a38623fc7c199019db25246972e0a8ca51e9144.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-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Queue-Id: 4FE516B552 X-Migadu-Scanner: mx12.migadu.com X-Migadu-Spam-Score: -6.35 X-Spam-Score: -6.35 X-TUID: gUXqfdDH1tKB * gnu/packages/crates-io.scm (rust-dbusmenu-gtk3-0.1): New variable. Change-Id: I54e2b77a54df28cf3929b105b06c813e28a28296 --- gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index f271d10bc7..c243138ba8 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -19875,6 +19875,31 @@ (define-public rust-dbusmenu-glib-sys-0.1 (description "FFI bindings to dbusmenu-glib") (license license:lgpl3))) +(define-public rust-dbusmenu-gtk3-0.1 + (package + (name "rust-dbusmenu-gtk3") + (version "0.1.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "dbusmenu-gtk3" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0vj3k0pn2m6j0wj28qcy5jwgvwlva91ic4fnwk791mzfafzh4pmi")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs (("rust-libc" ,rust-libc-0.2) + ("rust-gtk" ,rust-gtk-0.17) + ("rust-glib" ,rust-glib-0.17) + ("rust-dbusmenu-gtk3-sys" ,rust-dbusmenu-gtk3-sys-0.1) + ("rust-dbusmenu-glib" ,rust-dbusmenu-glib-0.1) + ("rust-atk" ,rust-atk-0.17)))) + (home-page "https://github.com/ralismark/dbusmenu-rs") + (synopsis "Rust bindings to dbusmenu-gtk3") + (description "Rust bindings to dbusmenu-gtk3") + (license license:lgpl3))) + (define-public rust-deadpool-0.9 (package (name "rust-deadpool") -- 2.41.0