Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] eza: update to 0.18.13
@ 2024-04-25 18:24 tranzystorekk
  2024-04-25 19:40 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 1 reply; 2+ messages in thread
From: tranzystorekk @ 2024-04-25 18:24 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/50034

eza: update to 0.18.13
<!-- 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/50034.patch is attached

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

From 746be8776c455e070bcd74b52fbce6040b07e4bd Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 25 Apr 2024 19:41:32 +0200
Subject: [PATCH] eza: update to 0.18.13

---
 srcpkgs/eza/template | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/eza/template b/srcpkgs/eza/template
index b1bcfef3fba8af..3c8d7ce3a2f3d2 100644
--- a/srcpkgs/eza/template
+++ b/srcpkgs/eza/template
@@ -1,25 +1,32 @@
 # Template file for 'eza'
 pkgname=eza
-version=0.18.10
+version=0.18.13
 revision=1
 build_style=cargo
-hostmakedepends="pandoc pkg-config"
+hostmakedepends="pkg-config"
 makedepends="libgit2-devel"
 short_desc="Modern, maintained replacement for ls"
 maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="MIT"
 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"
-checksum=b0b59a7bdd7536941fac210ca25d30f904657f906aa2c01411fb390d4bdcd139
+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="679fd3b5b389553aa77a2bce496e8658848ef0f4624968fd1a330dbe92032438
+ 73ef1ae9df7dd59d9cd470d94d874486c059a3dd332f565e9556cb5df869fc23"
+
+skip_extraction="man-${version}.tar.gz"
+
+post_extract() {
+	vsrcextract -C manpages --strip-components=3 man-${version}.tar.gz
+}
 
 post_install() {
 	vcompletion completions/bash/eza bash
 	vcompletion completions/fish/eza.fish fish
 	vcompletion completions/zsh/_eza zsh
 
-	for manpage in eza.1 eza_colors.5 eza_colors-explanation.5; do
-		pandoc --standalone -f markdown -t man man/${manpage}.md > ${manpage}
+	for manpage in manpages/*; do
 		vman ${manpage}
 	done
 

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

* Re: [PR PATCH] [Merged]: eza: update to 0.18.13
  2024-04-25 18:24 [PR PATCH] eza: update to 0.18.13 tranzystorekk
@ 2024-04-25 19:40 ` cinerea0
  0 siblings, 0 replies; 2+ messages in thread
From: cinerea0 @ 2024-04-25 19:40 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.13
https://github.com/void-linux/void-packages/pull/50034

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-04-25 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-25 18:24 [PR PATCH] eza: update to 0.18.13 tranzystorekk
2024-04-25 19:40 ` [PR PATCH] [Merged]: " cinerea0

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