Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] i3status-rust: update to 0.21.4
@ 2022-02-03 14:24 hechos
  2022-02-03 14:45 ` [PR PATCH] [Updated] " hechos
  2022-02-03 14:48 ` [PR PATCH] [Closed]: " hechos
  0 siblings, 2 replies; 5+ messages in thread
From: hechos @ 2022-02-03 14:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hechos/void-packages i3status-rust
https://github.com/void-linux/void-packages/pull/35381

i3status-rust: update to 0.21.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
Yes
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35381.patch is attached

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

From 66b01014ab73a5211528227746deddf0e46161ec Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Thu, 3 Feb 2022 11:13:21 -0300
Subject: [PATCH] i3status-rust: update to 0.21.4

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

diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template
index ff5f6b3e8301..bf7a7cb3b0da 100644
--- a/srcpkgs/i3status-rust/template
+++ b/srcpkgs/i3status-rust/template
@@ -1,6 +1,6 @@
 # Template file for 'i3status-rust'
 pkgname=i3status-rust
-version=0.21.3
+version=0.21.4
 revision=1
 build_style=cargo
 make_check_args="--bins"
@@ -12,7 +12,7 @@ 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/v${version}.tar.gz"
-checksum=6e485252b9c676ec6d730f8f3bfe1622381a0fdbd47a8d074c7961c15e7a34b8
+checksum=7c40a0a8565a56cde691059a74e2f267d6c2d2add4d6c3fba1da634e28225102
 
 post_install() {
 	vmkdir usr/share/i3status-rust
@@ -21,3 +21,4 @@ post_install() {
 
 	vman man/i3status-rs.1
 }
+

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

* Re: [PR PATCH] [Updated] i3status-rust: update to 0.21.4
  2022-02-03 14:24 [PR PATCH] i3status-rust: update to 0.21.4 hechos
@ 2022-02-03 14:45 ` hechos
  2022-02-03 14:48 ` [PR PATCH] [Closed]: " hechos
  1 sibling, 0 replies; 5+ messages in thread
From: hechos @ 2022-02-03 14:45 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by hechos against master on the void-packages repository

https://github.com/hechos/void-packages i3status-rust
https://github.com/void-linux/void-packages/pull/35381

i3status-rust: update to 0.21.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
Yes
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35381.patch is attached

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

From 66b01014ab73a5211528227746deddf0e46161ec Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Thu, 3 Feb 2022 11:13:21 -0300
Subject: [PATCH 1/2] i3status-rust: update to 0.21.4

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

diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template
index ff5f6b3e8301..bf7a7cb3b0da 100644
--- a/srcpkgs/i3status-rust/template
+++ b/srcpkgs/i3status-rust/template
@@ -1,6 +1,6 @@
 # Template file for 'i3status-rust'
 pkgname=i3status-rust
-version=0.21.3
+version=0.21.4
 revision=1
 build_style=cargo
 make_check_args="--bins"
@@ -12,7 +12,7 @@ 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/v${version}.tar.gz"
-checksum=6e485252b9c676ec6d730f8f3bfe1622381a0fdbd47a8d074c7961c15e7a34b8
+checksum=7c40a0a8565a56cde691059a74e2f267d6c2d2add4d6c3fba1da634e28225102
 
 post_install() {
 	vmkdir usr/share/i3status-rust
@@ -21,3 +21,4 @@ post_install() {
 
 	vman man/i3status-rs.1
 }
+

From 7189e0da65d89e5d5c9c1a51f0b4c98f5f1c3a7f Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Thu, 3 Feb 2022 11:45:38 -0300
Subject: [PATCH 2/2] i3status-rust: update to 0.24.1

---
 srcpkgs/i3status-rust/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template
index bf7a7cb3b0da..161e4233119e 100644
--- a/srcpkgs/i3status-rust/template
+++ b/srcpkgs/i3status-rust/template
@@ -21,4 +21,3 @@ post_install() {
 
 	vman man/i3status-rs.1
 }
-

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

* Re: [PR PATCH] [Closed]: i3status-rust: update to 0.21.4
  2022-02-03 14:24 [PR PATCH] i3status-rust: update to 0.21.4 hechos
  2022-02-03 14:45 ` [PR PATCH] [Updated] " hechos
@ 2022-02-03 14:48 ` hechos
  1 sibling, 0 replies; 5+ messages in thread
From: hechos @ 2022-02-03 14:48 UTC (permalink / raw)
  To: ml

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

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

i3status-rust: update to 0.21.4
https://github.com/void-linux/void-packages/pull/35381

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

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
Yes
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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] 5+ messages in thread

* [PR PATCH] i3status-rust: update to 0.21.4
@ 2022-02-04 11:53 hechos
  0 siblings, 0 replies; 5+ messages in thread
From: hechos @ 2022-02-04 11:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hechos/void-packages i3status-rust
https://github.com/void-linux/void-packages/pull/35394

i3status-rust: update to 0.21.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
Yes.
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35394.patch is attached

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

From 8fcfed1119f98df8071f2c10da58fe7b522cb139 Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Fri, 4 Feb 2022 08:51:58 -0300
Subject: [PATCH] i3status-rust: update to 0.21.4

---
 srcpkgs/i3status-rust/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template
index ff5f6b3e8301..161e4233119e 100644
--- a/srcpkgs/i3status-rust/template
+++ b/srcpkgs/i3status-rust/template
@@ -1,6 +1,6 @@
 # Template file for 'i3status-rust'
 pkgname=i3status-rust
-version=0.21.3
+version=0.21.4
 revision=1
 build_style=cargo
 make_check_args="--bins"
@@ -12,7 +12,7 @@ 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/v${version}.tar.gz"
-checksum=6e485252b9c676ec6d730f8f3bfe1622381a0fdbd47a8d074c7961c15e7a34b8
+checksum=7c40a0a8565a56cde691059a74e2f267d6c2d2add4d6c3fba1da634e28225102
 
 post_install() {
 	vmkdir usr/share/i3status-rust

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

* [PR PATCH] i3status-rust: update to 0.21.4
@ 2022-02-04  3:25 hechos
  0 siblings, 0 replies; 5+ messages in thread
From: hechos @ 2022-02-04  3:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hechos/void-packages i3status-rust
https://github.com/void-linux/void-packages/pull/35391

i3status-rust: update to 0.21.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
Yes, briefly.
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35391.patch is attached

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

From 21a9532e9530d2b6cfe704c20d8b9aa600bd5740 Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Fri, 4 Feb 2022 00:22:47 -0300
Subject: [PATCH] i3status-rust: update to 0.21.4

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

diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template
index ff5f6b3e8301..e4241cd238d8 100644
--- a/srcpkgs/i3status-rust/template
+++ b/srcpkgs/i3status-rust/template
@@ -1,6 +1,6 @@
 # Template file for 'i3status-rust'
 pkgname=i3status-rust
-version=0.21.3
+version=0.21.4
 revision=1
 build_style=cargo
 make_check_args="--bins"
@@ -12,7 +12,7 @@ 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/v${version}.tar.gz"
-checksum=6e485252b9c676ec6d730f8f3bfe1622381a0fdbd47a8d074c7961c15e7a34b8
+checksum=7c40a0a8565a56cde691059a74e2f267d6c2d2add4d6c3fba1da634e28225102
 
 post_install() {
 	vmkdir usr/share/i3status-rust
@@ -20,4 +20,4 @@ post_install() {
 	vcopy ${wrksrc}/files/themes usr/share/i3status-rust/
 
 	vman man/i3status-rs.1
-}
+}
\ No newline at end of file

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

end of thread, other threads:[~2022-02-04 11:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 14:24 [PR PATCH] i3status-rust: update to 0.21.4 hechos
2022-02-03 14:45 ` [PR PATCH] [Updated] " hechos
2022-02-03 14:48 ` [PR PATCH] [Closed]: " hechos
2022-02-04  3:25 [PR PATCH] " hechos
2022-02-04 11:53 hechos

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