Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] procs: update to 0.11.13.
@ 2021-12-24 13:08 TeddyDD
  2021-12-24 16:03 ` cinerea0
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: TeddyDD @ 2021-12-24 13:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-procs
https://github.com/void-linux/void-packages/pull/34687

procs: update to 0.11.13.
<!-- 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 [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/34687.patch is attached

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

From 40fe2206338929ded0a57eeca65905bca32f1d78 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Fri, 24 Dec 2021 14:07:35 +0100
Subject: [PATCH] procs: update to 0.11.13.

---
 srcpkgs/procs/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/procs/template b/srcpkgs/procs/template
index cee5b7f47fe9..fad24562d427 100644
--- a/srcpkgs/procs/template
+++ b/srcpkgs/procs/template
@@ -1,6 +1,6 @@
 # Template file for 'procs'
 pkgname=procs
-version=0.11.12
+version=0.11.13
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -10,19 +10,19 @@ license="MIT"
 homepage="https://github.com/dalance/procs"
 changelog="https://raw.githubusercontent.com/dalance/procs/master/CHANGELOG.md"
 distfiles="https://github.com/dalance/procs/archive/refs/tags/v${version}.tar.gz"
-checksum=ff1a293d84cc0160cc92b4530ee93cedf530796e80130df74b0490c3e884efb6
+checksum=b769ddf1b2faeca4e9fb22e8e0248f5d69b4b88bd51fb37c8510d2e6a8e897d3
 
 post_build() {
 	PROCS="target/${RUST_TARGET}/release/procs"
-	vtargetrun ${PROCS} --completion bash
-	vtargetrun ${PROCS} --completion fish
-	vtargetrun ${PROCS} --completion zsh
+	vtargetrun ${PROCS} --completion-out bash >procs.bash
+	vtargetrun ${PROCS} --completion-out fish >procs.fish
+	vtargetrun ${PROCS} --completion-out zsh >procs.zsh
 }
 
 post_install() {
 	vcompletion procs.bash bash
 	vcompletion procs.fish fish
-	vcompletion _procs zsh
+	vcompletion procs.zsh zsh
 
 	vlicense LICENSE
 }

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

* Re: procs: update to 0.11.13.
  2021-12-24 13:08 [PR PATCH] procs: update to 0.11.13 TeddyDD
@ 2021-12-24 16:03 ` cinerea0
  2021-12-24 22:56 ` TeddyDD
  2021-12-26  2:27 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2021-12-24 16:03 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/34687#issuecomment-1000887018

Comment:
Aren't zsh completions required to be prefixed by an underscore?

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

* Re: procs: update to 0.11.13.
  2021-12-24 13:08 [PR PATCH] procs: update to 0.11.13 TeddyDD
  2021-12-24 16:03 ` cinerea0
@ 2021-12-24 22:56 ` TeddyDD
  2021-12-26  2:27 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: TeddyDD @ 2021-12-24 22:56 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/34687#issuecomment-1000943574

Comment:
`vcompletion` takes care of that

```
xls procs                                                                                                                                                                    917ms
/usr/bin/procs
/usr/share/bash-completion/completions/procs
/usr/share/fish/vendor_completions.d/procs.fish
/usr/share/licenses/procs/LICENSE
/usr/share/zsh/site-functions/_procs
```

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

* Re: [PR PATCH] [Merged]: procs: update to 0.11.13.
  2021-12-24 13:08 [PR PATCH] procs: update to 0.11.13 TeddyDD
  2021-12-24 16:03 ` cinerea0
  2021-12-24 22:56 ` TeddyDD
@ 2021-12-26  2:27 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-12-26  2:27 UTC (permalink / raw)
  To: ml

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

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

procs: update to 0.11.13.
https://github.com/void-linux/void-packages/pull/34687

Description:
<!-- 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 [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] 4+ messages in thread

end of thread, other threads:[~2021-12-26  2:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-24 13:08 [PR PATCH] procs: update to 0.11.13 TeddyDD
2021-12-24 16:03 ` cinerea0
2021-12-24 22:56 ` TeddyDD
2021-12-26  2:27 ` [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).