GNU bug report logs - #76513
[PATCH rust-team 00/77] Add module (gnu packages typst) and packages

Previous Next

Package: guix-patches;

Reported by: Andrew Wong <wongandj <at> icloud.com>

Date: Sun, 23 Feb 2025 20:06:01 UTC

Severity: normal

Tags: patch

Done: Andrew Wong <wongandj <at> icloud.com>

Full log


View this message in rfc822 format

From: Andrew Wong <wongandj <at> icloud.com>
To: 76513 <at> debbugs.gnu.org
Cc: Andrew Wong <wongandj <at> icloud.com>, Divya Ranjan Pattanaik <divya <at> subvertising.org>, Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#76513] [PATCH rust-team v3 16/78] gnu: Add rust-svgtypes-0.15.
Date: Sun,  2 Mar 2025 16:29:47 -0500
* gnu/packages/crates-graphics.scm (rust-svgtypes-0.15): New variable.

Change-Id: Id7b452af573a82c4522bdd9a17f39793c9465eb2
---
 gnu/packages/crates-graphics.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index ee34c0991f..568c693a9f 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -4662,6 +4662,27 @@ (define-public rust-svg2pdf-0.12
     (description "This package provides Convert SVG files to PDFs.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-svgtypes-0.15
+  (package
+    (name "rust-svgtypes")
+    (version "0.15.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "svgtypes" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1z4a0b76ww6rf2c8zdapqh2a7r7kmmy7m957q5h5ics4zwgm9iv8"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-kurbo" ,rust-kurbo-0.11)
+                       ("rust-siphasher" ,rust-siphasher-1))))
+    (home-page "https://github.com/linebender/svgtypes")
+    (synopsis "SVG types parser")
+    (description "This package provides SVG types parser.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-tiff-0.9
   (package
     (name "rust-tiff")
-- 
2.48.1





This bug report was last modified 19 days ago.

Previous Next


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