mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 17:46:43 +01:00
gnu: Add rust-pango-sys-0.19.
* gnu/packages/crates-gtk.scm (rust-pango-sys-0.19): New variable. (rust-pango-sys-0.18): Inherit from rust-pango-sys-0.19. Change-Id: Iaef61eb803c869aa0283b5157d0f140ebcfa86a6
This commit is contained in:
parent
75d4f9b42d
commit
613f19a796
1 changed files with 25 additions and 5 deletions
|
@ -3189,21 +3189,21 @@ (define-public rust-pango-0.8
|
||||||
#: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))))))
|
||||||
|
|
||||||
(define-public rust-pango-sys-0.18
|
(define-public rust-pango-sys-0.19
|
||||||
(package
|
(package
|
||||||
(name "rust-pango-sys")
|
(name "rust-pango-sys")
|
||||||
(version "0.18.0")
|
(version "0.19.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "pango-sys" version))
|
(uri (crate-uri "pango-sys" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1iaxalcaaj59cl9n10svh4g50v8jrc1a36kd7n9yahx8j7ikfrs3"))))
|
(base32 "182bcd6255v5yvnskbhxnb6kwak240z7sn54si2b5h46l17xl0zz"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-glib-sys" ,rust-glib-sys-0.18)
|
`(#:cargo-inputs (("rust-glib-sys" ,rust-glib-sys-0.19)
|
||||||
("rust-gobject-sys" ,rust-gobject-sys-0.18)
|
("rust-gobject-sys" ,rust-gobject-sys-0.19)
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-system-deps" ,rust-system-deps-6))
|
("rust-system-deps" ,rust-system-deps-6))
|
||||||
#:cargo-development-inputs (("rust-shell-words" ,rust-shell-words-1)
|
#:cargo-development-inputs (("rust-shell-words" ,rust-shell-words-1)
|
||||||
|
@ -3215,6 +3215,26 @@ (define-public rust-pango-sys-0.18
|
||||||
(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-pango-sys-0.18
|
||||||
|
(package
|
||||||
|
(inherit rust-pango-sys-0.19)
|
||||||
|
(name "rust-pango-sys")
|
||||||
|
(version "0.18.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "pango-sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1iaxalcaaj59cl9n10svh4g50v8jrc1a36kd7n9yahx8j7ikfrs3"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-glib-sys" ,rust-glib-sys-0.18)
|
||||||
|
("rust-gobject-sys" ,rust-gobject-sys-0.18)
|
||||||
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-system-deps" ,rust-system-deps-6))
|
||||||
|
#:cargo-development-inputs (("rust-shell-words" ,rust-shell-words-1)
|
||||||
|
("rust-tempfile" ,rust-tempfile-3))))))
|
||||||
|
|
||||||
(define-public rust-pango-sys-0.17
|
(define-public rust-pango-sys-0.17
|
||||||
(package
|
(package
|
||||||
(inherit rust-pango-sys-0.18)
|
(inherit rust-pango-sys-0.18)
|
||||||
|
|
Loading…
Reference in a new issue