gnu: Add rust-gsk4-sys-0.7.

* gnu/packages/crates-gtk.scm (rust-gsk4-sys-0.7): New variable.

Change-Id: I8d920484555f0c184c77757611857cf8bbdbc849
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Sergio Pastor Pérez 2023-11-28 22:13:02 +01:00 committed by Efraim Flashner
parent 58b6ab04db
commit 5852fd6a36
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2062,6 +2062,37 @@ (define-public rust-graphene-sys-0.18
(description "FFI bindings to libgraphene-1.0.")
(license license:expat)))
(define-public rust-gsk4-sys-0.7
(package
(name "rust-gsk4-sys")
(version "0.7.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "gsk4-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0mbdlm9qi1hql48rr29vsj9vlqwc7gxg67wg1q19z67azwz9xg8j"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; `GskFillRule` undeclared
#:cargo-inputs (("rust-cairo-sys-rs" ,rust-cairo-sys-rs-0.18)
("rust-gdk4-sys" ,rust-gdk4-sys-0.7)
("rust-glib-sys" ,rust-glib-sys-0.18)
("rust-gobject-sys" ,rust-gobject-sys-0.18)
("rust-graphene-sys" ,rust-graphene-sys-0.18)
("rust-libc" ,rust-libc-0.2)
("rust-pango-sys" ,rust-pango-sys-0.18)
("rust-system-deps" ,rust-system-deps-6))
#:cargo-development-inputs (("rust-shell-words" ,rust-shell-words-1)
("rust-tempfile" ,rust-tempfile-3))))
(native-inputs (list pkg-config))
(inputs (list cairo gdk-pixbuf graphene gtk pango))
(home-page "https://gtk-rs.org/")
(synopsis "FFI bindings of GSK 4")
(description "This package provides FFI bindings of GSK 4.")
(license license:expat)))
(define-public rust-gstreamer-0.18
(package
(name "rust-gstreamer")