Github messages for voidlinux
 help / color / mirror / Atom feed
From: cinerea0 <cinerea0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] pueue: update to 3.1.2
Date: Sun, 02 Apr 2023 20:39:41 +0200	[thread overview]
Message-ID: <20230402183941.Swaetyv78yv2PX3Ty84fw2EYA0H7KCXP5y6-CdXg3OM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43217@inbox.vuxu.org>

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

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

https://github.com/cinerea0/void-packages pueue
https://github.com/void-linux/void-packages/pull/43217

pueue: update to 3.1.2
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 203f428b7b0773c2c7c8aefe34e543430ff588ef Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 2 Apr 2023 14:39:28 -0400
Subject: [PATCH] pueue: update to 3.1.2

---
 srcpkgs/pueue/template | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pueue/template b/srcpkgs/pueue/template
index 72a55bfc9463..7d529be3c479 100644
--- a/srcpkgs/pueue/template
+++ b/srcpkgs/pueue/template
@@ -1,32 +1,33 @@
 # Template file for 'pueue'
 pkgname=pueue
-version=2.1.0
+version=3.1.2
 revision=1
 build_style=cargo
 build_helper="qemu"
+make_install_args="--path pueue"
 short_desc="Command-line tool for managing long-running tasks"
 maintainer="crater2150 <void@qwertyuiop.de>"
 license="MIT"
 homepage="https://github.com/Nukesor/pueue"
 changelog="https://raw.githubusercontent.com/Nukesor/pueue/main/CHANGELOG.md"
-distfiles="https://github.com/Nukesor/pueue/archive/v${version}.tar.gz"
-checksum=cd5c6500e65960f6a102db5d0f0544f49eec8f74b2cc0df16ded8e2525a545f6
+distfiles="https://github.com/Nukesor/pueue/archive/refs/tags/v${version}.tar.gz"
+checksum=653eac9b7fc111cc4b9bddacbbf514932a8d273a059b20b1cc66af74e500eb5e
+make_check=no  # tests are nondeterministic
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;
 	*) broken="ftbfs in ring" ;;
 esac
 
-post_build() {
+post_install() {
+	PUEUE="${DESTDIR}/usr/bin/pueue"
 	for shell in bash fish zsh; do
-		vtargetrun target/${RUST_TARGET}/release/pueue completions $shell .
+		vtargetrun ${PUEUE} completions $shell .
 	done
-}
-
-post_install() {
-	vlicense LICENSE
 
-	vcompletion _pueue zsh pueue
 	vcompletion pueue.bash bash pueue
 	vcompletion pueue.fish fish pueue
+	vcompletion _pueue zsh pueue
+
+	vlicense LICENSE
 }

  parent reply	other threads:[~2023-04-02 18:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-02 16:47 [PR PATCH] " cinerea0
2023-04-02 17:08 ` icp1994
2023-04-02 17:12 ` icp1994
2023-04-02 17:30 ` [PR PATCH] [Updated] " cinerea0
2023-04-02 18:39 ` cinerea0 [this message]
2023-04-02 19:12 ` [PR REVIEW] " paper42
2023-04-02 19:16 ` [PR PATCH] [Updated] " cinerea0
2023-04-02 19:33 ` [PR REVIEW] " cinerea0
2023-04-02 19:47 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230402183941.Swaetyv78yv2PX3Ty84fw2EYA0H7KCXP5y6-CdXg3OM@z \
    --to=cinerea0@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).