From: Divya Ranjan via Guix-patches via <guix-patches@gnu.org>
To: 74432@debbugs.gnu.org
Cc: Divya Ranjan <divya@subvertising.org>
Subject: [bug#74432] [PATCH 07/10] gnu: Add rust-gtk4-0.4.
Date: Wed, 11 Dec 2024 01:23:03 +0000 [thread overview]
Message-ID: <20241211012311.14618-7-divya@subvertising.org> (raw)
In-Reply-To: <20241211012311.14618-1-divya@subvertising.org>
* gnu/packages/crates-gtk.scm (rust-gtk4-0.4): New variable.
Change-Id: Ic8d3e431e25da2ae17486b4a13a6c0847f71e3e9
---
gnu/packages/crates-gtk.scm | 38 +++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/crates-gtk.scm b/gnu/packages/crates-gtk.scm
index 9a778a059a..3646bc9a8c 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -4179,6 +4179,44 @@ (define-public rust-gtk4-0.7
#:cargo-development-inputs
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))))
+(define-public rust-gtk4-0.4
+ (package
+ (name "rust-gtk4")
+ (version "0.4.9")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "gtk4" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1g5v9wwf9sgz9vx0vwfc3sxm9pm5cah3ypjy3daw6fvryapfb2jf"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-bitflags" ,rust-bitflags-1)
+ ("rust-cairo-rs" ,rust-cairo-rs-0.15)
+ ("rust-field-offset" ,rust-field-offset-0.3)
+ ("rust-futures-channel"
+ ,rust-futures-channel-0.3)
+ ("rust-gdk-pixbuf" ,rust-gdk-pixbuf-0.15)
+ ("rust-gdk4" ,rust-gdk4-0.4)
+ ("rust-gio" ,rust-gio-0.15)
+ ("rust-glib" ,rust-glib-0.15)
+ ("rust-graphene-rs" ,rust-graphene-rs-0.15)
+ ("rust-gsk4" ,rust-gsk4-0.4)
+ ("rust-gtk4-macros" ,rust-gtk4-macros-0.4)
+ ("rust-gtk4-sys" ,rust-gtk4-sys-0.4)
+ ("rust-libc" ,rust-libc-0.2)
+ ("rust-once-cell" ,rust-once-cell-1)
+ ("rust-pango" ,rust-pango-0.15))))
+ (home-page "https://gtk-rs.org/gtk4-rs")
+ (synopsis "Rust bindings of the GTK 4 library")
+ (description
+ "This package provides Rust bindings of the GTK 4 library.")
+ (license license:expat)))
+
(define-public rust-gtk4-macros-0.8
(package
(name "rust-gtk4-macros")
--
2.46.0
next prev parent reply other threads:[~2024-12-11 1:25 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-19 7:26 [bug#74432] [rust-team 0/9] Adding blue-recorder Divya Ranjan via Guix-patches via
2024-11-19 7:32 ` [bug#74432] [rust-team 1/9] gnu: crates-graphics: Add rust-dark-light Divya Ranjan via Guix-patches via
2024-11-19 7:32 ` [bug#74432] [rust-team 2/9] gnu: crates-gtk: rust-atk-sys: Update to 0.18 Divya Ranjan via Guix-patches via
2024-11-19 7:32 ` [bug#74432] [rust-team 3/9] gnu: crates-gtk: rust-gdk-sys: " Divya Ranjan via Guix-patches via
2024-11-19 7:32 ` [bug#74432] [rust-team 4/9] gnu: crates-gtk: rust-gtk-sys: " Divya Ranjan via Guix-patches via
2024-11-19 7:32 ` [bug#74432] [rust-team 5/9] gnu: crates-io: Add rust-dconf-rs Divya Ranjan via Guix-patches via
2024-11-19 7:32 ` [bug#74432] [rust-team 6/9] gnu: crates-io: Add rust-detect-desktop-environment Divya Ranjan via Guix-patches via
2024-11-19 7:32 ` [bug#74432] [rust-team 7/9] gnu: crates-io: Add rust-filename Divya Ranjan via Guix-patches via
2024-11-19 7:32 ` [bug#74432] [rust-team 8/9] gnu: crates-io: Add rust-secfmt Divya Ranjan via Guix-patches via
2024-11-19 7:32 ` [bug#74432] [rust-team 9/9] gnu: rust-apps: Add blue-recorder Divya Ranjan via Guix-patches via
2024-11-19 9:57 ` Efraim Flashner
2024-11-22 19:25 ` divya--- via Guix-patches via
2024-12-11 1:22 ` [bug#74432] [PATCH 01/10] gnu: Add rust-gdk4-sys-0.4 Divya Ranjan via Guix-patches via
2024-12-11 1:22 ` [bug#74432] [PATCH 02/10] gnu: Add rust-graphene-rs-0.15 Divya Ranjan via Guix-patches via
2024-12-11 1:22 ` [bug#74432] [PATCH 03/10] gnu: Add rust-graphene-sys-0.15 Divya Ranjan via Guix-patches via
2024-12-11 1:23 ` [bug#74432] [PATCH 04/10] gnu: Add rust-gsk4-0.4 Divya Ranjan via Guix-patches via
2024-12-11 1:23 ` [bug#74432] [PATCH 05/10] gnu: Add rust-gsk4-sys-0.4 Divya Ranjan via Guix-patches via
2024-12-11 1:23 ` [bug#74432] [PATCH 06/10] gnu: Add rust-gtk-sys-0.15 Divya Ranjan via Guix-patches via
2024-12-11 1:23 ` Divya Ranjan via Guix-patches via [this message]
2024-12-11 1:23 ` [bug#74432] [PATCH 08/10] gnu: Add rust-gtk4-macros-0.4 Divya Ranjan via Guix-patches via
2024-12-11 1:23 ` [bug#74432] [PATCH 09/10] gnu: Add rust-gtk4-sys-0.4 Divya Ranjan via Guix-patches via
2024-12-11 1:23 ` [bug#74432] [PATCH 10/10] gnu: Add blue-recorder Divya Ranjan via Guix-patches via
2024-12-11 1:31 ` [bug#74432] [rust-team 0/9] Adding blue-recorder Divya Ranjan via Guix-patches via
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=20241211012311.14618-7-divya@subvertising.org \
--to=guix-patches@gnu.org \
--cc=74432@debbugs.gnu.org \
--cc=divya@subvertising.org \
/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).