Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lsd: update to 0.22.0 and adopt
@ 2022-07-06 19:09 tranzystorek-io
  2022-07-06 19:15 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-06 19:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages lsd
https://github.com/void-linux/void-packages/pull/37904

lsd: update to 0.22.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 73c8004ef08aa47abe2004095050322ad098765f Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 6 Jul 2022 21:08:21 +0200
Subject: [PATCH] lsd: update to 0.22.0 and adopt

---
 srcpkgs/lsd/template | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lsd/template b/srcpkgs/lsd/template
index 40af9eef7652..22c093f4375e 100644
--- a/srcpkgs/lsd/template
+++ b/srcpkgs/lsd/template
@@ -1,12 +1,21 @@
 # Template file for 'lsd'
 pkgname=lsd
-version=0.20.1
+version=0.22.0
 revision=1
 build_style=cargo
 short_desc="Next gen ls command with lots of pretty colors and awesome icons"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/Peltoche/lsd"
 changelog="https://raw.githubusercontent.com/Peltoche/lsd/master/CHANGELOG.md"
 distfiles="https://github.com/Peltoche/lsd/archive/${version}.tar.gz"
-checksum=a2086aa049b8bd21c880f23b21b0e9ef21d3c3829d40641aa8810c08be936c19
+checksum=30ad1b1d014c7b6a2fca44c6de3b17198c84168d34fc946245d67094ebc0f7ed
+
+export SHELL_COMPLETIONS_DIR="${wrksrc}"
+
+post_install() {
+	echo "$PWD"
+	vcompletion lsd.bash bash
+	vcompletion lsd.fish fish
+	vcompletion _lsd zsh
+}

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

* Re: [PR PATCH] [Updated] lsd: update to 0.22.0 and adopt
  2022-07-06 19:09 [PR PATCH] lsd: update to 0.22.0 and adopt tranzystorek-io
@ 2022-07-06 19:15 ` tranzystorek-io
  2022-07-06 19:29 ` tranzystorek-io
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-06 19:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages lsd
https://github.com/void-linux/void-packages/pull/37904

lsd: update to 0.22.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 76366585cd492225d6270a40eb6de25c594561c7 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 6 Jul 2022 21:08:21 +0200
Subject: [PATCH] lsd: update to 0.22.0 and adopt

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

diff --git a/srcpkgs/lsd/template b/srcpkgs/lsd/template
index 40af9eef7652..a1c3fda999ea 100644
--- a/srcpkgs/lsd/template
+++ b/srcpkgs/lsd/template
@@ -1,12 +1,20 @@
 # Template file for 'lsd'
 pkgname=lsd
-version=0.20.1
+version=0.22.0
 revision=1
 build_style=cargo
 short_desc="Next gen ls command with lots of pretty colors and awesome icons"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/Peltoche/lsd"
 changelog="https://raw.githubusercontent.com/Peltoche/lsd/master/CHANGELOG.md"
 distfiles="https://github.com/Peltoche/lsd/archive/${version}.tar.gz"
-checksum=a2086aa049b8bd21c880f23b21b0e9ef21d3c3829d40641aa8810c08be936c19
+checksum=30ad1b1d014c7b6a2fca44c6de3b17198c84168d34fc946245d67094ebc0f7ed
+
+export SHELL_COMPLETIONS_DIR="${wrksrc}"
+
+post_install() {
+	vcompletion lsd.bash bash
+	vcompletion lsd.fish fish
+	vcompletion _lsd zsh
+}

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

* Re: lsd: update to 0.22.0 and adopt
  2022-07-06 19:09 [PR PATCH] lsd: update to 0.22.0 and adopt tranzystorek-io
  2022-07-06 19:15 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-07-06 19:29 ` tranzystorek-io
  2022-07-07 20:58 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-06 19:29 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/37904#issuecomment-1176596910

Comment:
`disputils` also has a `lsd` binary, probably packages so different should not conflict, but I'm not sure if there should be a name change or sth else...

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

* Re: [PR PATCH] [Updated] lsd: update to 0.22.0 and adopt
  2022-07-06 19:09 [PR PATCH] lsd: update to 0.22.0 and adopt tranzystorek-io
  2022-07-06 19:15 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-07-06 19:29 ` tranzystorek-io
