Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] i3status-rust: Update to 0.32.3.
@ 2023-12-29  8:22 klardotsh
  2024-01-07  6:23 ` icp1994
  2024-01-09 19:36 ` [PR PATCH] [Closed]: " klardotsh
  0 siblings, 2 replies; 8+ messages in thread
From: klardotsh @ 2023-12-29  8:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1451 bytes --]

There is a new pull request by klardotsh against master on the void-packages repository

https://github.com/klardotsh/void-packages klardotsh/update-i3status-rust
https://github.com/void-linux/void-packages/pull/47968

i3status-rust: Update to 0.32.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (I just spent something like an hour updating my TOML config to the new schema since everything was broken... believe me, I'd know if this package was broken after that slog 😃)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/47968.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-klardotsh/update-i3status-rust-47968.patch --]
[-- Type: text/x-diff, Size: 1308 bytes --]

From 990e2bab711ceb297f4f4ffd08f7e8082f09bd35 Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Fri, 29 Dec 2023 00:20:53 -0800
Subject: [PATCH] i3status-rust: Update to 0.32.3.

---
 srcpkgs/i3status-rust/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template
index 5e51b37ac809d..3c78a13013b1a 100644
--- a/srcpkgs/i3status-rust/template
+++ b/srcpkgs/i3status-rust/template
@@ -1,7 +1,7 @@
 # Template file for 'i3status-rust'
 pkgname=i3status-rust
-version=0.22.0
-revision=4
+version=0.32.3
+revision=1
 build_style=cargo
 make_check_args="--bins"
 hostmakedepends="pkg-config"
@@ -12,12 +12,10 @@ license="GPL-3.0-only"
 homepage="https://github.com/greshake/i3status-rust"
 changelog="https://raw.githubusercontent.com/greshake/i3status-rust/master/NEWS.md"
 distfiles="https://github.com/greshake/i3status-rust/archive/refs/tags/v${version}.tar.gz"
-checksum=cd28a90ccb2f9faaaef1e528619f1018981609d77f409abe4877350d810d3324
+checksum=6a2c37d0e424d666f297d7ec36279b54a522acf5bf77af883be1991513e4da61
 
 post_install() {
 	vmkdir usr/share/i3status-rust
 	vcopy ${wrksrc}/files/icons usr/share/i3status-rust/
 	vcopy ${wrksrc}/files/themes usr/share/i3status-rust/
-
-	vman man/i3status-rs.1
 }

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

* Re: i3status-rust: Update to 0.32.3.
  2023-12-29  8:22 [PR PATCH] i3status-rust: Update to 0.32.3 klardotsh
@ 2024-01-07  6:23 ` icp1994
  2024-01-09 19:36 ` [PR PATCH] [Closed]: " klardotsh
  1 sibling, 0 replies; 8+ messages in thread
From: icp1994 @ 2024-01-07  6:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 233 bytes --]

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/47968#issuecomment-1879968843

Comment:
https://github.com/void-linux/void-packages/commit/ce33bc33820187d51e795b140e8f84dc68346329

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

* Re: [PR PATCH] [Closed]: i3status-rust: Update to 0.32.3.
  2023-12-29  8:22 [PR PATCH] i3status-rust: Update to 0.32.3 klardotsh
  2024-01-07  6:23 ` icp1994
@ 2024-01-09 19:36 ` klardotsh
  1 sibling, 0 replies; 8+ messages in thread
From: klardotsh @ 2024-01-09 19:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1273 bytes --]

There's a closed pull request on the void-packages repository

i3status-rust: Update to 0.32.3.
https://github.com/void-linux/void-packages/pull/47968

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (I just spent something like an hour updating my TOML config to the new schema since everything was broken... believe me, I'd know if this package was broken after that slog 😃)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: i3status-rust: update to 0.32.3
  2023-12-22  6:03 [PR PATCH] i3status-rust: update " desertsagebrush
                   ` (3 preceding siblings ...)
  2024-01-07  4:57 ` classabbyamp
@ 2024-01-13 19:07 ` desertsagebrush
  4 siblings, 0 replies; 8+ messages in thread
From: desertsagebrush @ 2024-01-13 19:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

New comment by desertsagebrush on void-packages repository

https://github.com/void-linux/void-packages/pull/47870#issuecomment-1890726685

Comment:
Thank you!

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

* Re: i3status-rust: update to 0.32.3
  2023-12-22  6:03 [PR PATCH] i3status-rust: update " desertsagebrush
                   ` (2 preceding siblings ...)
  2023-12-31 19:37 ` desertsagebrush
@ 2024-01-07  4:57 ` classabbyamp
  2024-01-13 19:07 ` desertsagebrush
  4 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2024-01-07  4:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47870#issuecomment-1879940686

Comment:
fixed it up

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

* Re: i3status-rust: update to 0.32.3
  2023-12-22  6:03 [PR PATCH] i3status-rust: update " desertsagebrush
  2023-12-25 22:48 ` desertsagebrush
  2023-12-25 22:51 ` desertsagebrush
@ 2023-12-31 19:37 ` desertsagebrush
  2024-01-07  4:57 ` classabbyamp
  2024-01-13 19:07 ` desertsagebrush
  4 siblings, 0 replies; 8+ messages in thread
From: desertsagebrush @ 2023-12-31 19:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 285 bytes --]

New comment by desertsagebrush on void-packages repository

https://github.com/void-linux/void-packages/pull/47870#issuecomment-1873023583

Comment:
I'm still (slightly) poking at this, but if anyone has suggestions off the top of their head, I'm glad to see about incorporating them.

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

* Re: i3status-rust: update to 0.32.3
  2023-12-22  6:03 [PR PATCH] i3status-rust: update " desertsagebrush
  2023-12-25 22:48 ` desertsagebrush
@ 2023-12-25 22:51 ` desertsagebrush
  2023-12-31 19:37 ` desertsagebrush
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: desertsagebrush @ 2023-12-25 22:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 374 bytes --]

New comment by desertsagebrush on void-packages repository

https://github.com/void-linux/void-packages/pull/47870#issuecomment-1869141630

Comment:
It's not worth re-running CI on this newest push; it still fails for cross-compiling (seemingly) due to the lack of an x86_64 rust stdlib in the cross-compilation environment. It now (correctly) builds for x86_64 though.....

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

* Re: i3status-rust: update to 0.32.3
  2023-12-22  6:03 [PR PATCH] i3status-rust: update " desertsagebrush
@ 2023-12-25 22:48 ` desertsagebrush
  2023-12-25 22:51 ` desertsagebrush
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: desertsagebrush @ 2023-12-25 22:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

New comment by desertsagebrush on void-packages repository

https://github.com/void-linux/void-packages/pull/47870#issuecomment-1869141630

Comment:
It's not worth re-running CI on this newest push; it still fails for cross-compiling (seemingly) due to the lack of an x86_64 rust stdlib in the cross-compilation environment.

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

end of thread, other threads:[~2024-01-13 19:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-29  8:22 [PR PATCH] i3status-rust: Update to 0.32.3 klardotsh
2024-01-07  6:23 ` icp1994
2024-01-09 19:36 ` [PR PATCH] [Closed]: " klardotsh
  -- strict thread matches above, loose matches on Subject: below --
2023-12-22  6:03 [PR PATCH] i3status-rust: update " desertsagebrush
2023-12-25 22:48 ` desertsagebrush
2023-12-25 22:51 ` desertsagebrush
2023-12-31 19:37 ` desertsagebrush
2024-01-07  4:57 ` classabbyamp
2024-01-13 19:07 ` desertsagebrush

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 NNTP newsgroup(s).