mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-atk-0.14: Order alphabetically.
* gnu/packages/crates-gtk.scm (rust-atk-0.14): Order. Change-Id: If848347fad5542a228902b7e6528c7a470421a6f Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ef5ad17ec1
commit
902b0fc69d
1 changed files with 29 additions and 29 deletions
|
@ -72,6 +72,35 @@
|
||||||
"This package provides GTK Widget for cameras using gstreamer and pipewire.")
|
"This package provides GTK Widget for cameras using gstreamer and pipewire.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public rust-atk-0.14
|
||||||
|
(package
|
||||||
|
(name "rust-atk")
|
||||||
|
(version "0.14.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "atk" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1fi6f3k1lgd0iymar58hp88k76fm5pd1npi2avdn9r3mmb922fx8"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build?
|
||||||
|
#t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-atk-sys" ,rust-atk-sys-0.14)
|
||||||
|
("rust-bitflags" ,rust-bitflags-1)
|
||||||
|
("rust-glib" ,rust-glib-0.14)
|
||||||
|
("rust-libc" ,rust-libc-0.2))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
|
||||||
|
(inputs
|
||||||
|
(list at-spi2-core glib))
|
||||||
|
(home-page "https://gtk-rs.org/")
|
||||||
|
(synopsis "Rust bindings for the ATK library")
|
||||||
|
(description "Rust bindings for the ATK library")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-atk-sys-0.18
|
(define-public rust-atk-sys-0.18
|
||||||
(package
|
(package
|
||||||
(name "rust-atk-sys")
|
(name "rust-atk-sys")
|
||||||
|
@ -174,35 +203,6 @@
|
||||||
(("rust-shell-words" ,rust-shell-words-0.1)
|
(("rust-shell-words" ,rust-shell-words-0.1)
|
||||||
("rust-tempfile" ,rust-tempfile-3))))))
|
("rust-tempfile" ,rust-tempfile-3))))))
|
||||||
|
|
||||||
(define-public rust-atk-0.14
|
|
||||||
(package
|
|
||||||
(name "rust-atk")
|
|
||||||
(version "0.14.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "atk" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1fi6f3k1lgd0iymar58hp88k76fm5pd1npi2avdn9r3mmb922fx8"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build?
|
|
||||||
#t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-atk-sys" ,rust-atk-sys-0.14)
|
|
||||||
("rust-bitflags" ,rust-bitflags-1)
|
|
||||||
("rust-glib" ,rust-glib-0.14)
|
|
||||||
("rust-libc" ,rust-libc-0.2))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
|
|
||||||
(inputs
|
|
||||||
(list at-spi2-core glib))
|
|
||||||
(home-page "https://gtk-rs.org/")
|
|
||||||
(synopsis "Rust bindings for the ATK library")
|
|
||||||
(description "Rust bindings for the ATK library")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-atk-0.8
|
(define-public rust-atk-0.8
|
||||||
(package
|
(package
|
||||||
(inherit rust-atk-0.14)
|
(inherit rust-atk-0.14)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue