Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] broot: update to 1.21.2
@ 2023-04-02 19:48 cinerea0
  2023-04-02 20:15 ` cinerea0
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: cinerea0 @ 2023-04-02 19:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages broot
https://github.com/void-linux/void-packages/pull/43223

broot: update to 1.21.2
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 82629a66c0a4fec6701029f1d9e84ec2f1569525 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 2 Apr 2023 15:48:03 -0400
Subject: [PATCH] broot: update to 1.21.2

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

diff --git a/srcpkgs/broot/template b/srcpkgs/broot/template
index 4a8f8a3d80f6..3b6b5e128695 100644
--- a/srcpkgs/broot/template
+++ b/srcpkgs/broot/template
@@ -1,7 +1,7 @@
 # Template file for 'broot'
 pkgname=broot
-version=1.18.0
-revision=2
+version=1.21.2
+revision=1
 build_style=cargo
 short_desc="Interactive directory tree view, fuzzy search, balanced BFS descent"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://dystroy.org/broot/"
 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
+checksum=492806ffa225f74025120a353a40c89d08c1b2b2ce2d5f0a412dca47f21f28e3
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
 	broken="exr crate errors on big endian"
@@ -21,8 +21,8 @@ case "$XBPS_TARGET_MACHINE" in
 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
+
+	vlicense LICENSE
 }

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

* Re: broot: update to 1.21.2
  2023-04-02 19:48 [PR PATCH] broot: update to 1.21.2 cinerea0
@ 2023-04-02 20:15 ` cinerea0
  2023-04-16 16:43 ` jcgruenhage
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cinerea0 @ 2023-04-02 20:15 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/43223#issuecomment-1493430431

Comment:
Temporarily marking as draft while I ask for help on a weird thing that was added to this release.

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

* Re: broot: update to 1.21.2
  2023-04-02 19:48 [PR PATCH] broot: update to 1.21.2 cinerea0
  2023-04-02 20:15 ` cinerea0
@ 2023-04-16 16:43 ` jcgruenhage
  2023-04-17  3:37 ` cinerea0
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jcgruenhage @ 2023-04-16 16:43 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/43223#issuecomment-1510428772

Comment:
@cinerea0 what's the state here?


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

* Re: broot: update to 1.21.2
  2023-04-02 19:48 [PR PATCH] broot: update to 1.21.2 cinerea0
  2023-04-02 20:15 ` cinerea0
  2023-04-16 16:43 ` jcgruenhage
@ 2023-04-17  3:37 ` cinerea0
  2023-06-20 16:16 ` [PR PATCH] [Updated] " cinerea0
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cinerea0 @ 2023-04-17  3:37 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/43223#issuecomment-1510647981

Comment:
The new release asks to install and source a script on first run. The script and the change it makes to your bashrc/zshrc/fish_config have to be manually removed if the package is uninstalled. It's not shell completions, but a wrapper script that allows broot to change directory upon exiting. 

I was hoping there was some directory I could install those scripts to where they would be automatically sourced and uninstalled with the rest of the package files. I've asked a couple times on IRC about it but haven't gotten an answer. If that directory doesn't exist I'm fine with marking this as ready to merge and letting users handle it on their own, but I wanted to make sure there wasn't a better way.

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

* Re: [PR PATCH] [Updated] broot: update to 1.21.2
  2023-04-02 19:48 [PR PATCH] broot: update to 1.21.2 cinerea0
                   ` (2 preceding siblings ...)
  2023-04-17  3:37 ` cinerea0
@ 2023-06-20 16:16 ` cinerea0
  2023-06-20 17:34 ` broot: update to 1.23.0 cinerea0
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cinerea0 @ 2023-06-20 16:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages broot
https://github.com/void-linux/void-packages/pull/43223

broot: update to 1.21.2
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 72361214a2f474c7c769f70978611565defbac35 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 20 Jun 2023 12:16:10 -0400
Subject: [PATCH] broot: update to 1.23.0

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

diff --git a/srcpkgs/broot/template b/srcpkgs/broot/template
index 266e1470a053..bc4edb797c2b 100644
--- a/srcpkgs/broot/template
+++ b/srcpkgs/broot/template
@@ -1,7 +1,7 @@
 # Template file for 'broot'
 pkgname=broot
-version=1.18.0
-revision=3
+version=1.23.0
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="oniguruma-devel"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://dystroy.org/broot/"
 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
+checksum=4dc855cb67eecb203759b88fb819fe4e725ea646dfdfb7af548805d2f98162b5
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
 	broken="exr crate errors on big endian"

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

* Re: broot: update to 1.23.0
  2023-04-02 19:48 [PR PATCH] broot: update to 1.21.2 cinerea0
                   ` (3 preceding siblings ...)
  2023-06-20 16:16 ` [PR PATCH] [Updated] " cinerea0
@ 2023-06-20 17:34 ` cinerea0
  2023-06-24 19:32 ` classabbyamp
  2023-06-24 19:33 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: cinerea0 @ 2023-06-20 17:34 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/43223#issuecomment-1599229319

Comment:
Yeah, there's no way to manage the stuff it generates via xbps. Oh well.

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

* Re: broot: update to 1.23.0
  2023-04-02 19:48 [PR PATCH] broot: update to 1.21.2 cinerea0
                   ` (4 preceding siblings ...)
  2023-06-20 17:34 ` broot: update to 1.23.0 cinerea0
@ 2023-06-24 19:32 ` classabbyamp
  2023-06-24 19:33 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-06-24 19:32 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43223#issuecomment-1605700711

Comment:
yeah that first-run stuff should be left to the user

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

* Re: [PR PATCH] [Merged]: broot: update to 1.23.0
  2023-04-02 19:48 [PR PATCH] broot: update to 1.21.2 cinerea0
                   ` (5 preceding siblings ...)
  2023-06-24 19:32 ` classabbyamp
@ 2023-06-24 19:33 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-06-24 19:33 UTC (permalink / raw)
  To: ml

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

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

broot: update to 1.23.0
https://github.com/void-linux/void-packages/pull/43223

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


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

end of thread, other threads:[~2023-06-24 19:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 19:48 [PR PATCH] broot: update to 1.21.2 cinerea0
2023-04-02 20:15 ` cinerea0
2023-04-16 16:43 ` jcgruenhage
2023-04-17  3:37 ` cinerea0
2023-06-20 16:16 ` [PR PATCH] [Updated] " cinerea0
2023-06-20 17:34 ` broot: update to 1.23.0 cinerea0
2023-06-24 19:32 ` classabbyamp
2023-06-24 19:33 ` [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).