Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] i3status-rust: add missing files
@ 2021-07-20 22:14 the-antz
  2021-07-20 22:23 ` [PR PATCH] [Updated] " the-antz
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: the-antz @ 2021-07-20 22:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-antz/void-packages i3status-rust
https://github.com/void-linux/void-packages/pull/32075

i3status-rust: add missing files
Starting with v0.20.0 some formerly hard coded settings were moved into config files (see https://github.com/greshake/i3status-rust/blob/master/NEWS.md#breaking-changes-1).

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32075.patch is attached

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

From 58a571016c2526c6a4f0676524f94d54307bc01d Mon Sep 17 00:00:00 2001
From: Antz <antzz@protonmail.ch>
Date: Wed, 21 Jul 2021 00:04:22 +0200
Subject: [PATCH] i3status-rust: add missing files

Starting with v0.20.0 some formerly hard coded settings were moved into config files.
---
 srcpkgs/i3status-rust/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template
index fd4409a4676e..644ab5282a08 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.20.2
-revision=1
+revision=2
 build_style=cargo
 make_check_args="--bins"
 hostmakedepends="pkg-config"
@@ -15,5 +15,9 @@ distfiles="https://github.com/greshake/i3status-rust/archive/v${version}.tar.gz"
 checksum=8e4a90813d66cf02a51d2d266524fb7b848dc35253b80508c89e49657bd1a83f
 
 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] 7+ messages in thread

* Re: [PR PATCH] [Updated] i3status-rust: add missing files
  2021-07-20 22:14 [PR PATCH] i3status-rust: add missing files the-antz
@ 2021-07-20 22:23 ` the-antz
  2021-07-20 23:02 ` ericonr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: the-antz @ 2021-07-20 22:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-antz/void-packages i3status-rust
https://github.com/void-linux/void-packages/pull/32075

i3status-rust: add missing files
Starting with v0.20.0 some formerly hard coded settings were moved into config files (see https://github.com/greshake/i3status-rust/blob/master/NEWS.md#breaking-changes-1).

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32075.patch is attached

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

From fb2f8c642aad0dc3f49eaf0c415356bd87c90c1e Mon Sep 17 00:00:00 2001
From: Antz <antzz@protonmail.ch>
Date: Wed, 21 Jul 2021 00:04:22 +0200
Subject: [PATCH] i3status-rust: add missing files

Starting with v0.20.0 some formerly hard coded settings were moved into config files.
---
 srcpkgs/i3status-rust/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template
index fd4409a4676e..534115f34f0a 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.20.2
-revision=1
+revision=2
 build_style=cargo
 make_check_args="--bins"
 hostmakedepends="pkg-config"
@@ -15,5 +15,9 @@ distfiles="https://github.com/greshake/i3status-rust/archive/v${version}.tar.gz"
 checksum=8e4a90813d66cf02a51d2d266524fb7b848dc35253b80508c89e49657bd1a83f
 
 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] 7+ messages in thread

* Re: i3status-rust: add missing files
  2021-07-20 22:14 [PR PATCH] i3status-rust: add missing files the-antz
  2021-07-20 22:23 ` [PR PATCH] [Updated] " the-antz
@ 2021-07-20 23:02 ` ericonr
  2021-07-20 23:03 ` ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-07-20 23:02 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32075#issuecomment-883760219

Comment:
Would you mind fixing the lint?

> fb2f8c64: long line: Starting with v0.20.0 some formerly hard coded settings were moved into config files.

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

* Re: i3status-rust: add missing files
  2021-07-20 22:14 [PR PATCH] i3status-rust: add missing files the-antz
  2021-07-20 22:23 ` [PR PATCH] [Updated] " the-antz
  2021-07-20 23:02 ` ericonr
@ 2021-07-20 23:03 ` ericonr
  2021-07-20 23:12 ` [PR PATCH] [Updated] " the-antz
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-07-20 23:03 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32075#issuecomment-883760319

