mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-freetype-rs-0.37.
* gnu/packages/crates-io.scm (rust-freetype-rs-0.37): New variable. (rust-freetype-rs-0.35): Inherit from rust-freetype-rs-0.37. Change-Id: I4836c67456a1acf3108dae3343b7db3055d8616b
This commit is contained in:
parent
1a9808d6aa
commit
f2cbff8e53
1 changed files with 23 additions and 4 deletions
|
@ -28446,21 +28446,21 @@ values to other threads.")
|
||||||
(description "This package provides bindings for Freetype used by Servo.")
|
(description "This package provides bindings for Freetype used by Servo.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-freetype-rs-0.35
|
(define-public rust-freetype-rs-0.37
|
||||||
(package
|
(package
|
||||||
(name "rust-freetype-rs")
|
(name "rust-freetype-rs")
|
||||||
(version "0.35.0")
|
(version "0.37.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "freetype-rs" version))
|
(uri (crate-uri "freetype-rs" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1gzfb9fax3d3s691ys99nfihpzwl7hacvxnwvlxg4sph1fzd5ymi"))))
|
(base32 "05albg00302i1w4fxijb5wil7bdnn4gcknw20q2df2azj8dzilfi"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||||
("rust-freetype-sys" ,rust-freetype-sys-0.20)
|
("rust-freetype-sys" ,rust-freetype-sys-0.21)
|
||||||
("rust-libc" ,rust-libc-0.2))
|
("rust-libc" ,rust-libc-0.2))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-unicode-normalization" ,rust-unicode-normalization-0.1))))
|
(("rust-unicode-normalization" ,rust-unicode-normalization-0.1))))
|
||||||
|
@ -28471,6 +28471,25 @@ values to other threads.")
|
||||||
(description "This package provides bindings for FreeType font library.")
|
(description "This package provides bindings for FreeType font library.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-freetype-rs-0.35
|
||||||
|
(package
|
||||||
|
(inherit rust-freetype-rs-0.37)
|
||||||
|
(name "rust-freetype-rs")
|
||||||
|
(version "0.35.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "freetype-rs" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1gzfb9fax3d3s691ys99nfihpzwl7hacvxnwvlxg4sph1fzd5ymi"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||||
|
("rust-freetype-sys" ,rust-freetype-sys-0.20)
|
||||||
|
("rust-libc" ,rust-libc-0.2))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-unicode-normalization" ,rust-unicode-normalization-0.1))))))
|
||||||
|
|
||||||
(define-public rust-freetype-rs-0.32
|
(define-public rust-freetype-rs-0.32
|
||||||
(package
|
(package
|
||||||
(inherit rust-freetype-rs-0.35)
|
(inherit rust-freetype-rs-0.35)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue