Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] i3status-rust: update to 0.14.7.
@ 2021-02-20 23:23 tarkov2213
  2021-02-21  1:56 ` ericonr
  2021-02-21  1:56 ` [PR PATCH] [Closed]: " ericonr
  0 siblings, 2 replies; 4+ messages in thread
From: tarkov2213 @ 2021-02-20 23:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tarkov2213/void-packages patch-2
https://github.com/void-linux/void-packages/pull/28947

i3status-rust: update to 0.14.7.
i3status-rust: update to 0.14.7.

#### 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


<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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/28947.patch is attached

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

From ab43cc691791364d6f088d2d6fe306560ac8a734 Mon Sep 17 00:00:00 2001
From: tarkov2213 <70562901+tarkov2213@users.noreply.github.com>
Date: Sat, 20 Feb 2021 23:21:03 +0000
Subject: [PATCH] i3status-rust: update to 0.14.7.

i3status-rust: update to 0.14.7.
---
 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 2f89e13162c..98aed57b5de 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.14.2
+version=0.14.7
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -11,7 +11,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=66a11cbcfa515c761701788edd573d408391c024086219d8b6641333129a6f87
+checksum=4169f003d5d21cb010be4edbdbb5bc09ed4823240d0a5ea8efe23c28f2413bbd
 
 post_install() {
 	vman man/i3status-rs.1

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

* Re: i3status-rust: update to 0.14.7.
  2021-02-20 23:23 [PR PATCH] i3status-rust: update to 0.14.7 tarkov2213
@ 2021-02-21  1:56 ` ericonr
  2021-02-21  1:56 ` [PR PATCH] [Closed]: " ericonr
  1 sibling, 0 replies; 4+ messages in thread
From: ericonr @ 2021-02-21  1:56 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28947#issuecomment-782780615

Comment:
Closing as account has been deleted and PR fails all builds

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

* Re: [PR PATCH] [Closed]: i3status-rust: update to 0.14.7.
  2021-02-20 23:23 [PR PATCH] i3status-rust: update to 0.14.7 tarkov2213
  2021-02-21  1:56 ` ericonr
@ 2021-02-21  1:56 ` ericonr
  1 sibling, 0 replies; 4+ messages in thread
From: ericonr @ 2021-02-21  1:56 UTC (permalink / raw)
  To: ml

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

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

i3status-rust: update to 0.14.7.
https://github.com/void-linux/void-packages/pull/28947

Description:
i3status-rust: update to 0.14.7.

#### 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


<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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] 4+ messages in thread

* [PR PATCH] i3status-rust: update to 0.14.7.
@ 2021-03-22 21:58 jcgruenhage
  0 siblings, 0 replies; 4+ messages in thread
From: jcgruenhage @ 2021-03-22 21:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages i3status-rust-0.14.7_1
https://github.com/void-linux/void-packages/pull/29686

i3status-rust: update to 0.14.7.
<!-- 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/29686.patch is attached

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

From 2c5b600fc46e665778221f6cd111643f0efc48f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 22 Mar 2021 22:56:30 +0100
Subject: [PATCH] i3status-rust: update to 0.14.7.

---
 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 2f89e13162ca..0c8e5bd5463a 100644
--- a/srcpkgs/i3status-rust/template
+++ b/srcpkgs/i3status-rust/template
@@ -1,17 +1,17 @@
 # Template file for 'i3status-rust'
 pkgname=i3status-rust
-version=0.14.2
+version=0.14.7
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
-makedepends="dbus-devel pulseaudio-devel"
+makedepends="dbus-devel pulseaudio-devel openssl-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"
 changelog="https://raw.githubusercontent.com/greshake/i3status-rust/master/NEWS.md"
 distfiles="https://github.com/greshake/i3status-rust/archive/v${version}.tar.gz"
-checksum=66a11cbcfa515c761701788edd573d408391c024086219d8b6641333129a6f87
+checksum=4169f003d5d21cb010be4edbdbb5bc09ed4823240d0a5ea8efe23c28f2413bbd
 
 post_install() {
 	vman man/i3status-rs.1

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

end of thread, other threads:[~2021-03-22 21:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20 23:23 [PR PATCH] i3status-rust: update to 0.14.7 tarkov2213
2021-02-21  1:56 ` ericonr
2021-02-21  1:56 ` [PR PATCH] [Closed]: " ericonr
2021-03-22 21:58 [PR PATCH] " jcgruenhage

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