Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] just: update to 1.28.0
@ 2024-06-07  1:55 cinerea0
  2024-06-07  3:39 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 1 reply; 2+ messages in thread
From: cinerea0 @ 2024-06-07  1:55 UTC (permalink / raw)
  To: ml

[-- 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
 }

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

* Re: [PR PATCH] [Merged]: just: update to 1.28.0
  2024-06-07  1:55 [PR PATCH] just: update to 1.28.0 cinerea0
@ 2024-06-07  3:39 ` cinerea0
  0 siblings, 0 replies; 2+ messages in thread
From: cinerea0 @ 2024-06-07  3:39 UTC (permalink / raw)
  To: ml

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

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

just: update to 1.28.0
https://github.com/void-linux/void-packages/pull/50727

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



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

end of thread, other threads:[~2024-06-07  3:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-07  1:55 [PR PATCH] just: update to 1.28.0 cinerea0
2024-06-07  3:39 ` [PR PATCH] [Merged]: " 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).