mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gdk-pixbuf-0.19.
* gnu/packages/crates-gtk.scm (rust-gdk-pixbuf-0.19): New variable. (rust-gdk-pixbuf-0.18): Inherit from rust-gdk-pixbuf-0.19. Change-Id: I26f7b5667c31d0c22b144408046a41fe41672e88
This commit is contained in:
parent
a8c752e02e
commit
0989c54938
1 changed files with 29 additions and 8 deletions
|
@ -592,8 +592,36 @@
|
||||||
#: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-gdk-pixbuf-0.19
|
||||||
|
(package
|
||||||
|
(name "rust-gdk-pixbuf")
|
||||||
|
(version "0.19.8")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gdk-pixbuf" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "16c6kznkh3vi82843ays8awdm37fwjd1fblv6g3h64824shsnkk2"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-gdk-pixbuf-sys" ,rust-gdk-pixbuf-sys-0.19)
|
||||||
|
("rust-gio" ,rust-gio-0.19)
|
||||||
|
("rust-glib" ,rust-glib-0.19)
|
||||||
|
("rust-libc" ,rust-libc-0.2))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
|
||||||
|
(native-inputs (list pkg-config))
|
||||||
|
(inputs (list glib gdk-pixbuf))
|
||||||
|
(home-page "https://gtk-rs.org/")
|
||||||
|
(synopsis "Rust bindings for the GdkPixbuf library")
|
||||||
|
(description
|
||||||
|
"This package provides Rust bindings for the @code{GdkPixbuf} library.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-gdk-pixbuf-0.18
|
(define-public rust-gdk-pixbuf-0.18
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-gdk-pixbuf-0.19)
|
||||||
(name "rust-gdk-pixbuf")
|
(name "rust-gdk-pixbuf")
|
||||||
(version "0.18.5")
|
(version "0.18.5")
|
||||||
(source
|
(source
|
||||||
|
@ -603,7 +631,6 @@
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1v7svvl0g7zybndmis5inaqqgi1mvcc6s1n8rkb31f5zn3qzbqah"))))
|
(base32 "1v7svvl0g7zybndmis5inaqqgi1mvcc6s1n8rkb31f5zn3qzbqah"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-gdk-pixbuf-sys" ,rust-gdk-pixbuf-sys-0.18)
|
(("rust-gdk-pixbuf-sys" ,rust-gdk-pixbuf-sys-0.18)
|
||||||
|
@ -612,13 +639,7 @@
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-once-cell" ,rust-once-cell-1))
|
("rust-once-cell" ,rust-once-cell-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))))))
|
||||||
(native-inputs (list pkg-config))
|
|
||||||
(inputs (list glib gdk-pixbuf))
|
|
||||||
(home-page "https://gtk-rs.org/")
|
|
||||||
(synopsis "Rust bindings for the GdkPixbuf library")
|
|
||||||
(description "Rust bindings for the @code{GdkPixbuf} library.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-gdk-pixbuf-0.17
|
(define-public rust-gdk-pixbuf-0.17
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue