From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id MEtkL3+gIGX0+wAAG6o9tA:P1 (envelope-from ) for ; Sat, 07 Oct 2023 02:04:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id MEtkL3+gIGX0+wAAG6o9tA (envelope-from ) for ; Sat, 07 Oct 2023 02:04:15 +0200 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 8B30D3E6D2 for ; Sat, 7 Oct 2023 02:04:15 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b="TK/v9H9y"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); 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=1696637055; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: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=PSo56dyJ+uw6kDKPpMSNfD3KVm++QycwwJzKjMwXlIY=; b=bY3Filpfbt3CxUlNOF/zyCr0IN/RW6nYobplkvQdYNLXBRJ2Xx+DOfOAzVqszLpXgni7N9 gdgLoi+HQeWWEvG+eIqdnTtSf5FTz7YKWOCv/HgqTpZK1JNOhV3EaLZNSHM2Uc+7O7Js5t A66qOiny1lNHUhuSTdKBTNvcObJS9XWmOaDRiiHiDZwWZVnE6kovqrF0jfEmmVnonIdLVa 2yXaaAp03HOC+KXfWsLv1u9udQoNepXQhyh04Pb4mZncQOt0IgOUpyNM/qfNUAxZZZBUjt GUpsYrxjUI7DqTF7zoPUE0fUDsHJwoF9xLMBWSpzFRePDs40cyaac4wz/gNecA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b="TK/v9H9y"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); 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=1696637055; a=rsa-sha256; cv=none; b=gdrvIArZQDM5Jmwvn+3djXEIics8D3vp9dNdnKt55006cRzlKCdSeXyJkbuviauDuW00PA JBxBQzqNkqNVQyC5StdQ9xNoysInSWQpCjJVzsgHGol+aQsSKnE50b4WejDi0JEksZc806 SgI9D9+iRAnzTEZXfcw//Q1B2c5F7nrLJ/zxRVnTl9Do7tKi/PAle4rwd15w1SrI+jyQaU S+JpSj/fxaIwXs0vaoiqo6ilnBKShC7ZhepOmHDh5qDOqzBNGq9IywC60ErAb/K7BpPUpL AUYpyYef8YJS8Z0BAMlLhC1fZOVNRDpBXlnsFOoddycEx/fedAGGZian6G6oWA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qoumW-0001Km-Lq; Fri, 06 Oct 2023 20:02:56 -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 1qoumR-0001FT-HN for guix-patches@gnu.org; Fri, 06 Oct 2023 20:02:51 -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 1qoumQ-0005np-94 for guix-patches@gnu.org; Fri, 06 Oct 2023 20:02:50 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qoumj-0007oH-8Y for guix-patches@gnu.org; Fri, 06 Oct 2023 20:03:09 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66378] [PATCH] gnu: Add rust-wayland-protocols-wlr-0.1. References: <878r8ftiaq.fsf@gmail.com> In-Reply-To: <878r8ftiaq.fsf@gmail.com> Resent-From: Aleksandr Vityazev Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 07 Oct 2023 00:03:09 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66378 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66378@debbugs.gnu.org Received: via spool by 66378-submit@debbugs.gnu.org id=B66378.169663698729991 (code B ref 66378); Sat, 07 Oct 2023 00:03:09 +0000 Received: (at 66378) by debbugs.gnu.org; 7 Oct 2023 00:03:07 +0000 Received: from localhost ([127.0.0.1]:52980 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qoumg-0007nR-Ry for submit@debbugs.gnu.org; Fri, 06 Oct 2023 20:03:07 -0400 Received: from mail-lf1-x131.google.com ([2a00:1450:4864:20::131]:47428) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qoumf-0007lX-6z for 66378@debbugs.gnu.org; Fri, 06 Oct 2023 20:03:05 -0400 Received: by mail-lf1-x131.google.com with SMTP id 2adb3069b0e04-50308217223so3295108e87.3 for <66378@debbugs.gnu.org>; Fri, 06 Oct 2023 17:02:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696636960; x=1697241760; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:subject:to:from:from:to:cc :subject:date:message-id:reply-to; bh=PSo56dyJ+uw6kDKPpMSNfD3KVm++QycwwJzKjMwXlIY=; b=TK/v9H9ybTnBSE+LC/B/p4SSRyhjyrx372X0GRWmSfTkM/YQMzSo4zLXvzt3NeXqds 6deeV7rSRv6qXdtBvYCDMHW7FV1o33pCT0jYGH7t8wcCd1Nyv5/aSXavn+Sx6YMQNcSz GMjQ+X5py7N5EnHz/RubeYamq4nHUKM8UuRmxWa7nU23sMfxhk5gMWwG33vUhsbymf6g s+/lzLnhdKvkXjDIhtKLCe3jtoSyCrrtL66QSjksDhdZY6DQmBETFAlz036002+i93IW 3NMI3lsxTiWPtOxx8SdIMoRzrNwYpgMZLe7U+PHVtbl11VpvcpXBQ6uAjYGkFBaVHkNw pT8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696636960; x=1697241760; h=mime-version:user-agent:message-id:date:subject:to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=PSo56dyJ+uw6kDKPpMSNfD3KVm++QycwwJzKjMwXlIY=; b=pm1mn5Z46jShVmSv/SnZoXASyGLSlPKzgWYVlmlB8/o2fWWzT0o19a8PG8Ktrr5CZK gTu3BqyHNsfddVtlBbWH8FsAK2BYHnYvYSSAtrqfJibqd1++TrIW2dpgrylB8ESGvJBV WdVjV7GKJTGEADWWNKC3dkNDdyXesLh6rquJQStcEWBtJTFEUueYpWZlUab27duZAm4L v6yRnSxXaSSk7L1iBY5KG+ZWkC0ngf2DT6wTi2fWAdkUnnchmazaDqSHL8nepRFQUcDO sC+CMoeGjAyWe7RapCNq4BrjDCQQFOlQA7j3J9SpOVH5waA691ieZG2oDcYnX74xzXDu Ynow== X-Gm-Message-State: AOJu0YykRbaP+NrUnSsRNS2ziMsouG79NsV4yeoQiFtAnunhXUqNYCmS Vp/K8RGiDMqFn6XOsGNjkgmrYpI4Awk= X-Google-Smtp-Source: AGHT+IFBpCqDeOTrbgIRJfpLn1K417ZtjE0+5mETZE+8xfFIlsf/PEQVU6OqAEOLgEVqcc6iAGr5rQ== X-Received: by 2002:a05:6512:1389:b0:503:102c:7a05 with SMTP id fc9-20020a056512138900b00503102c7a05mr10078917lfb.58.1696636959863; Fri, 06 Oct 2023 17:02:39 -0700 (PDT) Received: from magi ([176.59.18.42]) by smtp.gmail.com with ESMTPSA id a10-20020a056512020a00b0050315aa36fbsm480264lfo.282.2023.10.06.17.02.39 for <66378@debbugs.gnu.org> (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 06 Oct 2023 17:02:39 -0700 (PDT) From: Aleksandr Vityazev Date: Sat, 07 Oct 2023 03:02:38 +0300 Message-ID: <87mswvnvtt.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain 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+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: 2.81 X-Spam-Score: 2.81 X-Migadu-Queue-Id: 8B30D3E6D2 X-Migadu-Scanner: mx2.migadu.com X-TUID: SfyYWdss/LsV * gnu/packages/crates-io.scm (rust-wayland-protocols-wlr-0.1): New variable. --- gnu/packages/crates-io.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 2b09ee8f9d..3cefac7a7a 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -77508,6 +77508,34 @@ (define-public rust-wayland-protocols-0.30 protocol extensions.") (license license:expat))) +(define-public rust-wayland-protocols-wlr-0.1 + (package + (name "rust-wayland-protocols-wlr") + (version "0.1.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "wayland-protocols-wlr" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "12jqi7n77l8a13hc5w5fkdgs4kdjk9i6nvl74njsdr106c4r3sgw")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs + (("rust-bitflags" ,rust-bitflags-1) + ("rust-wayland-backend" ,rust-wayland-backend-0.1) + ("rust-wayland-client" ,rust-wayland-client-0.30) + ("rust-wayland-protocols" ,rust-wayland-protocols-0.30) + ("rust-wayland-scanner" ,rust-wayland-scanner-0.30) + ("rust-wayland-server" ,rust-wayland-server-0.30)))) + (home-page "https://github.com/smithay/wayland-rs") + (synopsis "Generated API for the WLR wayland protocol extensions") + (description "This package provides generated API for the WLR wayland +protocol extensions") + (license license:expat))) + (define-public rust-wayland-scanner-0.30 (package (name "rust-wayland-scanner") 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 prerequisite-patch-id: 82761b9bede107314f9e75282e1851da281e1d53 prerequisite-patch-id: 4eaffd8b1788833c76590916476337e55ae234b0 prerequisite-patch-id: b501999eff4662ed2917dba3b934abd1a5e2252a prerequisite-patch-id: d2b947c72b82c6366d8164f1d732a4d25c6cb4fa prerequisite-patch-id: e1df80a774d3de676f01f262c68f506b0bc1ed92 prerequisite-patch-id: 1e2e9dfb8051b74814d7711e0247674a20329b1e -- 2.41.0 -- Aleksandr Vityazev