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 sMfGFgSpWGYXwAAAA41jLg (envelope-from ) for ; Thu, 30 May 2024 18:27:48 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id yE6tEwSpWGZ+gQAA62LTzQ (envelope-from ) for ; Thu, 30 May 2024 18:27:48 +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="IbLcJD/h"; 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=1717086468; 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-type:content-type: 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=+Hzl+vgKeobiLKYPyjWaE5HVNtjLkMzry7PLfOhdG+U=; b=nyxQ7vqzlULp2GUU/HSwUPcI4j1FnxwCwdGyYfQgzSpxAjnmB/DHIOYc+8hW/FHs9MPxmr C/z9Y6OgA5Vk8Yu2dFzQemZu/tHzszp3zmJWQ2MH91TqkEmesNVrdBbf79Nccrc1jQYojK SwfM1KWv/72T1SCmJU8kLSYWhRZ6UkIPqVbnTNz7BZeEYbdJozzwgfUvHY63RNZNSBJl71 /vJ2nvhVtMcV4X4M+m9JDn8mQm+qbZrdenhsI1yuYaIxRRM5ff62Ytlnp2SIlOFTVj6udn JErn9VK4+EfD+fQxWzOpHcQSTJvXIvy3XFH7hM/ykbziNFGrjjW9UqYoR1bQLw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b="IbLcJD/h"; 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=1717086468; a=rsa-sha256; cv=none; b=d3rJc/6xCXyvqBvS8DaATGetrAXNpvuX5hF2VVPMfDXNHSEEd1X5hGyrSRCA5tPE9YZBgA o5tD8IacewbOzZX93/iFUt2trNOfBtzv85vTplu72UriTiuY85Yj7LGNnhOKyXguXcE0Mg MOwGnRL234MSNR1eKa/66oJbPAon86XXyiBtILzaDdB41udu3VPQj6cIOUyBJCxxt8Yta0 MLPsE0KNeuiOcbgl+gfq8WOZhJILSMTevHOl4UuQdXNbrnMWqDh9+8tY/CvtN3FQFyaUZh /B1k2UzcfB4lHFDaeKpcMNLJkArmeQl/zib6hNv+0k8WgI/3OWwh9gh+Y8p3TQ== 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 2270D5036F for ; Thu, 30 May 2024 18:27:47 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sCicF-00035T-Bb; Thu, 30 May 2024 12:26:59 -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 1sChbT-0001ix-67 for guix-patches@gnu.org; Thu, 30 May 2024 11:22:07 -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 1sChbS-0007mG-Ua for guix-patches@gnu.org; Thu, 30 May 2024 11:22:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sChbd-0002zJ-EC; Thu, 30 May 2024 11:22:17 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71278] [PATCH 25/44] gnu: Add rust-gdkx11-0.17. 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:17 +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.171708252811285 (code B ref 71278); Thu, 30 May 2024 15:22:17 +0000 Received: (at 71278) by debbugs.gnu.org; 30 May 2024 15:22:08 +0000 Received: from localhost ([127.0.0.1]:42253 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sChbT-0002vT-Cm for submit@debbugs.gnu.org; Thu, 30 May 2024 11:22:08 -0400 Received: from layka.disroot.org ([178.21.23.139]:53210) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sChb5-0002rs-Ul for 71278@debbugs.gnu.org; Thu, 30 May 2024 11:21:45 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E6CB241A6C; Thu, 30 May 2024 17:21:32 +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 1iDlU6aDBJZj; Thu, 30 May 2024 17:21:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1717082491; bh=YyaZIp13AyG0HASKmq9XYTz7qvkFHk9jrgNGP9q+D/M=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=IbLcJD/hqtDbOJf80zPz5FwDry/fvgLwGdJw3qv2mc0xdRADakpDKKjnnVDCBZADV 7YaKbz5xZTgaBIR79GvrG3kdgealjov2dGInqrvBXimJGI/RLZb5kkGo2dvbBe5P/a z3tG92he/G8+cpjwOfOI8wDZgToQ+4KGiaW30Vl35GUV1beyey0Hieza0hZuVvey/A k7A9Jp5qkaWMcZozczTD1jYPKd1KyV2SmQB0i+EvW/wmcmfZeH8b5g84eZnbXtytV2 tdclyFBKjWnLCdBVWOF2ObESg9C//ThcalFanUjyQMLB/lxS6AiO3WnrHxp4ypVH/q zaTNMPMzgmmGA== Date: Thu, 30 May 2024 12:17:52 -0300 Message-ID: <487abc26b659327db265b1f089f9e1deb6d4c8b5.1717072141.git.murilo@disroot.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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.85 X-Spam-Score: -6.85 X-Migadu-Queue-Id: 2270D5036F X-Migadu-Scanner: mx13.migadu.com X-TUID: oX7ubdmlSDss * gnu/packages/crates-gtk.scm (rust-gdkx11-0.17): New variable. Change-Id: If83634f24a8edadbeda5308193a79a7af34a05cd --- gnu/packages/crates-gtk.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/crates-gtk.scm b/gnu/packages/crates-gtk.scm index 9c01ce3142..cb6bce0a23 100644 --- a/gnu/packages/crates-gtk.scm +++ b/gnu/packages/crates-gtk.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2022 Aleksandr Vityazev ;;; Copyright © 2023 Steve George ;;; Copyright © 2023 Sergio Pastor Pérez +;;; Copyright © 2024 Murilo ;;; ;;; This file is part of GNU Guix. ;;; @@ -1008,6 +1009,31 @@ (define-public rust-gdk4-sys-0.7 (description "This package provides FFI bindings of GDK 4.") (license license:expat))) +(define-public rust-gdkx11-0.17 + (package + (name "rust-gdkx11") + (version "0.17.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "gdkx11" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1kyc7arci0s5v1y9c3snnqqpq4329fjlq7kdh7iyivgy1z3fzy88")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs (("rust-x11" ,rust-x11-2) + ("rust-libc" ,rust-libc-0.2) + ("rust-glib" ,rust-glib-0.17) + ("rust-gio" ,rust-gio-0.17) + ("rust-gdkx11-sys" ,rust-gdkx11-sys-0.17) + ("rust-gdk" ,rust-gdk-0.17)))) + (home-page "https://gtk-rs.org/") + (synopsis "Rust bindings for the GDK X11 library") + (description "Rust bindings for the GDK X11 library") + (license license:expat))) + (define-public rust-gio-0.18 (package (name "rust-gio") -- 2.41.0