all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75061] [PATCH rust-team 1/6] gnu: rust-atk-0.14: Order alphabetically.
@ 2024-12-24 10:21 Herman Rimm via Guix-patches via
  2024-12-24 10:31 ` [bug#75061] [PATCH rust-team 2/6] gnu: rust-atk-0.8: " Herman Rimm via Guix-patches via
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-12-24 10:21 UTC (permalink / raw)
  To: 75061; +Cc: Efraim Flashner

* 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





^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-12-24 12:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [bug#75061] [PATCH rust-team 2/6] gnu: rust-atk-0.8: " 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

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.