Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] eza: update to 0.13.1
@ 2023-09-25 10:23 tranzystorek-io
  2023-09-25 11:52 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tranzystorek-io @ 2023-09-25 10:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages eza
https://github.com/void-linux/void-packages/pull/46242

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

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

From 9c9c392a95168411fb4348e8c51b8dc5d9435276 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Mon, 25 Sep 2023 12:22:54 +0200
Subject: [PATCH] eza: update to 0.13.1

---
 srcpkgs/eza/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/eza/template b/srcpkgs/eza/template
index 8a0a7e8621367..b2560dcad45c3 100644
--- a/srcpkgs/eza/template
+++ b/srcpkgs/eza/template
@@ -1,6 +1,6 @@
 # Template file for 'eza'
 pkgname=eza
-version=0.13.0
+version=0.13.1
 revision=1
 build_style=cargo
 hostmakedepends="pandoc pkg-config"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://github.com/eza-community/eza"
 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=3b774d1396f7aa5382d358133f2923a49639b1c615fea0942cbc63042c15830b
+checksum=f175e21114cbea292fab35145428a54c58a69c22d871786eb6b0d7248f874ccf
 
 post_patch() {
 	cargo update --package git2@0.18.0 --precise 0.17.2

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

* Re: [PR REVIEW] eza: update to 0.13.1
  2023-09-25 10:23 [PR PATCH] eza: update to 0.13.1 tranzystorek-io
@ 2023-09-25 11:52 ` paper42
  2023-09-25 13:32 ` tranzystorek-io
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-09-25 11:52 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/46242#discussion_r1335777492

Comment:
pandoc is nocross which makes this package nocross too with our builders, could we have something like

```
hostmakedepends="$(vopt_if man pandoc)"

build_options="man"
desc_option_man="Use pandoc for manpages"

case "$XBPS_MACHINE" in
	x86_64*|i686) build_options_default="man" ;;
esac

post_install() {
	if [ "$build_option_man" ]; then
		...
	fi
}
```

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

* Re: [PR REVIEW] eza: update to 0.13.1
  2023-09-25 10:23 [PR PATCH] eza: update to 0.13.1 tranzystorek-io
  2023-09-25 11:52 ` [PR REVIEW] " paper42
@ 2023-09-25 13:32 ` tranzystorek-io
  2023-09-25 14:42 ` classabbyamp
  2023-10-02  5:47 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2023-09-25 13:32 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/46242#discussion_r1335896548

Comment:
I notified upstream in https://github.com/eza-community/eza/issues/357 that prerendered manpages are desired, I assumed eza was merged as-is because this is not a huge problem and can wait until we eliminate pandoc from this template altogether.

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

* Re: [PR REVIEW] eza: update to 0.13.1
  2023-09-25 10:23 [PR PATCH] eza: update to 0.13.1 tranzystorek-io
  2023-09-25 11:52 ` [PR REVIEW] " paper42
  2023-09-25 13:32 ` tranzystorek-io
@ 2023-09-25 14:42 ` classabbyamp
  2023-10-02  5:47 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-09-25 14:42 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/46242#discussion_r1335992706

Comment:
> pandoc is nocross which makes this package nocross too with our builders

but it's in hostmakedepends 

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

* Re: [PR PATCH] [Merged]: eza: update to 0.13.1
  2023-09-25 10:23 [PR PATCH] eza: update to 0.13.1 tranzystorek-io
                   ` (2 preceding siblings ...)
  2023-09-25 14:42 ` classabbyamp
@ 2023-10-02  5:47 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-10-02  5:47 UTC (permalink / raw)
  To: ml

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

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

eza: update to 0.13.1
https://github.com/void-linux/void-packages/pull/46242

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] 5+ messages in thread

end of thread, other threads:[~2023-10-02  5:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-25 10:23 [PR PATCH] eza: update to 0.13.1 tranzystorek-io
2023-09-25 11:52 ` [PR REVIEW] " paper42
2023-09-25 13:32 ` tranzystorek-io
2023-09-25 14:42 ` classabbyamp
2023-10-02  5:47 ` [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).