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 2/6] gnu: rust-atk-0.8: Order alphabetically.
Date: Tue, 24 Dec 2024 11:31:03 +0100 [thread overview]
Message-ID: <408afeb0f341b4c513fc45e7263acae3d4d70a43.1735035595.git.herman@rimm.ee> (raw)
In-Reply-To: <0fa9a8b86472ec34210687a2782b6499fa2ac42f.1735035595.git.herman@rimm.ee>
* gnu/packages/crates-gtk.scm (rust-atk-0.8): Order.
Change-Id: I70e6fff44123469c9a4e93bc44a4eb3ba0c0a591
---
gnu/packages/crates-gtk.scm | 48 ++++++++++++++++++-------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/crates-gtk.scm b/gnu/packages/crates-gtk.scm
index fce8ea0a63..587d293119 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -101,6 +101,30 @@ (define-public rust-atk-0.14
(description "Rust bindings for the ATK library")
(license license:expat)))
+(define-public rust-atk-0.8
+ (package
+ (inherit rust-atk-0.14)
+ (name "rust-atk")
+ (version "0.8.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "atk" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0gk6ijqsd6kh8cki1wznw570499psbppg3d5bqaayagjapxawka4"))))
+ (arguments
+ `(#:cargo-inputs
+ (("rust-atk-sys" ,rust-atk-sys-0.9)
+ ("rust-bitflags" ,rust-bitflags-1)
+ ("rust-glib" ,rust-glib-0.9)
+ ("rust-glib-sys" ,rust-glib-sys-0.9)
+ ("rust-gobject-sys" ,rust-gobject-sys-0.9)
+ ("rust-gtk-rs-lgpl-docs" ,rust-gtk-rs-lgpl-docs-0.1)
+ ("rust-libc" ,rust-libc-0.2))
+ #:cargo-development-inputs
+ (("rust-gir-format-check" ,rust-gir-format-check-0.1))))))
+
(define-public rust-atk-sys-0.18
(package
(name "rust-atk-sys")
@@ -203,30 +227,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.8
- (package
- (inherit rust-atk-0.14)
- (name "rust-atk")
- (version "0.8.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "atk" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0gk6ijqsd6kh8cki1wznw570499psbppg3d5bqaayagjapxawka4"))))
- (arguments
- `(#:cargo-inputs
- (("rust-atk-sys" ,rust-atk-sys-0.9)
- ("rust-bitflags" ,rust-bitflags-1)
- ("rust-glib" ,rust-glib-0.9)
- ("rust-glib-sys" ,rust-glib-sys-0.9)
- ("rust-gobject-sys" ,rust-gobject-sys-0.9)
- ("rust-gtk-rs-lgpl-docs" ,rust-gtk-rs-lgpl-docs-0.1)
- ("rust-libc" ,rust-libc-0.2))
- #:cargo-development-inputs
- (("rust-gir-format-check" ,rust-gir-format-check-0.1))))))
-
(define-public rust-cairo-rs-0.20
(package
(name "rust-cairo-rs")
--
2.45.2
next prev parent reply other threads:[~2024-12-24 10:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-24 10:21 [bug#75061] [PATCH rust-team 1/6] gnu: rust-atk-0.14: Order alphabetically Herman Rimm via Guix-patches via
2024-12-24 10:31 ` Herman Rimm via Guix-patches via [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=408afeb0f341b4c513fc45e7263acae3d4d70a43.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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.