Github messages for voidlinux
 help / color / mirror / Atom feed
From: cinerea0 <cinerea0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] just: update to 1.28.0
Date: Fri, 07 Jun 2024 03:55:38 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50727@inbox.vuxu.org> (raw)

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

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

https://github.com/cinerea0/void-packages just
https://github.com/void-linux/void-packages/pull/50727

just: update to 1.28.0
#### Testing the changes
- I tested the changes in this PR: **YES**



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

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

From 5ed6a7ae097fc5242f923dc36d17d866b8a59f90 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 6 Jun 2024 21:55:13 -0400
Subject: [PATCH] just: update to 1.28.0

---
 srcpkgs/just/template | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/just/template b/srcpkgs/just/template
index d915592581bbf2..820caeb9f6d170 100644
--- a/srcpkgs/just/template
+++ b/srcpkgs/just/template
@@ -1,8 +1,10 @@
 # Template file for 'just'
 pkgname=just
-version=1.27.0
+version=1.28.0
 revision=1
 build_style=cargo
+build_helper=qemu
+make_check_args="-- --skip completions::bash" # requires git repo
 checkdepends="python3"
 short_desc="Just a command runner"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
@@ -10,7 +12,7 @@ license="CC0-1.0"
 homepage="https://github.com/casey/just"
 changelog="https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md"
 distfiles="https://github.com/casey/just/archive/refs/tags/${version}.tar.gz"
-checksum=3f7af44ce43fef5e54df2b64574930e036baadae4a66645e996c4bb2164bf2a3
+checksum=4c421d1e7b62c41055d53822a44752617ff13aebc76abd6713eb99875c127166
 make_check=ci-skip  # test fails when run as root
 
 # Fix failing test
@@ -20,8 +22,11 @@ pre_check() {
 
 post_install() {
 	vlicense LICENSE
-	vman man/just.1
-	vcompletion completions/just.bash bash
-	vcompletion completions/just.fish fish
-	vcompletion completions/just.zsh  zsh
+	_just="${DESTDIR}/usr/bin/just"
+	vtargetrun "${_just}" --man > just.1
+	vman just.1
+	for shell in bash fish zsh; do
+		vtargetrun "${_just}" --completions "${shell}" > "just.${shell}"
+		vcompletion "just.${shell}" "${shell}"
+	done
 }

             reply	other threads:[~2024-06-07  1:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-07  1:55 cinerea0 [this message]
2024-06-07  3:39 ` [PR PATCH] [Merged]: " cinerea0

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50727@inbox.vuxu.org \
    --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).