From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:1008:1e59::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id cJ0wF43KWWZ+GQAAA41jLg (envelope-from ) for ; Fri, 31 May 2024 15:03:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id eI0LEo3KWWYLZwAA62LTzQ (envelope-from ) for ; Fri, 31 May 2024 15:03:09 +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=fSTWklLE; 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=1717160589; 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=jYZVfhDBZv6FrC4yNDIFx9YrwNsFUHkjHJAJLThvOFM=; b=Gofp8IKNQLgS89U1uKhQvElCjESDdVSBfs3wkOvtu/oTSxixGgVGJt3W79P27nivukhN8G DnZaO1/hJZjIdyK/qQnb92pGrsFSJHonWfmkDBEdLNawONG4Sg9H13DPu3lZtmubfku3NN fjfuiwG8MVoI0WD3607J5OTJBvv7WfFFtRX7g3kTcah1Z6Up0Oo4gE1jj1WitABaGTY0Mk saAJOWbYu6Cl56TkuM+OF4K6pArXxOZ7J6L/UrmZmFEAn4RvvjOT4hOQ8/UPTuYqlFqLY6 uhF8w2YuculgqO+Mz6C+kCI8vqlvSh84hZ3ksEn0igSyOKJZ67rzDHhNq1VnBQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=fSTWklLE; 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=1717160589; a=rsa-sha256; cv=none; b=jk/rYpb0S6UXJ6/3hqHwNt7BueLVDIEviDWFBSZHXzWhIySAxRXsZCZ4u66RLG/3Q7KkZh nIIDiIA/KdPg4LHN/BvCFKallSR+9LOzNpVu/ZUlzSIzVIeCiPyx4CtIJTocGRAfpLCejV tGb1ttvOLAS7xcOV5XljBBmVrTBOUgeH5NYK+iZHuFk3dtm+f+qXKfRIA9BYxoSkp4rKhk wmzFT/MW3ZlQdVobLzmzbuu6F5gpbrjjXOMjC+ct/EagibGxs8QTE4mMchRmF2ma7AJEt8 /LPgxKAZpBLVn1tW/NrOP122So65x1o3NBK7xL0oayO9LOJXN8wEFTgR/lgz1Q== 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 36414709C0 for ; Fri, 31 May 2024 15:03:09 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sD1ts-0006zV-FZ; Fri, 31 May 2024 09:02:28 -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 1sD1tN-0006K1-0O for guix-patches@gnu.org; Fri, 31 May 2024 09:01:59 -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 1sD1tM-0005gV-L8 for guix-patches@gnu.org; Fri, 31 May 2024 09:01:56 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sD1tX-0006Nh-MB; Fri, 31 May 2024 09:02:07 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71278] [PATCH v2 26/44] gnu: Add rust-gdkx11-sys-0.17. Resent-From: Murilo Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Fri, 31 May 2024 13:02:07 +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.171716047924259 (code B ref 71278); Fri, 31 May 2024 13:02:07 +0000 Received: (at 71278) by debbugs.gnu.org; 31 May 2024 13:01:19 +0000 Received: from localhost ([127.0.0.1]:53623 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sD1sk-0006J2-QD for submit@debbugs.gnu.org; Fri, 31 May 2024 09:01:19 -0400 Received: from layka.disroot.org ([178.21.23.139]:43138) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sD1sf-0006H7-AY for 71278@debbugs.gnu.org; Fri, 31 May 2024 09:01:13 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id C1A8544E15; Fri, 31 May 2024 15:01:01 +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 084Jgir_3gj0; Fri, 31 May 2024 15:01:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1717160460; bh=ybAG/9KLKC8n9tKSItA4XKDbsTp/KRkIOy2Xlf+uP4Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=fSTWklLENLTHAK2l/7V2K9Gi8BsY6D6D1z5g1+6Ie0pVoIZThpnIzb80BYfv8xXbx wLSQEQsklRH17uYvLSujR6YTpI3H2hXhMEKIKOAsX7eUf5vhe95DF0LktVKAA1RUgN CFkXDZs6Rksb6peNeH/13Ilb3TzGLG4PXxoFbTiVq4RhNhzMVHxAu+pRQArakyvrvL 2d2ZKBnz/GRY+O8+i1wZiJi5xQ6r+dr9RoEyE4O2ZcrzHEmsxnRsOns6g6QXvNVZt/ kJtZQzFCYA6s94w1NUY6tTCgscqxHbiS0sLfMGAsr2WtJ0Inbs926Ed5oTRB/shxq2 bTNsYp9T0vXyQ== Date: Fri, 31 May 2024 09:38:16 -0300 Message-ID: <2d9445a337cf58c368df6fb82c22f99ccdf3e2aa.1717159113.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-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-Spam-Score: -6.35 X-Migadu-Queue-Id: 36414709C0 X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -6.35 X-TUID: TpwnhY9agkX6 * gnu/packages/crates-gtk.scm (rust-gdkx11-sys-0.17): New variable. Change-Id: I9e480db6a4edfad1ed4a33edf32fe1b8566bbac0 --- gnu/packages/crates-gtk.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/crates-gtk.scm b/gnu/packages/crates-gtk.scm index cb6bce0a23..d601fa3128 100644 --- a/gnu/packages/crates-gtk.scm +++ b/gnu/packages/crates-gtk.scm @@ -1034,6 +1034,30 @@ (define-public rust-gdkx11-0.17 (description "Rust bindings for the GDK X11 library") (license license:expat))) +(define-public rust-gdkx11-sys-0.17 + (package + (name "rust-gdkx11-sys") + (version "0.17.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "gdkx11-sys" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0h07l0hvkqgaq05002cv0rx63p5368qwzxbvf4bb8nqn1561gaka")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs (("rust-x11" ,rust-x11-2) + ("rust-system-deps" ,rust-system-deps-6) + ("rust-libc" ,rust-libc-0.2) + ("rust-glib-sys" ,rust-glib-sys-0.17) + ("rust-gdk-sys" ,rust-gdk-sys-0.17)))) + (home-page "https://gtk-rs.org/") + (synopsis "FFI binding for libgdkx11") + (description "FFI binding for libgdkx11") + (license license:expat))) + (define-public rust-gio-0.18 (package (name "rust-gio") -- 2.41.0