From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 08 12:31:58 2022 Received: (at 54299) by debbugs.gnu.org; 8 Mar 2022 17:31:58 +0000 Received: from localhost ([127.0.0.1]:57687 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRdgk-0007UW-3Z for submit@debbugs.gnu.org; Tue, 08 Mar 2022 12:31:58 -0500 Received: from mout-p-202.mailbox.org ([80.241.56.172]:36088) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRdgc-0007RT-Vl for 54299@debbugs.gnu.org; Tue, 08 Mar 2022 12:31:51 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4KCj751lFCz9sVy for <54299@debbugs.gnu.org>; Tue, 8 Mar 2022 18:31:45 +0100 (CET) From: Till Robin Zickel DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=illegalaliensfrom.space; s=MBO0001; t=1646760705; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0sJvcwRJzyjEmWKCMwVd4nHHySsn8uruYJVI/U3svl8=; b=0gy03Lfr9G2psauubk6HwlYnMrgZjkraceaUTIjGeiUZqwxabblRKHhbRdPsnAb3rMNx8y zEI85png13BiiPFgA01CvFT8gt0QTwdQBZYgIE3vuKQdOqPMj5EtSUyY9QA6goTtp2jpyc Mjixq8xcx4KWEho+SOPKE/mFd10J8yAmX5zt5N45pAtw39xWBBEBe+EUwmVwzRdElmjCIi BOxYSo4tQ370BKo49IgIJY8JtORMuo9J9p4VB1hzp7RmD+c7M+XF1R63RrOYYgBAZRQfOk EjaZnRGov0xE9PYoeHCOTaDxc5YCxzLzqm7aMo5UBvK47qMFJC5LBCxrXy0eoQ== To: 54299@debbugs.gnu.org Subject: [PATCH 26/27] added rust-wayland-sys@0.29 Date: Tue, 8 Mar 2022 18:31:26 +0100 Message-Id: <20220308173127.21218-25-trzickel@illegalaliensfrom.space> In-Reply-To: <20220308173127.21218-1-trzickel@illegalaliensfrom.space> References: <20220308173127.21218-1-trzickel@illegalaliensfrom.space> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.4 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: --- gnu/packages/crates-graphics.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 48abc64d62..875435fca9 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -3 [...] Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [80.241.56.172 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [80.241.56.172 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: illegalaliensfrom.space (space)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 54299 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.4 (/) --- gnu/packages/crates-graphics.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 48abc64d62..875435fca9 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -3095,6 +3095,37 @@ (define-public rust-wayland-sys-0.28 crate @code{rust-wayland-client} for usable bindings.") (license license:expat))) +(define-public rust-wayland-sys-0.29 + (package + (inherit rust-wayland-sys-0.28) + (name "rust-wayland-sys") + (version "0.29.4") + (source (origin + (method url-fetch) + (uri (crate-uri "wayland-sys" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1m2jwk5q36jidwbdmdicmi27r9dzi4wanzg3i28nfxc9kbvisd6r")))) + (arguments + `(#:cargo-inputs (("rust-dlib" ,rust-dlib-0.5) ("rust-lazy-static" ,rust-lazy-static-1) + ("rust-libc" ,rust-libc-0.2) + ("rust-memoffset" ,rust-memoffset-0.6) + ("rust-pkg-config" ,rust-pkg-config-0.3)) + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'patch-libraries + (lambda* (#:key inputs #:allow-other-keys) + (let ((libwayland (assoc-ref inputs "wayland"))) + (substitute* (find-files "src" "\\.rs$") + (("libwayland.*\\.so" shared-lib) (string-append libwayland + "/lib/" + shared-lib))) + #t)))))) + (inputs (list rust-dlib-0.5 rust-lazy-static-1 rust-libc-0.2 + rust-pkg-config-0.3 rust-memoffset-0.6)) + (propagated-inputs (list wayland)))) + (define-public rust-wayland-sys-0.23 (package (inherit rust-wayland-sys-0.28) -- 2.34.0