Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bandwhich: update to 0.22.1
@ 2024-01-27 19:50 tranzystorekk
  2024-01-27 22:40 ` [PR PATCH] [Updated] " tranzystorekk
  2024-01-29 15:09 ` [PR PATCH] [Merged]: bandwhich: update to 0.22.2 cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorekk @ 2024-01-27 19:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages bandwhich
https://github.com/void-linux/void-packages/pull/48395

bandwhich: update to 0.22.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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/48395.patch is attached

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

From 0c2d0f1b42ff0366e762a946efdd42f23fe1fc64 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 27 Jan 2024 20:50:18 +0100
Subject: [PATCH] bandwhich: update to 0.22.1

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

diff --git a/srcpkgs/bandwhich/template b/srcpkgs/bandwhich/template
index b543d304b6aa3..8e97344fc1172 100644
--- a/srcpkgs/bandwhich/template
+++ b/srcpkgs/bandwhich/template
@@ -1,7 +1,7 @@
 # Template file for 'bandwhich'
 pkgname=bandwhich
-version=0.21.1
-revision=2
+version=0.22.1
+revision=1
 build_style=cargo
 short_desc="Terminal bandwidth utilization tool"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://github.com/imsnif/bandwhich"
 changelog="https://raw.githubusercontent.com/imsnif/bandwhich/main/CHANGELOG.md"
 distfiles="https://github.com/imsnif/bandwhich/archive/refs/tags/v${version}.tar.gz"
-checksum=8ba9bf6469834ad498b9fd17f86759a16793b00a6ef44edd6e525ec40adcb0b0
+checksum=c0116bd7041898b2eb10d9d2b5537d31636a5f17ab2e536dd3ab7d9ade6e3b47
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: [PR PATCH] [Updated] bandwhich: update to 0.22.1
  2024-01-27 19:50 [PR PATCH] bandwhich: update to 0.22.1 tranzystorekk
@ 2024-01-27 22:40 ` tranzystorekk
  2024-01-29 15:09 ` [PR PATCH] [Merged]: bandwhich: update to 0.22.2 cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorekk @ 2024-01-27 22:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages bandwhich
https://github.com/void-linux/void-packages/pull/48395

bandwhich: update to 0.22.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

cc @jcgruenhage

<!--
#### 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/48395.patch is attached

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

From 832effb3474b78a8ceb18028969c87c3bdd431cb Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 27 Jan 2024 20:50:18 +0100
Subject: [PATCH] bandwhich: update to 0.22.2

---
 srcpkgs/bandwhich/template | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/bandwhich/template b/srcpkgs/bandwhich/template
index b543d304b6aa3..48d6fc15bdbae 100644
--- a/srcpkgs/bandwhich/template
+++ b/srcpkgs/bandwhich/template
@@ -1,7 +1,7 @@
 # Template file for 'bandwhich'
 pkgname=bandwhich
-version=0.21.1
-revision=2
+version=0.22.2
+revision=1
 build_style=cargo
 short_desc="Terminal bandwidth utilization tool"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
@@ -9,8 +9,18 @@ license="MIT"
 homepage="https://github.com/imsnif/bandwhich"
 changelog="https://raw.githubusercontent.com/imsnif/bandwhich/main/CHANGELOG.md"
 distfiles="https://github.com/imsnif/bandwhich/archive/refs/tags/v${version}.tar.gz"
-checksum=8ba9bf6469834ad498b9fd17f86759a16793b00a6ef44edd6e525ec40adcb0b0
+checksum=4c41719549e05dbaac1bc84828269e59b2f2032e76ae646da9b9e3b87e5a5fd1
+
+export BANDWHICH_GEN_DIR="${XBPS_BUILDDIR}/${pkgname}-${version}/gen"
+
+pre_build() {
+	mkdir gen
+}
 
 post_install() {
 	vlicense LICENSE.md
+	vcompletion gen/bandwhich.bash bash
+	vcompletion gen/bandwhich.fish fish
+	vcompletion gen/_bandwhich zsh
+	vman gen/bandwhich.1
 }

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

* Re: [PR PATCH] [Merged]: bandwhich: update to 0.22.2
  2024-01-27 19:50 [PR PATCH] bandwhich: update to 0.22.1 tranzystorekk
  2024-01-27 22:40 ` [PR PATCH] [Updated] " tranzystorekk
@ 2024-01-29 15:09 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-01-29 15:09 UTC (permalink / raw)
  To: ml

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

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

bandwhich: update to 0.22.2
https://github.com/void-linux/void-packages/pull/48395

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

#### Testing the changes
- I tested the changes in this PR: **YES**

cc @jcgruenhage

<!--
#### 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] 3+ messages in thread

end of thread, other threads:[~2024-01-29 15:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-27 19:50 [PR PATCH] bandwhich: update to 0.22.1 tranzystorekk
2024-01-27 22:40 ` [PR PATCH] [Updated] " tranzystorekk
2024-01-29 15:09 ` [PR PATCH] [Merged]: bandwhich: update to 0.22.2 cinerea0

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