unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73884] [PATCH 00/19] gnu: Add swayrbar
@ 2024-10-19 12:46 Luca Matei Pintilie via Guix-patches via
  2024-10-19 14:49 ` [bug#73884] [PATCH v1 01/19] gnu: Add rust-windows-metadata-0.57 Luca Matei Pintilie via Guix-patches via
  2024-10-20 16:15 ` [bug#73884] [PATCH v1 16/19] gnu: rust-once-cell-1: Update to 1.20.2 Luca Matei Pintilie via Guix-patches via
  0 siblings, 2 replies; 21+ messages in thread
From: Luca Matei Pintilie via Guix-patches via @ 2024-10-19 12:46 UTC (permalink / raw)
  To: 73884; +Cc: Luca Matei Pintilie

This patch series intends to add swayrbar, a status command for sway's
swaybar.

I've been using it for a while now, have sent a patch[1] to it once, and
have even contributed the package to void-linux[2]

Needless to say, I'm a big fan, and I'd like to see this package in guix
as well!

In regards to packaging it, unfortunately quite a lot of dependencies
had to be added, and `rust-crossbeam-utils-0.8.16` I am not
particularely happy about, but unfortunately portable-atomic[3] demands
that specific patch version.

Also shoutout to the #guix channel on libera.chat which helped me get
this properly packaged, they rock!

[1]: https://lists.sr.ht/~tsdh/public-inbox/patches/53824
[2]: https://github.com/void-linux/void-packages/pull/49742
[3]: https://crates.io/crates/portable-atomic/1.9.0/dependencies

Luca Matei Pintilie (19):
  gnu: Add rust-windows-metadata-0.57
  gnu: Add rust-windows-bindgen-0.57
  gnu: Add rust-windows-result-0.1
  gnu: Add rust-windows-interface-0.57
  gnu: Add rust-windows-implement-0.57
  gnu: Add rust-windows-core-0.57
  gnu: Add rust-windows-0.57
  gnu: Add rust-sysinfo-0.31
  gnu: Add rust-swaybar-types-3
  gnu: rust-regex-syntax-0.8: Update to 0.8.5
  gnu: rust-regex-automata-0.4: Update to 0.4.8
  gnu: rust-regex-1: Update to 1.11.0
  gnu: Add rust-crossbeam-utils-0.8.16
  gnu: rust-portable-atomic-1: Update to 1.9.0
  gnu: rust-critical-section-1: Update to 1.1.3
  gnu: rust-once-cell-1: Update to 1.20.2
  gnu: Add rust-uom-0.30
  gnu: Add rust-battery-0.7
  gnu: Add swayrbar

 gnu/packages/crates-io.scm      | 275 ++++++++++++++++++++++++--------
 gnu/packages/crates-windows.scm | 148 +++++++++++++++++
 gnu/packages/rust-apps.scm      |  36 +++++
 3 files changed, 392 insertions(+), 67 deletions(-)


base-commit: 878b5a9f890ec1317b54e577159ebbfa6a7ccbce
-- 
2.47.0





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

end of thread, other threads:[~2024-10-21  5:45 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-19 12:46 [bug#73884] [PATCH 00/19] gnu: Add swayrbar Luca Matei Pintilie via Guix-patches via
2024-10-19 14:49 ` [bug#73884] [PATCH v1 01/19] gnu: Add rust-windows-metadata-0.57 Luca Matei Pintilie via Guix-patches via
2024-10-19 14:49   ` [bug#73884] [PATCH v1 02/19] gnu: Add rust-windows-bindgen-0.57 Luca Matei Pintilie via Guix-patches via
2024-10-19 14:49   ` [bug#73884] [PATCH v1 03/19] gnu: Add rust-windows-result-0.1 Luca Matei Pintilie via Guix-patches via
2024-10-19 14:49   ` [bug#73884] [PATCH v1 04/19] gnu: Add rust-windows-interface-0.57 Luca Matei Pintilie via Guix-patches via
2024-10-19 14:49   ` [bug#73884] [PATCH v1 05/19] gnu: Add rust-windows-implement-0.57 Luca Matei Pintilie via Guix-patches via
2024-10-19 14:49   ` [bug#73884] [PATCH v1 06/19] gnu: Add rust-windows-core-0.57 Luca Matei Pintilie via Guix-patches via
2024-10-19 14:49   ` [bug#73884] [PATCH v1 07/19] gnu: Add rust-windows-0.57 Luca Matei Pintilie via Guix-patches via
2024-10-19 14:49   ` [bug#73884] [PATCH v1 08/19] gnu: Add rust-sysinfo-0.31 Luca Matei Pintilie via Guix-patches via
2024-10-19 14:49   ` [bug#73884] [PATCH v1 09/19] gnu: Add rust-swaybar-types-3 Luca Matei Pintilie via Guix-patches via
2024-10-19 14:49   ` [bug#73884] [PATCH v1 10/19] gnu: rust-regex-syntax-0.8: Update to 0.8.5 Luca Matei Pintilie via Guix-patches via
2024-10-19 14:49   ` [bug#73884] [PATCH v1 11/19] gnu: rust-regex-automata-0.4: Update to 0.4.8 Luca Matei Pintilie via Guix-patches via
2024-10-19 14:49   ` [bug#73884] [PATCH v1 12/19] gnu: rust-regex-1: Update to 1.11.0 Luca Matei Pintilie via Guix-patches via
2024-10-19 14:49   ` [bug#73884] [PATCH v1 13/19] gnu: Add rust-crossbeam-utils-0.8.16 Luca Matei Pintilie via Guix-patches via
2024-10-19 14:49   ` [bug#73884] [PATCH v1 14/19] gnu: rust-portable-atomic-1: Update to 1.9.0 Luca Matei Pintilie via Guix-patches via
2024-10-19 14:49   ` [bug#73884] [PATCH v1 15/19] gnu: rust-critical-section-1: Update to 1.1.3 Luca Matei Pintilie via Guix-patches via
2024-10-21  5:20   ` [bug#73884] [PATCH v1 01/19] gnu: Add rust-windows-metadata-0.57 Efraim Flashner
2024-10-20 16:15 ` [bug#73884] [PATCH v1 16/19] gnu: rust-once-cell-1: Update to 1.20.2 Luca Matei Pintilie via Guix-patches via
2024-10-20 16:15   ` [bug#73884] [PATCH v1 17/19] gnu: Add rust-uom-0.30 Luca Matei Pintilie via Guix-patches via
2024-10-20 16:15   ` [bug#73884] [PATCH v1 18/19] gnu: Add rust-battery-0.7 Luca Matei Pintilie via Guix-patches via
2024-10-20 16:15   ` [bug#73884] [PATCH v1 19/19] gnu: Add swayrbar Luca Matei Pintilie via Guix-patches via

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).