@ 2022-07-07 20:58 ` tranzystorek-io
  2022-07-08 14:59 ` tranzystorek-io
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-07 20:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages lsd
https://github.com/void-linux/void-packages/pull/37904

lsd: update to 0.22.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 988a13eb576304b2ad213f18513d9afee1f1e5d3 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 6 Jul 2022 21:08:21 +0200
Subject: [PATCH 1/2] lsd: update to 0.22.0 and adopt

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

diff --git a/srcpkgs/lsd/template b/srcpkgs/lsd/template
index 40af9eef7652..a1c3fda999ea 100644
--- a/srcpkgs/lsd/template
+++ b/srcpkgs/lsd/template
@@ -1,12 +1,20 @@
 # Template file for 'lsd'
 pkgname=lsd
-version=0.20.1
+version=0.22.0
 revision=1
 build_style=cargo
 short_desc="Next gen ls command with lots of pretty colors and awesome icons"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/Peltoche/lsd"
 changelog="https://raw.githubusercontent.com/Peltoche/lsd/master/CHANGELOG.md"
 distfiles="https://github.com/Peltoche/lsd/archive/${version}.tar.gz"
-checksum=a2086aa049b8bd21c880f23b21b0e9ef21d3c3829d40641aa8810c08be936c19
+checksum=30ad1b1d014c7b6a2fca44c6de3b17198c84168d34fc946245d67094ebc0f7ed
+
+export SHELL_COMPLETIONS_DIR="${wrksrc}"
+
+post_install() {
+	vcompletion lsd.bash bash
+	vcompletion lsd.fish fish
+	vcompletion _lsd zsh
+}

From 11e07ab719364099eec7c500dfae0305ce2e9e38 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 7 Jul 2022 22:57:39 +0200
Subject: [PATCH 2/2] disputils: change binary names to avoid conflict

---
 srcpkgs/disputils/template | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/disputils/template b/srcpkgs/disputils/template
