gnu: Add rust-pangocairo-0.9.
* gnu/packages/crates-io.scm (rust-pangocairo-0.9): New variable. (rust-pangocairo-0.8): Inherit from rust-pangocairo-0.9.
parent
18ed7469f2
commit
441d4b67dc
|
@ -15565,8 +15565,46 @@ normally prevent moving a type that has been borrowed from.")
|
||||||
(description "This package provides FFI bindings to @code{libpango-1.0}.")
|
(description "This package provides FFI bindings to @code{libpango-1.0}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-pangocairo-0.9
|
||||||
|
(package
|
||||||
|
(name "rust-pangocairo")
|
||||||
|
(version "0.9.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "pangocairo" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0bap3h78hdqdyln58349qjjbcv45m8a0a16c4n9fprdj1my0gldx"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-bitflags" ,rust-bitflags-1)
|
||||||
|
("rust-cairo-rs" ,rust-cairo-rs-0.8)
|
||||||
|
("rust-cairo-sys-rs" ,rust-cairo-sys-rs-0.9)
|
||||||
|
("rust-glib" ,rust-glib-0.9)
|
||||||
|
("rust-glib-sys" ,rust-glib-sys-0.9)
|
||||||
|
("rust-gobject-sys" ,rust-gobject-sys-0.9)
|
||||||
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-pango" ,rust-pango-0.8)
|
||||||
|
("rust-pango-sys" ,rust-pango-sys-0.9)
|
||||||
|
("rust-pangocairo-sys" ,rust-pangocairo-sys-0.10)
|
||||||
|
("rust-gtk-rs-lgpl-docs" ,rust-gtk-rs-lgpl-docs-0.1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
|
||||||
|
(inputs
|
||||||
|
`(("gtk+" ,gtk+)))
|
||||||
|
(home-page "http://gtk-rs.org/")
|
||||||
|
(synopsis "Rust bindings for the PangoCairo library")
|
||||||
|
(description
|
||||||
|
"Rust bindings for the PangoCairo library.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-pangocairo-0.8
|
(define-public rust-pangocairo-0.8
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-pangocairo-0.9)
|
||||||
(name "rust-pangocairo")
|
(name "rust-pangocairo")
|
||||||
(version "0.8.0")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
|
@ -15578,7 +15616,6 @@ normally prevent moving a type that has been borrowed from.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qjiwsp73x3w0493dzycyjzxnzwq7ixwmf1ccr5r41pjhxbnk1kl"))))
|
"0qjiwsp73x3w0493dzycyjzxnzwq7ixwmf1ccr5r41pjhxbnk1kl"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-bitflags" ,rust-bitflags-1)
|
(("rust-bitflags" ,rust-bitflags-1)
|
||||||
|
@ -15593,14 +15630,7 @@ normally prevent moving a type that has been borrowed from.")
|
||||||
("rust-pangocairo-sys" ,rust-pangocairo-sys-0.10)
|
("rust-pangocairo-sys" ,rust-pangocairo-sys-0.10)
|
||||||
("rust-gtk-rs-lgpl-docs" ,rust-gtk-rs-lgpl-docs-0.1))
|
("rust-gtk-rs-lgpl-docs" ,rust-gtk-rs-lgpl-docs-0.1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
|
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))))
|
||||||
(inputs
|
|
||||||
`(("gtk+" ,gtk+)))
|
|
||||||
(home-page "http://gtk-rs.org/")
|
|
||||||
(synopsis "Rust bindings for the PangoCairo library")
|
|
||||||
(description
|
|
||||||
"Rust bindings for the PangoCairo library.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-pangocairo-sys-0.10
|
(define-public rust-pangocairo-sys-0.10
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue