Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] broot: include manpage
@ 2023-01-19 19:19 icp1994
  2023-01-19 19:21 ` [PR PATCH] [Updated] " icp1994
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2023-01-19 19:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages broot
https://github.com/void-linux/void-packages/pull/41746

broot: include manpage
#### Testing the changes
- I tested the changes in this PR: **YES**

Fixes https://github.com/void-linux/void-packages/issues/41739

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

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

From d1250651c54ec21f4a620f256cf4bcff8fdf4720 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 20 Jan 2023 00:36:14 +0530
Subject: [PATCH] broot: include manpage

---
 srcpkgs/broot/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/broot/template b/srcpkgs/broot/template
index ffa183997e55..dce15dd740f0 100644
--- a/srcpkgs/broot/template
+++ b/srcpkgs/broot/template
@@ -1,14 +1,14 @@
 # Template file for 'broot'
 pkgname=broot
 version=1.18.0
-revision=1
+revision=2
 build_style=cargo
 short_desc="Interactive directory tree view, fuzzy search, balanced BFS descent"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://dystroy.org/broot/"
-changelog="https://raw.githubusercontent.com/Canop/broot/master/CHANGELOG.md"
-distfiles="https://github.com/Canop/broot/archive/v${version}.tar.gz"
+changelog="https://raw.githubusercontent.com/Canop/broot/main/CHANGELOG.md"
+distfiles="https://github.com/Canop/broot/archive/refs/tags/v${version}.tar.gz"
 checksum=b195fa6b47b282a8f4baa3b7eb69fa6fd2f3fde80238bd5fe70c4dd4ae288610
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
@@ -22,4 +22,9 @@ esac
 
 post_install() {
 	vlicense LICENSE
+
+	cp man/page broot.1
+	vsed -e "s/#version/${version}/g" -i broot.1
+	vsed -e "s/#date/$(date +'%Y\/%m\/%d')/g" -i broot.1
+	vman broot.1
 }

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

* Re: [PR PATCH] [Updated] broot: include manpage
  2023-01-19 19:19 [PR PATCH] broot: include manpage icp1994
@ 2023-01-19 19:21 ` icp1994
  2023-01-19 19:36 ` [PR REVIEW] " classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-01-19 19:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages broot
https://github.com/void-linux/void-packages/pull/41746

broot: include manpage
#### Testing the changes
- I tested the changes in this PR: **YES**

Fixes https://github.com/void-linux/void-packages/issues/41739

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

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

From 921b716a89de3a3d0e2fb9598323a42ad62757de Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 20 Jan 2023 00:36:14 +0530
Subject: [PATCH] broot: include manpage

---
 srcpkgs/broot/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/broot/template b/srcpkgs/broot/template
index ffa183997e55..dce15dd740f0 100644
--- a/srcpkgs/broot/template
+++ b/srcpkgs/broot/template
@@ -1,14 +1,14 @@
 # Template file for 'broot'
 pkgname=broot
 version=1.18.0
-revision=1
+revision=2
 build_style=cargo
 short_desc="Interactive directory tree view, fuzzy search, balanced BFS descent"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://dystroy.org/broot/"
-changelog="https://raw.githubusercontent.com/Canop/broot/master/CHANGELOG.md"
-distfiles="https://github.com/Canop/broot/archive/v${version}.tar.gz"
+changelog="https://raw.githubusercontent.com/Canop/broot/main/CHANGELOG.md"
+distfiles="https://github.com/Canop/broot/archive/refs/tags/v${version}.tar.gz"
 checksum=b195fa6b47b282a8f4baa3b7eb69fa6fd2f3fde80238bd5fe70c4dd4ae288610
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
@@ -22,4 +22,9 @@ esac
 
 post_install() {
 	vlicense LICENSE
+
+	cp man/page broot.1
+	vsed -e "s/#version/${version}/g" -i broot.1
+	vsed -e "s/#date/$(date +'%Y\/%m\/%d')/g" -i broot.1
+	vman broot.1
 }

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

* Re: [PR REVIEW] broot: include manpage
  2023-01-19 19:19 [PR PATCH] broot: include manpage icp1994
  2023-01-19 19:21 ` [PR PATCH] [Updated] " icp1994
@ 2023-01-19 19:36 ` classabbyamp
  2023-01-19 19:45 ` icp1994
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-01-19 19:36 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41746#discussion_r1081740709

Comment:
```suggestion
	vsed -e "s/#version/${version}/g;s,#date,$(date +'%Y/%m/%d'),g" -i man/page
	vman man/page broot.1
```
how about this?

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

* Re: [PR REVIEW] broot: include manpage
  2023-01-19 19:19 [PR PATCH] broot: include manpage icp1994
  2023-01-19 19:21 ` [PR PATCH] [Updated] " icp1994
  2023-01-19 19:36 ` [PR REVIEW] " classabbyamp
@ 2023-01-19 19:45 ` icp1994
  2023-01-19 19:52 ` [PR PATCH] [Updated] " icp1994
  2023-01-19 20:09 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-01-19 19:45 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/41746#discussion_r1081756250

Comment:
seems more succinct; I pretty much copy pasted from the [upstream script](https://github.com/Canop/broot/blob/v1.19.0/release.sh#L15-L18)

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

* Re: [PR PATCH] [Updated] broot: include manpage
  2023-01-19 19:19 [PR PATCH] broot: include manpage icp1994
                   ` (2 preceding siblings ...)
  2023-01-19 19:45 ` icp1994
@ 2023-01-19 19:52 ` icp1994
  2023-01-19 20:09 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-01-19 19:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages broot
https://github.com/void-linux/void-packages/pull/41746

broot: include manpage
#### Testing the changes
- I tested the changes in this PR: **YES**

Fixes https://github.com/void-linux/void-packages/issues/41739

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

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

From 65acd2194ec6054f1081e1944d7f339e3605e0b2 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 20 Jan 2023 00:36:14 +0530
Subject: [PATCH] broot: include manpage

---
 srcpkgs/broot/template | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/broot/template b/srcpkgs/broot/template
index ffa183997e55..4a8f8a3d80f6 100644
--- a/srcpkgs/broot/template
+++ b/srcpkgs/broot/template
@@ -1,14 +1,14 @@
 # Template file for 'broot'
 pkgname=broot
 version=1.18.0
-revision=1
+revision=2
 build_style=cargo
 short_desc="Interactive directory tree view, fuzzy search, balanced BFS descent"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://dystroy.org/broot/"
-changelog="https://raw.githubusercontent.com/Canop/broot/master/CHANGELOG.md"
-distfiles="https://github.com/Canop/broot/archive/v${version}.tar.gz"
+changelog="https://raw.githubusercontent.com/Canop/broot/main/CHANGELOG.md"
+distfiles="https://github.com/Canop/broot/archive/refs/tags/v${version}.tar.gz"
 checksum=b195fa6b47b282a8f4baa3b7eb69fa6fd2f3fde80238bd5fe70c4dd4ae288610
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
@@ -22,4 +22,7 @@ esac
 
 post_install() {
 	vlicense LICENSE
+
+	vsed -e "s/#version/${version}/g;s,#date,$(date +'%Y/%m/%d'),g" -i man/page
+	vman man/page broot.1
 }

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

* Re: [PR PATCH] [Merged]: broot: include manpage
  2023-01-19 19:19 [PR PATCH] broot: include manpage icp1994
                   ` (3 preceding siblings ...)
  2023-01-19 19:52 ` [PR PATCH] [Updated] " icp1994
@ 2023-01-19 20:09 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-01-19 20:09 UTC (permalink / raw)
  To: ml

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

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

broot: include manpage
https://github.com/void-linux/void-packages/pull/41746

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

Fixes https://github.com/void-linux/void-packages/issues/41739

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

end of thread, other threads:[~2023-01-19 20:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-19 19:19 [PR PATCH] broot: include manpage icp1994
2023-01-19 19:21 ` [PR PATCH] [Updated] " icp1994
2023-01-19 19:36 ` [PR REVIEW] " classabbyamp
2023-01-19 19:45 ` icp1994
2023-01-19 19:52 ` [PR PATCH] [Updated] " icp1994
2023-01-19 20:09 ` [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).