Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] eza: update to 0.18.21
@ 2024-07-01 14:14 tranzystorekk
  2024-07-01 15:28 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: tranzystorekk @ 2024-07-01 14:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages eza
https://github.com/void-linux/void-packages/pull/51066

eza: update to 0.18.21
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/51066.patch is attached

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

From 45b852d896e58528addedc084d5b92ef1751becf Mon Sep 17 00:00:00 2001
From: tranzystorekk <tranzystorek.io@protonmail.com>
Date: Mon, 1 Jul 2024 16:13:04 +0200
Subject: [PATCH] eza: update to 0.18.21

---
 srcpkgs/eza/patches/fix-zsh-completions.patch | 27 -------------------
 srcpkgs/eza/template                          |  6 ++---
 2 files changed, 3 insertions(+), 30 deletions(-)
 delete mode 100644 srcpkgs/eza/patches/fix-zsh-completions.patch

diff --git a/srcpkgs/eza/patches/fix-zsh-completions.patch b/srcpkgs/eza/patches/fix-zsh-completions.patch
deleted file mode 100644
index b52a81c616bed3..00000000000000
--- a/srcpkgs/eza/patches/fix-zsh-completions.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 30d78ba5ce7fd2aabae174bcac106d6b202c6d31 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Martin=20Maty=C3=A1=C5=A1ek?= <martin.matyasek@gmail.com>
-Date: Thu, 27 Jun 2024 11:58:57 +0200
-Subject: [PATCH] fix(completions): fix missing line breaks in _eza
-
-Before this change the shell would report a parsing error, which was due
-to missing line breaks after the newly introduced symlinks flags. This
-commit fixes that issue.
----
- completions/zsh/_eza | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/completions/zsh/_eza b/completions/zsh/_eza
-index f672e0a59..67cf0284d 100644
---- a/completions/zsh/_eza
-+++ b/completions/zsh/_eza
-@@ -33,8 +33,8 @@ __eza() {
-         {-A,--almost-all}"[Equivalent to --all; included for compatibility with \'ls -A\']" \
-         {-d,--list-dirs}"[List directories like regular files]" \
-         {-D,--only-dirs}"[List only directories]" \
--        --no-symlinks"[Do not show symbolic links]"
--        --show-symlinks"[Explictly show symbolic links: for use with '--only-dirs'| '--only-files']"
-+        --no-symlinks"[Do not show symbolic links]" \
-+        --show-symlinks"[Explictly show symbolic links: for use with '--only-dirs'| '--only-files']" \
-         {-f,--only-files}"[List only files]" \
-         {-L,--level}"+[Limit the depth of recursion]" \
-         {-w,--width}"+[Limits column output of grid, 0 implies auto-width]" \
diff --git a/srcpkgs/eza/template b/srcpkgs/eza/template
index ff60b8fbd603e4..db5b234510fcd9 100644
--- a/srcpkgs/eza/template
+++ b/srcpkgs/eza/template
@@ -1,6 +1,6 @@
 # Template file for 'eza'
 pkgname=eza
-version=0.18.20
+version=0.18.21
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -12,8 +12,8 @@ homepage="https://eza.rocks"
 changelog="https://raw.githubusercontent.com/eza-community/eza/main/CHANGELOG.md"
 distfiles="https://github.com/eza-community/eza/archive/refs/tags/v${version}.tar.gz
  https://github.com/eza-community/eza/releases/download/v${version}/man-${version}.tar.gz"
-checksum="f85a7c1a1859e4fb7913d9517bd5fd04714811562b631a71705077c5aceacd78
- e376bfd7c8657cf9c8b0c1405543fed9142dd5222f1980b2c7e68309d163d23c"
+checksum="53cee12706be2b5bedcf40b97e077a18b254f0f53f1aee52d1d74136466045bc
+ f756c1c20dbf730c9c99295742abd6adc194164723ff8531107feb3259fbe100"
 
 skip_extraction="man-${version}.tar.gz"
 

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

* Re: [PR PATCH] [Merged]: eza: update to 0.18.21
  2024-07-01 14:14 [PR PATCH] eza: update to 0.18.21 tranzystorekk
@ 2024-07-01 15:28 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2024-07-01 15:28 UTC (permalink / raw)
  To: ml

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

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

eza: update to 0.18.21
https://github.com/void-linux/void-packages/pull/51066

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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] 2+ messages in thread

end of thread, other threads:[~2024-07-01 15:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-01 14:14 [PR PATCH] eza: update to 0.18.21 tranzystorekk
2024-07-01 15:28 ` [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).