GNU bug report logs - #71278
[PATCH rust-team 00/44] Add eww.

Previous Next

Package: guix-patches;

Reported by: Murilo <murilo <at> disroot.org>

Date: Thu, 30 May 2024 15:14:02 UTC

Severity: normal

Tags: patch

Full log


Message #215 received at 71278 <at> debbugs.gnu.org (full text, mbox):

From: Murilo <murilo <at> disroot.org>
To: 71278 <at> debbugs.gnu.org
Cc: Murilo <murilo <at> disroot.org>
Subject: [PATCH v2 26/44] gnu: Add rust-gdkx11-sys-0.17.
Date: Fri, 31 May 2024 09:38:16 -0300
* 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





This bug report was last modified 1 year and 18 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.