Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: i3status-rust-0.10.0
@ 2019-07-14 16:59 voidlinux-github
  2019-07-14 19:40 ` voidlinux-github
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-14 16:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages i3status-rs
https://github.com/void-linux/void-packages/pull/13112

New package: i3status-rust-0.10.0


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

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

From 74f77edba6f13166c21f9fc682b9459d912ce288 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 14 Jul 2019 18:57:24 +0200
Subject: [PATCH] New package: i3status-rust-0.10.0

---
 srcpkgs/i3status-rust/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/i3status-rust/template

diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template
new file mode 100644
index 00000000000..5950d19506e
--- /dev/null
+++ b/srcpkgs/i3status-rust/template
@@ -0,0 +1,13 @@
+# Template file for 'i3status-rust'
+pkgname=i3status-rust
+version=0.10.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="dbus-devel pulseaudio-devel"
+short_desc="Replacement for i3status, written in Rust"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-only"
+homepage="https://github.com/greshake/i3status-rust"
+distfiles="https://github.com/greshake/i3status-rust/archive/v${version}.tar.gz"
+checksum=84a12a91419fda35109a0be3980671c1d58e13c5987e6dc999cbe786d05053d9

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

* Re: New package: i3status-rust-0.10.0
  2019-07-14 16:59 [PR PATCH] New package: i3status-rust-0.10.0 voidlinux-github
@ 2019-07-14 19:40 ` voidlinux-github
  2019-07-14 21:46 ` voidlinux-github
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-14 19:40 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/13112#issuecomment-511229742
Comment:
fails on all 32 bit architectures

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

* Re: New package: i3status-rust-0.10.0
  2019-07-14 16:59 [PR PATCH] New package: i3status-rust-0.10.0 voidlinux-github
  2019-07-14 19:40 ` voidlinux-github
@ 2019-07-14 21:46 ` voidlinux-github
  2019-07-15  7:51 ` voidlinux-github
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-14 21:46 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/13112#issuecomment-511237971
Comment:
This is a problem with the upstream package, what do I need to add to the template to ignore those architectures?

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

* Re: New package: i3status-rust-0.10.0
  2019-07-14 16:59 [PR PATCH] New package: i3status-rust-0.10.0 voidlinux-github
  2019-07-14 19:40 ` voidlinux-github
  2019-07-14 21:46 ` voidlinux-github
@ 2019-07-15  7:51 ` voidlinux-github
  2019-07-16 13:53 ` voidlinux-github
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-15  7:51 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/13112#issuecomment-511304857
Comment:
I think in this case it would be OK to restrict the package to 64 bit architectures. I couldn't find anything about it on the upstream pages but it obviously is incompatible with 32 bit CPU architectures in its current state.

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

* Re: New package: i3status-rust-0.10.0
  2019-07-14 16:59 [PR PATCH] New package: i3status-rust-0.10.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-15  7:51 ` voidlinux-github
@ 2019-07-16 13:53 ` voidlinux-github
  2019-07-16 14:09 ` voidlinux-github
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-16 13:53 UTC (permalink / raw)
  To: ml

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

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/13112#issuecomment-511825664
Comment:
Is there an open upstream issue?

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

* Re: New package: i3status-rust-0.10.0
  2019-07-14 16:59 [PR PATCH] New package: i3status-rust-0.10.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-07-16 13:53 ` voidlinux-github
@ 2019-07-16 14:09 ` voidlinux-github
  2019-07-16 14:09 ` voidlinux-github
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-16 14:09 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/13112#issuecomment-511832267
Comment:
I opened an issue there, yes: https://github.com/greshake/i3status-rust/issues/403

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

* Re: New package: i3status-rust-0.10.0
  2019-07-14 16:59 [PR PATCH] New package: i3status-rust-0.10.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-07-16 14:09 ` voidlinux-github
@ 2019-07-16 14:09 ` voidlinux-github
  2019-07-17 11:46 ` voidlinux-github
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-16 14:09 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/13112#issuecomment-511832523
Comment:
The builds also fail on aarch64 musl due to a different reason, which I also reported and that was already fixed upstream.

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

* Re: New package: i3status-rust-0.10.0
  2019-07-14 16:59 [PR PATCH] New package: i3status-rust-0.10.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-07-16 14:09 ` voidlinux-github
@ 2019-07-17 11:46 ` voidlinux-github
  2019-07-17 11:47 ` voidlinux-github
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-17 11:46 UTC (permalink / raw)
  To: ml

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

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/13112#issuecomment-512219713
Comment:
Upstream fix: https://github.com/greshake/i3status-rust/pull/406

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

* Re: New package: i3status-rust-0.10.0
  2019-07-14 16:59 [PR PATCH] New package: i3status-rust-0.10.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-07-17 11:46 ` voidlinux-github
@ 2019-07-17 11:47 ` voidlinux-github
  2019-07-18 13:37 ` voidlinux-github
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-17 11:47 UTC (permalink / raw)
  To: ml

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

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/13112#issuecomment-512219713
Comment:
Upstream fix for i686 build issues: https://github.com/greshake/i3status-rust/pull/406

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

* Re: New package: i3status-rust-0.10.0
  2019-07-14 16:59 [PR PATCH] New package: i3status-rust-0.10.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-07-17 11:47 ` voidlinux-github
@ 2019-07-18 13:37 ` voidlinux-github
  2019-07-18 13:45 ` voidlinux-github
  2019-07-28 19:55 ` voidlinux-github
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-18 13:37 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/13112#issuecomment-512819204
Comment:
Since all build failures have been fixed, should we just ask the maintainers to publish a v0.10.1 and package that instead of marking the builds for v0.10.0 as broken or patching those here?


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

* Re: New package: i3status-rust-0.10.0
  2019-07-14 16:59 [PR PATCH] New package: i3status-rust-0.10.0 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-07-18 13:37 ` voidlinux-github
@ 2019-07-18 13:45 ` voidlinux-github
  2019-07-28 19:55 ` voidlinux-github
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-18 13:45 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/13112#issuecomment-512819204
Comment:
Since all build failures have been fixed, should we just ask the maintainers to publish a v0.10.1 and package that instead of marking the builds for v0.10.0 as broken or patching those here?
We could also run the CI on the most recent commit to make sure the current state builds fine on all targets.

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

* Re: New package: i3status-rust-0.10.0
  2019-07-14 16:59 [PR PATCH] New package: i3status-rust-0.10.0 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-07-18 13:45 ` voidlinux-github
@ 2019-07-28 19:55 ` voidlinux-github
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-28 19:55 UTC (permalink / raw)
  To: ml

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

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/13112#issuecomment-515790229
Comment:
Sry for the delay. I'm okay with both.

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

end of thread, other threads:[~2019-07-28 19:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-14 16:59 [PR PATCH] New package: i3status-rust-0.10.0 voidlinux-github
2019-07-14 19:40 ` voidlinux-github
2019-07-14 21:46 ` voidlinux-github
2019-07-15  7:51 ` voidlinux-github
2019-07-16 13:53 ` voidlinux-github
2019-07-16 14:09 ` voidlinux-github
2019-07-16 14:09 ` voidlinux-github
2019-07-17 11:46 ` voidlinux-github
2019-07-17 11:47 ` voidlinux-github
2019-07-18 13:37 ` voidlinux-github
2019-07-18 13:45 ` voidlinux-github
2019-07-28 19:55 ` voidlinux-github

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