Comment:
And thanks for catching this, sorry!

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

* Re: [PR PATCH] [Updated] i3status-rust: add missing files
  2021-07-20 22:14 [PR PATCH] i3status-rust: add missing files the-antz
                   ` (2 preceding siblings ...)
  2021-07-20 23:03 ` ericonr
@ 2021-07-20 23:12 ` the-antz
  2021-07-20 23:16 ` the-antz
  2021-07-21  3:00 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: the-antz @ 2021-07-20 23:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-antz/void-packages i3status-rust
https://github.com/void-linux/void-packages/pull/32075

i3status-rust: add missing files
Starting with v0.20.0 some formerly hard coded settings were moved into config files (see https://github.com/greshake/i3status-rust/blob/master/NEWS.md#breaking-changes-1).

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32075.patch is attached

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

From 8c9e9ed064a31ad87777962a44266a3add4a079a Mon Sep 17 00:00:00 2001
From: Antz <antzz@protonmail.ch>
Date: Wed, 21 Jul 2021 00:04:22 +0200
Subject: [PATCH] i3status-rust: add missing files

Starting with v0.20.0 some formerly hard coded settings
were moved into config files.
---
 srcpkgs/i3status-rust/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template
index fd4409a4676e..534115f34f0a 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.20.2
-revision=1
+revision=2
 build_style=cargo
 make_check_args="--bins"
 hostmakedepends="pkg-config"
@@ -15,5 +15,9 @@ distfiles="https://github.com/greshake/i3status-rust/archive/v${version}.tar.gz"
 checksum=8e4a90813d66cf02a51d2d266524fb7b848dc35253b80508c89e49657bd1a83f
 
 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] 7+ messages in thread

* Re: i3status-rust: add missing files
  2021-07-20 22:14 [PR PATCH] i3status-rust: add missing files the-antz
                   ` (3 preceding siblings ...)
  2021-07-20 23:12 ` [PR PATCH] [Updated] " the-antz
@ 2021-07-20 23:16 ` the-antz
  2021-07-21  3:00 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: the-antz @ 2021-07-20 23:16 UTC (permalink / raw)
  To: ml

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

New comment by the-antz on void-packages repository

https://github.com/void-linux/void-packages/pull/32075#issuecomment-883766671

Comment:
> Would you mind fixing the lint?
> 
> > [fb2f8c6](https://github.com/void-linux/void-packages/commit/fb2f8c642aad0dc3f49eaf0c415356bd87c90c1e): long line: Starting with v0.20.0 some formerly hard coded settings were moved into config files.

Should be fixed.

> And thanks for catching this, sorry!

No worries, glad to help when I can.

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

* Re: [PR PATCH] [Merged]: i3status-rust: add missing files
  2021-07-20 22:14 [PR PATCH] i3status-rust: add missing files the-antz
                   ` (4 preceding siblings ...)
  2021-07-20 23:16 ` the-antz
@ 2021-07-21  3:00 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-07-21  3:00 UTC (permalink / raw)
  To: ml

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

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

i3status-rust: add missing files
https://github.com/void-linux/void-packages/pull/32075

Description:
Starting with v0.20.0 some formerly hard coded settings were moved into config files (see https://github.com/greshake/i3status-rust/blob/master/NEWS.md#breaking-changes-1).

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 7+ messages in thread

end of thread, other threads:[~2021-07-21  3:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20 22:14 [PR PATCH] i3status-rust: add missing files the-antz
2021-07-20 22:23 ` [PR PATCH] [Updated] " the-antz
2021-07-20 23:02 ` ericonr
2021-07-20 23:03 ` ericonr
2021-07-20 23:12 ` [PR PATCH] [Updated] " the-antz
2021-07-20 23:16 ` the-antz
2021-07-21  3:00 ` [PR PATCH] [Merged]: " ericonr

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