From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 75061@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75061] [PATCH rust-team 1/6] gnu: rust-atk-0.14: Order alphabetically.
Date: Tue, 24 Dec 2024 11:21:02 +0100 [thread overview]
Message-ID: <0fa9a8b86472ec34210687a2782b6499fa2ac42f.1735035595.git.herman@rimm.ee> (raw)
* gnu/packages/crates-gtk.scm (rust-atk-0.14): Order.
Change-Id: If848347fad5542a228902b7e6528c7a470421a6f
---
gnu/packages/crates-gtk.scm | 58 ++++++++++++++++++-------------------
1 file changed, 29 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/crates-gtk.scm b/gnu/packages/crates-gtk.scm
index 2551ba4a42..fce8ea0a63 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -72,6 +72,35 @@ (define-public rust-aperture-0.3
"This package provides GTK Widget for cameras using gstreamer and pipewire.")
(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
(package
(name "rust-atk-sys")
@@ -174,35 +203,6 @@ (define-public rust-atk-sys-0.9
(("rust-shell-words" ,rust-shell-words-0.1)
("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
(package
(inherit rust-atk-0.14)
base-commit: e793fbbd5282713fe5c9aad512c5784b0afff175
--
2.45.2
next reply other threads:[~2024-12-24 10:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-24 10:21 Herman Rimm via Guix-patches via [this message]
2024-12-24 10:31 ` [bug#75061] [PATCH rust-team 2/6] gnu: rust-atk-0.8: Order alphabetically Herman Rimm via Guix-patches via
2024-12-24 10:31 ` [bug#75061] [PATCH rust-team 3/6] gnu: rust-gstreamer-gl-sys-0.21: " Herman Rimm via Guix-patches via
2024-12-24 10:31 ` [bug#75061] [PATCH rust-team 4/6] gnu: rust-actix-test-server-0.2: " Herman Rimm via Guix-patches via
2024-12-24 10:31 ` [bug#75061] [PATCH rust-team 5/6] gnu: rust-axum-macros-0.4: " Herman Rimm via Guix-patches via
2024-12-24 10:31 ` [bug#75061] [PATCH rust-team 6/6] gnu: rust-hyperlocal-0.8: " Herman Rimm via Guix-patches via
2024-12-24 12:01 ` bug#75061: [PATCH rust-team 1/6] gnu: rust-atk-0.14: " Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0fa9a8b86472ec34210687a2782b6499fa2ac42f.1735035595.git.herman@rimm.ee \
--to=guix-patches@gnu.org \
--cc=75061@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
--cc=herman@rimm.ee \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).