[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
440/475: gnu: Add rust-ttf-parser-0.19.
From: |
guix-commits |
Subject: |
440/475: gnu: Add rust-ttf-parser-0.19. |
Date: |
Sun, 7 May 2023 12:48:41 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 3f9dfac5fa5d6f7f9d8dec329cf730c57b6c8435
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 24 16:39:18 2023 +0300
gnu: Add rust-ttf-parser-0.19.
* gnu/packages/crates-io.scm (rust-ttf-parser-0.19): New variable.
(rust-ttf-parser-0.12): Inherit from rust-ttf-parser-0.19.
---
gnu/packages/crates-io.scm | 31 +++++++++++++++++++++++--------
1 file changed, 23 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2ef6d38e72..0cd59c364a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -68053,8 +68053,30 @@ and run them to verify the results, taking inspiration
from @code{trybuild} and
("rust-snapbox" ,rust-snapbox-0.4)
("rust-toml-edit" ,rust-toml-edit-0.14))))))
+(define-public rust-ttf-parser-0.19
+ (package
+ (name "rust-ttf-parser")
+ (version "0.19.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "ttf-parser" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0iipdkmj1zyg2gl7rsyigj9c7gmsqllg2v8d80jwscivmq1g1p24"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t)) ; Cut the dependency graph.
+ (home-page "https://github.com/RazrFalcon/ttf-parser")
+ (synopsis "High-level, safe, zero-allocation TrueType font parser")
+ (description
+ "This package provides a high-level, safe, zero-allocation TrueType font
+parser.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-ttf-parser-0.12
(package
+ (inherit rust-ttf-parser-0.19)
(name "rust-ttf-parser")
(version "0.12.3")
(source
@@ -68064,14 +68086,7 @@ and run them to verify the results, taking inspiration
from @code{trybuild} and
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1rkj90w4k21y88i69rlwb8pyfvv5lnb7x2b8yvdan21gha5gbqks"))))
- (build-system cargo-build-system)
- (arguments `(#:skip-build? #t))
- (home-page "https://github.com/RazrFalcon/ttf-parser")
- (synopsis "High-level, safe, zero-allocation TrueType font parser")
- (description
- "This package provides a high-level, safe, zero-allocation TrueType font
-parser.")
- (license (list license:expat license:asl2.0))))
+ (arguments `(#:skip-build? #t))))
(define-public rust-ttf-parser-0.6
(package
- 392/475: gnu: rust-wayland-sys-0.29: Update to 0.29.5., (continued)
- 392/475: gnu: rust-wayland-sys-0.29: Update to 0.29.5., guix-commits, 2023/05/07
- 368/475: gnu: rust-pledge-0.3: Update to 0.4.2., guix-commits, 2023/05/07
- 397/475: gnu: Add rust-smithay-client-toolkit-0.16., guix-commits, 2023/05/07
- 385/475: gnu: rust-wayland-commons-0.29: Update to 0.29.5., guix-commits, 2023/05/07
- 376/475: gnu: Add rust-block2-0.2., guix-commits, 2023/05/07
- 430/475: gnu: Add rust-ndk-0.7., guix-commits, 2023/05/07
- 425/475: gnu: rust-toml-edit-0.19: Update to 0.19.8., guix-commits, 2023/05/07
- 422/475: gnu: rust-serde-test-1: Update to 1.0.160., guix-commits, 2023/05/07
- 431/475: gnu: Add rust-redox-syscall-0.3., guix-commits, 2023/05/07
- 432/475: gnu: Add rust-sctk-adwaita-0.5., guix-commits, 2023/05/07
- 440/475: gnu: Add rust-ttf-parser-0.19.,
guix-commits <=
- 450/475: gnu: rust-bindgen-0.59: Add missing inputs., guix-commits, 2023/05/07
- 457/475: gnu: rust-webpki-roots-0.22: Add missing input., guix-commits, 2023/05/07
- 446/475: gnu: Add rust-tiny-skia-path-0.8., guix-commits, 2023/05/07
- 464/475: gnu: rust-sct-0.5: Fix build., guix-commits, 2023/05/07
- 462/475: gnu: rust-tokio-rustls-0.23: Add missing input., guix-commits, 2023/05/07
- 458/475: gnu: rust-criterion-0.3: Update to 0.3.6., guix-commits, 2023/05/07
- 455/475: gnu: rust-selectors-0.21: Fix cargo inputs., guix-commits, 2023/05/07
- 472/475: gnu: librsvg-for-system: Choose librsvg based on package support., guix-commits, 2023/05/07
- 453/475: gnu: rust-rustls-0.17: Skip the tests., guix-commits, 2023/05/07
- 471/475: gnu: rust: Re-enable aarch64-linux support., guix-commits, 2023/05/07