Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] watchexec: update to 1.23.0
@ 2023-08-31 19:06 cinerea0
  2023-09-01  5:26 ` [PR PATCH] [Updated] " cinerea0
  2023-09-07  0:46 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2023-08-31 19:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages watchexec
https://github.com/void-linux/void-packages/pull/45856

watchexec: update to 1.23.0
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 79f2fa7dfeba70cb7face457eb3087ded5a7c6e5 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 31 Aug 2023 15:01:53 -0400
Subject: [PATCH] watchexec: update to 1.23.0

---
 srcpkgs/watchexec/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template
index 4b8cf746d8066..3f2270681d6b1 100644
--- a/srcpkgs/watchexec/template
+++ b/srcpkgs/watchexec/template
@@ -1,15 +1,15 @@
 # Template file for 'watchexec'
 pkgname=watchexec
-version=1.22.3
+version=1.23.0
 revision=1
-build_wrksrc="crates/cli"
 build_style=cargo
+make_install_args="--path crates/cli"
 short_desc="Executes commands in response to file modifications"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/watchexec/watchexec"
 distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/v${version}.tar.gz"
-checksum=698ed1dc178279594542f325b23f321c888c9c12c1960fe11c0ca48ba6edad76
+checksum=2a321962669979feef44ea7a6220819d5c916ca939eba41b033ea346a44caa90
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	XBPS_CROSS_RUSTFLAGS+=" -latomic"
@@ -17,8 +17,8 @@ fi
 
 post_install() {
 	for shell in bash fish zsh; do
-		vcompletion ${wrksrc}/completions/${shell} ${shell}
+		vcompletion completions/${shell} ${shell}
 	done
 
-	vman ${wrksrc}/doc/watchexec.1
+	vman doc/watchexec.1
 }

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

* Re: [PR PATCH] [Updated] watchexec: update to 1.23.0
  2023-08-31 19:06 [PR PATCH] watchexec: update to 1.23.0 cinerea0
@ 2023-09-01  5:26 ` cinerea0
  2023-09-07  0:46 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2023-09-01  5:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages watchexec
https://github.com/void-linux/void-packages/pull/45856

watchexec: update to 1.23.0
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From c9ab568ca17b8421a4e622a3af9ed279d2ccb9d5 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Fri, 1 Sep 2023 01:26:20 -0400
Subject: [PATCH] watchexec: update to 1.23.0

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

diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template
index 4b8cf746d8066..1ac295a086978 100644
--- a/srcpkgs/watchexec/template
+++ b/srcpkgs/watchexec/template
@@ -1,15 +1,16 @@
 # Template file for 'watchexec'
 pkgname=watchexec
-version=1.22.3
+version=1.23.0
 revision=1
-build_wrksrc="crates/cli"
 build_style=cargo
+make_install_args="--path crates/cli"
+make_check_args="-- --skip scopes"  # test fails in chroot
 short_desc="Executes commands in response to file modifications"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/watchexec/watchexec"
 distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/v${version}.tar.gz"
-checksum=698ed1dc178279594542f325b23f321c888c9c12c1960fe11c0ca48ba6edad76
+checksum=2a321962669979feef44ea7a6220819d5c916ca939eba41b033ea346a44caa90
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	XBPS_CROSS_RUSTFLAGS+=" -latomic"
@@ -17,8 +18,8 @@ fi
 
 post_install() {
 	for shell in bash fish zsh; do
-		vcompletion ${wrksrc}/completions/${shell} ${shell}
+		vcompletion completions/${shell} ${shell}
 	done
 
-	vman ${wrksrc}/doc/watchexec.1
+	vman doc/watchexec.1
 }

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

* Re: [PR PATCH] [Merged]: watchexec: update to 1.23.0
  2023-08-31 19:06 [PR PATCH] watchexec: update to 1.23.0 cinerea0
  2023-09-01  5:26 ` [PR PATCH] [Updated] " cinerea0
@ 2023-09-07  0:46 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-09-07  0:46 UTC (permalink / raw)
  To: ml

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

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

watchexec: update to 1.23.0
https://github.com/void-linux/void-packages/pull/45856

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


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

end of thread, other threads:[~2023-09-07  0:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-31 19:06 [PR PATCH] watchexec: update to 1.23.0 cinerea0
2023-09-01  5:26 ` [PR PATCH] [Updated] " cinerea0
2023-09-07  0:46 ` [PR PATCH] [Merged]: " classabbyamp

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