index 9416f2c4de5e..9109bbeb1b58 100644
--- a/srcpkgs/disputils/template
+++ b/srcpkgs/disputils/template
@@ -1,7 +1,7 @@
 # Template file for 'disputils'
 pkgname=disputils
 version=1.0.0
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="pkg-config"
@@ -20,4 +20,10 @@ post_extract() {
 
 post_install() {
 	vlicense LICENSE
+
+	# avoid conflict with lsd
+	mv ${DESTDIR}/usr/bin/{lsd,lsdsp}
+	mv ${DESTDIR}/usr/bin/{pfd,pfdsp}
+	mv ${DESTDIR}/usr/bin/{phd,phdsp}
+	mv ${DESTDIR}/usr/bin/{ppd,ppdsp}
 }

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

* Re: [PR PATCH] [Updated] lsd: update to 0.22.0 and adopt
  2022-07-06 19:09 [PR PATCH] lsd: update to 0.22.0 and adopt tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-07-07 20:58 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-07-08 14:59 ` tranzystorek-io
  2022-07-12 12:01 ` tranzystorek-io
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-08 14:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages lsd
https://github.com/void-linux/void-packages/pull/37904

lsd: update to 0.22.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ba0ce3e94873fe52d32e4a6804fe7c8f0501389e Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 6 Jul 2022 21:08:21 +0200
Subject: [PATCH 1/2] lsd: update to 0.22.0 and adopt

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

diff --git a/srcpkgs/lsd/template b/srcpkgs/lsd/template
index 40af9eef7652..a1c3fda999ea 100644
--- a/srcpkgs/lsd/template
+++ b/srcpkgs/lsd/template
@@ -1,12 +1,20 @@
 # Template file for 'lsd'
 pkgname=lsd
-version=0.20.1
+version=0.22.0
 revision=1
 build_style=cargo
 short_desc="Next gen ls command with lots of pretty colors and awesome icons"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/Peltoche/lsd"
 changelog="https://raw.githubusercontent.com/Peltoche/lsd/master/CHANGELOG.md"
 distfiles="https://github.com/Peltoche/lsd/archive/${version}.tar.gz"
-checksum=a2086aa049b8bd21c880f23b21b0e9ef21d3c3829d40641aa8810c08be936c19
+checksum=30ad1b1d014c7b6a2fca44c6de3b17198c84168d34fc946245d67094ebc0f7ed
+
+export SHELL_COMPLETIONS_DIR="${wrksrc}"
+
+post_install() {
+	vcompletion lsd.bash bash
+	vcompletion lsd.fish fish
+	vcompletion _lsd zsh
+}

From d39db089e7ff76490193d2824ce7cb3ef627d24c Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 7 Jul 2022 22:57:39 +0200
Subject: [PATCH 2/2] disputils: change binary names to avoid conflict

---
 srcpkgs/disputils/template | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/disputils/template b/srcpkgs/disputils/template
index 9416f2c4de5e..9109bbeb1b58 100644
--- a/srcpkgs/disputils/template
+++ b/srcpkgs/disputils/template
@@ -1,7 +1,7 @@
 # Template file for 'disputils'
 pkgname=disputils
 version=1.0.0
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="pkg-config"
@@ -20,4 +20,10 @@ post_extract() {
 
 post_install() {
 	vlicense LICENSE
+
+	# avoid conflict with lsd
+	mv ${DESTDIR}/usr/bin/{lsd,lsdsp}
+	mv ${DESTDIR}/usr/bin/{pfd,pfdsp}
+	mv ${DESTDIR}/usr/bin/{phd,phdsp}
+	mv ${DESTDIR}/usr/bin/{ppd,ppdsp}
 }

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

* Re: [PR PATCH] [Updated] lsd: update to 0.22.0 and adopt
  2022-07-06 19:09 [PR PATCH] lsd: update to 0.22.0 and adopt tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-07-08 14:59 ` tranzystorek-io
@ 2022-07-12 12:01 ` tranzystorek-io
  2022-07-12 23:59 ` Duncaen
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-12 12:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages lsd
https://github.com/void-linux/void-packages/pull/37904

lsd: update to 0.22.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 3dc01f73e321e6ac16fe79b5e9471fe07e4ef588 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 6 Jul 2022 21:08:21 +0200
Subject: [PATCH 1/2] lsd: update to 0.22.0 and adopt

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

diff --git a/srcpkgs/lsd/template b/srcpkgs/lsd/template
index 40af9eef7652..a1c3fda999ea 100644
--- a/srcpkgs/lsd/template
+++ b/srcpkgs/lsd/template
@@ -1,12 +1,20 @@
 # Template file for 'lsd'
 pkgname=lsd
-version=0.20.1
+version=0.22.0
 revision=1
 build_style=cargo
 short_desc="Next gen ls command with lots of pretty colors and awesome icons"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/Peltoche/lsd"
 changelog="https://raw.githubusercontent.com/Peltoche/lsd/master/CHANGELOG.md"
 distfiles="https://github.com/Peltoche/lsd/archive/${version}.tar.gz"
-checksum=a2086aa049b8bd21c880f23b21b0e9ef21d3c3829d40641aa8810c08be936c19
+checksum=30ad1b1d014c7b6a2fca44c6de3b17198c84168d34fc946245d67094ebc0f7ed
+
+export SHELL_COMPLETIONS_DIR="${wrksrc}"
+
+post_install() {
+	vcompletion lsd.bash bash
+	vcompletion lsd.fish fish
+	vcompletion _lsd zsh
+}

From 9c01bcdd073b650c5295b416785797d2363c1e78 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 7 Jul 2022 22:57:39 +0200
Subject: [PATCH 2/2] disputils: change binary names to avoid conflict

---
 srcpkgs/disputils/template | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/disputils/template b/srcpkgs/disputils/template
index 9416f2c4de5e..9109bbeb1b58 100644
--- a/srcpkgs/disputils/template
+++ b/srcpkgs/disputils/template
@@ -1,7 +1,7 @@
 # Template file for 'disputils'
 pkgname=disputils
 version=1.0.0
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="pkg-config"
@@ -20,4 +20,10 @@ post_extract() {
 
 post_install() {
 	vlicense LICENSE
+
+	# avoid conflict with lsd
+	mv ${DESTDIR}/usr/bin/{lsd,lsdsp}
+	mv ${DESTDIR}/usr/bin/{pfd,pfdsp}
+	mv ${DESTDIR}/usr/bin/{phd,phdsp}
+	mv ${DESTDIR}/usr/bin/{ppd,ppdsp}
 }

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

* Re: lsd: update to 0.22.0 and adopt
  2022-07-06 19:09 [PR PATCH] lsd: update to 0.22.0 and adopt tranzystorek-io
                   ` (4 preceding siblings ...)
  2022-07-12 12:01 ` tranzystorek-io
@ 2022-07-12 23:59 ` Duncaen
  2022-07-13  0:00 ` Duncaen
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Duncaen @ 2022-07-12 23:59 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/37904#issuecomment-1182608841

Comment:
I think its better to conflict, by renaming the binaries you are possibly breaking users setups.

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

* Re: lsd: update to 0.22.0 and adopt
  2022-07-06 19:09 [PR PATCH] lsd: update to 0.22.0 and adopt tranzystorek-io
                   ` (5 preceding siblings ...)
  2022-07-12 23:59 ` Duncaen
@ 2022-07-13  0:00 ` Duncaen
  2022-07-13  0:00 ` Duncaen
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Duncaen @ 2022-07-13  0:00 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/37904#issuecomment-1182608841

Comment:
I think its better to add a conflict to lsd, by renaming the binaries you are possibly breaking users setups.

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

* Re: lsd: update to 0.22.0 and adopt
  2022-07-06 19:09 [PR PATCH] lsd: update to 0.22.0 and adopt tranzystorek-io
                   ` (6 preceding siblings ...)
  2022-07-13  0:00 ` Duncaen
@ 2022-07-13  0:00 ` Duncaen
  2022-07-13  5:24 ` tranzystorek-io
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Duncaen @ 2022-07-13  0:00 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/37904#issuecomment-1182608841

Comment:
I think its better to add a conflict to lsd, by renaming the binaries in the other package you are possibly breaking users setups.

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

* Re: lsd: update to 0.22.0 and adopt
  2022-07-06 19:09 [PR PATCH] lsd: update to 0.22.0 and adopt tranzystorek-io
                   ` (7 preceding siblings ...)
  2022-07-13  0:00 ` Duncaen
@ 2022-07-13  5:24 ` tranzystorek-io
  2022-07-13 10:21 ` Duncaen
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-13  5:24 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/37904#issuecomment-1182779694

Comment:
There is a precedent to do that: https://github.com/void-linux/void-packages/pull/36442

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

* Re: lsd: update to 0.22.0 and adopt
  2022-07-06 19:09 [PR PATCH] lsd: update to 0.22.0 and adopt tranzystorek-io
                   ` (8 preceding siblings ...)
  2022-07-13  5:24 ` tranzystorek-io
@ 2022-07-13 10:21 ` Duncaen
  2022-07-13 10:23 ` Duncaen
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Duncaen @ 2022-07-13 10:21 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/37904#issuecomment-1183042531

Comment:
I personally think those are two obscure packages and until someone actually complains its better to just let them conflict, disputils is something people use for scripts and randomly renaming the binaries in it because some other fancy new ls command has the same name seems worse than having a conflict that will most likely not be noticed by anyone ever.

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

* Re: lsd: update to 0.22.0 and adopt
  2022-07-06 19:09 [PR PATCH] lsd: update to 0.22.0 and adopt tranzystorek-io
                   ` (9 preceding siblings ...)
  2022-07-13 10:21 ` Duncaen
@ 2022-07-13 10:23 ` Duncaen
  2022-07-14  7:27 ` tranzystorek-io
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Duncaen @ 2022-07-13 10:23 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/37904#issuecomment-1183042531

Comment:
I personally think those are two obscure packages and until someone actually complains its better to just let them conflict, disputils is something people use for scripts and randomly renaming the binaries in it because some other fancy new ls command has the same name seems worse than having a conflict that will most likely not be noticed by anyone ever.

There is precedence for either case, making packages conflict or renaming binaries, I don't think this is a good argument for renaming based on your preference on which package deserves the binary name.

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

* Re: lsd: update to 0.22.0 and adopt
  2022-07-06 19:09 [PR PATCH] lsd: update to 0.22.0 and adopt tranzystorek-io
                   ` (10 preceding siblings ...)
  2022-07-13 10:23 ` Duncaen
@ 2022-07-14  7:27 ` tranzystorek-io
  2022-07-16 12:42 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-07-16 16:51 ` [PR PATCH] [Merged]: " paper42
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-14  7:27 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/37904#issuecomment-1184094358

Comment:
My only thought is that intuitively, conflicts mean that two packages overlap in functionality, beyond being usable. Making two packages with such different uses conflict based only on binary name seems wrong. They should be able to coexist peacefully.

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

* Re: [PR PATCH] [Updated] lsd: update to 0.22.0 and adopt
  2022-07-06 19:09 [PR PATCH] lsd: update to 0.22.0 and adopt tranzystorek-io
                   ` (11 preceding siblings ...)
  2022-07-14  7:27 ` tranzystorek-io
@ 2022-07-16 12:42 ` tranzystorek-io
  2022-07-16 16:51 ` [PR PATCH] [Merged]: " paper42
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-16 12:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages lsd
https://github.com/void-linux/void-packages/pull/37904

lsd: update to 0.22.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 54338ade8456f04b2b670ce0a9abd0e372c64951 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 6 Jul 2022 21:08:21 +0200
Subject: [PATCH] lsd: update to 0.22.0 and adopt

---
 srcpkgs/lsd/template | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lsd/template b/srcpkgs/lsd/template
index 40af9eef7652..469f3e254558 100644
--- a/srcpkgs/lsd/template
+++ b/srcpkgs/lsd/template
@@ -1,12 +1,21 @@
 # Template file for 'lsd'
 pkgname=lsd
-version=0.20.1
+version=0.22.0
 revision=1
 build_style=cargo
 short_desc="Next gen ls command with lots of pretty colors and awesome icons"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/Peltoche/lsd"
 changelog="https://raw.githubusercontent.com/Peltoche/lsd/master/CHANGELOG.md"
 distfiles="https://github.com/Peltoche/lsd/archive/${version}.tar.gz"
-checksum=a2086aa049b8bd21c880f23b21b0e9ef21d3c3829d40641aa8810c08be936c19
+checksum=30ad1b1d014c7b6a2fca44c6de3b17198c84168d34fc946245d67094ebc0f7ed
+conflicts="disputils"
+
+export SHELL_COMPLETIONS_DIR="${wrksrc}"
+
+post_install() {
+	vcompletion lsd.bash bash
+	vcompletion lsd.fish fish
+	vcompletion _lsd zsh
+}

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

* Re: [PR PATCH] [Merged]: lsd: update to 0.22.0 and adopt
  2022-07-06 19:09 [PR PATCH] lsd: update to 0.22.0 and adopt tranzystorek-io
                   ` (12 preceding siblings ...)
  2022-07-16 12:42 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-07-16 16:51 ` paper42
  13 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2022-07-16 16:51 UTC (permalink / raw)
  To: ml

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

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

lsd: update to 0.22.0 and adopt
https://github.com/void-linux/void-packages/pull/37904

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-07-16 16:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-06 19:09 [PR PATCH] lsd: update to 0.22.0 and adopt tranzystorek-io
2022-07-06 19:15 ` [PR PATCH] [Updated] " tranzystorek-io
2022-07-06 19:29 ` tranzystorek-io
2022-07-07 20:58 ` [PR PATCH] [Updated] " tranzystorek-io
2022-07-08 14:59 ` tranzystorek-io
2022-07-12 12:01 ` tranzystorek-io
2022-07-12 23:59 ` Duncaen
2022-07-13  0:00 ` Duncaen
2022-07-13  0:00 ` Duncaen
2022-07-13  5:24 ` tranzystorek-io
2022-07-13 10:21 ` Duncaen
2022-07-13 10:23 ` Duncaen
2022-07-14  7:27 ` tranzystorek-io
2022-07-16 12:42 ` [PR PATCH] [Updated] " tranzystorek-io
2022-07-16 16:51 ` [PR PATCH] [Merged]: " paper42

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