Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] chafa: update to 1.12.3
@ 2022-08-27 15:27 UltimateNyn
  2022-08-27 16:02 ` tranzystorek-io
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: UltimateNyn @ 2022-08-27 15:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UltimateNyn/void-packages master
https://github.com/void-linux/void-packages/pull/38944

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

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)


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

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

From c3ff635951ac3b81c7a557c4f28bf3d0e5899fb4 Mon Sep 17 00:00:00 2001
From: UltimateNyn <ichquick3@gmail.com>
Date: Sat, 27 Aug 2022 17:21:13 +0200
Subject: [PATCH] chafa: update to 1.12.3

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

diff --git a/srcpkgs/chafa/template b/srcpkgs/chafa/template
index ba80b16495f3..9f663a06ae28 100644
--- a/srcpkgs/chafa/template
+++ b/srcpkgs/chafa/template
@@ -1,7 +1,7 @@
 # Template file for 'chafa'
 pkgname=chafa
-version=1.8.0
-revision=2
+version=1.12.3
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libglib-devel libmagick-devel libXext-devel libxml2-devel"
@@ -10,7 +10,7 @@ maintainer="Christian Buschau <christian.buschau@mailbox.org>"
 license="LGPL-3.0-or-later"
 homepage="https://hpjansson.org/chafa/"
 distfiles="https://hpjansson.org/chafa/releases/chafa-${version}.tar.xz"
-checksum=21ff652d836ba207098c40c459652b2f1de6c8a64fbffc62e7c6319ced32286b
+checksum=2456a0b6c1150e25b64cd6a92810d59bed3f061f8b86f91aba5a77bc7cc76cfa
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*) ;;

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

* Re: chafa: update to 1.12.3
  2022-08-27 15:27 [PR PATCH] chafa: update to 1.12.3 UltimateNyn
@ 2022-08-27 16:02 ` tranzystorek-io
  2022-08-27 16:02 ` tranzystorek-io
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-08-27 16:02 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38944#issuecomment-1229218740

Comment:
Consider my changes as well from here https://github.com/tranzystorek-io/void-packages/blob/fastfetch/srcpkgs/chafa/template to enable man pages and some additional capabilities

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

* Re: chafa: update to 1.12.3
  2022-08-27 15:27 [PR PATCH] chafa: update to 1.12.3 UltimateNyn
  2022-08-27 16:02 ` tranzystorek-io
@ 2022-08-27 16:02 ` tranzystorek-io
  2022-08-27 18:41 ` [PR PATCH] [Updated] " UltimateNyn
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-08-27 16:02 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38944#issuecomment-1229218740

Comment:
Consider my changes from here https://github.com/tranzystorek-io/void-packages/blob/fastfetch/srcpkgs/chafa/template to enable man pages and some additional capabilities

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

* Re: [PR PATCH] [Updated] chafa: update to 1.12.3
  2022-08-27 15:27 [PR PATCH] chafa: update to 1.12.3 UltimateNyn
  2022-08-27 16:02 ` tranzystorek-io
  2022-08-27 16:02 ` tranzystorek-io
@ 2022-08-27 18:41 ` UltimateNyn
  2022-08-27 18:43 ` UltimateNyn
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: UltimateNyn @ 2022-08-27 18:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UltimateNyn/void-packages master
https://github.com/void-linux/void-packages/pull/38944

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

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)


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

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

From c3ff635951ac3b81c7a557c4f28bf3d0e5899fb4 Mon Sep 17 00:00:00 2001
From: UltimateNyn <ichquick3@gmail.com>
Date: Sat, 27 Aug 2022 17:21:13 +0200
Subject: [PATCH 1/3] chafa: update to 1.12.3

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

diff --git a/srcpkgs/chafa/template b/srcpkgs/chafa/template
index ba80b16495f3..9f663a06ae28 100644
--- a/srcpkgs/chafa/template
+++ b/srcpkgs/chafa/template
@@ -1,7 +1,7 @@
 # Template file for 'chafa'
 pkgname=chafa
-version=1.8.0
-revision=2
+version=1.12.3
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libglib-devel libmagick-devel libXext-devel libxml2-devel"
@@ -10,7 +10,7 @@ maintainer="Christian Buschau <christian.buschau@mailbox.org>"
 license="LGPL-3.0-or-later"
 homepage="https://hpjansson.org/chafa/"
 distfiles="https://hpjansson.org/chafa/releases/chafa-${version}.tar.xz"
-checksum=21ff652d836ba207098c40c459652b2f1de6c8a64fbffc62e7c6319ced32286b
+checksum=2456a0b6c1150e25b64cd6a92810d59bed3f061f8b86f91aba5a77bc7cc76cfa
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*) ;;

From c67f8a6e00ac630356c471621d403b7891e18dee Mon Sep 17 00:00:00 2001
From: UltimateNyn <ichquick3@gmail.com>
Date: Sat, 27 Aug 2022 20:36:07 +0200
Subject: [PATCH 2/3] chafa: enable generation of manpage

---
 srcpkgs/chafa/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/chafa/template b/srcpkgs/chafa/template
index 9f663a06ae28..62f4a2aafa8c 100644
--- a/srcpkgs/chafa/template
+++ b/srcpkgs/chafa/template
@@ -1,9 +1,10 @@
 # Template file for 'chafa'
 pkgname=chafa
 version=1.12.3
-revision=1
+revision=2
 build_style=gnu-configure
-hostmakedepends="pkg-config"
+configure_args="--enable-man"
+hostmakedepends="docbook-xml docbook-xsl libxslt pkg-config"
 makedepends="libglib-devel libmagick-devel libXext-devel libxml2-devel"
 short_desc="Versatile and fast Unicode/ASCII/ANSI graphics renderer"
 maintainer="Christian Buschau <christian.buschau@mailbox.org>"

From 9bd35a94f51c9fb913abab8c036e8d419c1f580f Mon Sep 17 00:00:00 2001
From: UltimateNyn <ichquick3@gmail.com>
Date: Sat, 27 Aug 2022 20:41:35 +0200
Subject: [PATCH 3/3] chafa: enable native svg and webp support

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

diff --git a/srcpkgs/chafa/template b/srcpkgs/chafa/template
index 62f4a2aafa8c..3652929720f2 100644
--- a/srcpkgs/chafa/template
+++ b/srcpkgs/chafa/template
@@ -1,11 +1,11 @@
 # Template file for 'chafa'
 pkgname=chafa
 version=1.12.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-man"
 hostmakedepends="docbook-xml docbook-xsl libxslt pkg-config"
-makedepends="libglib-devel libmagick-devel libXext-devel libxml2-devel"
+makedepends="libglib-devel libmagick-devel librsvg-devel libwebp-devel libXext-devel libxml2-devel"
 short_desc="Versatile and fast Unicode/ASCII/ANSI graphics renderer"
 maintainer="Christian Buschau <christian.buschau@mailbox.org>"
 license="LGPL-3.0-or-later"

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

* Re: chafa: update to 1.12.3
  2022-08-27 15:27 [PR PATCH] chafa: update to 1.12.3 UltimateNyn
                   ` (2 preceding siblings ...)
  2022-08-27 18:41 ` [PR PATCH] [Updated] " UltimateNyn
@ 2022-08-27 18:43 ` UltimateNyn
  2022-08-27 18:47 ` tranzystorek-io
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: UltimateNyn @ 2022-08-27 18:43 UTC (permalink / raw)
  To: ml

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

New comment by UltimateNyn on void-packages repository

https://github.com/void-linux/void-packages/pull/38944#issuecomment-1229243990

Comment:
@tranzystorek-io added it. Why did you add ``xmlcatmgr`` as host dependency? I got the manpage and SVG/WebP support without adding it

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

* Re: chafa: update to 1.12.3
  2022-08-27 15:27 [PR PATCH] chafa: update to 1.12.3 UltimateNyn
                   ` (3 preceding siblings ...)
  2022-08-27 18:43 ` UltimateNyn
@ 2022-08-27 18:47 ` tranzystorek-io
  2022-08-27 18:55 ` tranzystorek-io
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-08-27 18:47 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38944#issuecomment-1229244475

Comment:
The configure script seems to check for the `/etc/xml/catalog/` file that this provides, but if it works without it then SGTM

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

* Re: chafa: update to 1.12.3
  2022-08-27 15:27 [PR PATCH] chafa: update to 1.12.3 UltimateNyn
                   ` (4 preceding siblings ...)
  2022-08-27 18:47 ` tranzystorek-io
@ 2022-08-27 18:55 ` tranzystorek-io
  2022-08-27 18:58 ` tranzystorek-io
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-08-27 18:55 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38944#issuecomment-1229245844

Comment:
Ah, I see, `docbook` depends on `xmlcatmgr` so it gets pulled in implicitly. I wish chafa's README explained manpage generation instead of us having to blindly check around 😤

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

* Re: chafa: update to 1.12.3
  2022-08-27 15:27 [PR PATCH] chafa: update to 1.12.3 UltimateNyn
                   ` (5 preceding siblings ...)
  2022-08-27 18:55 ` tranzystorek-io
@ 2022-08-27 18:58 ` tranzystorek-io
  2022-08-27 19:14 ` UltimateNyn
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-08-27 18:58 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38944#issuecomment-1229246572

Comment:
Also @UltimateNyn these changes don't warrant sepparate commits, you should squash them into the original commit and keep `revision=1` instead

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

* Re: chafa: update to 1.12.3
  2022-08-27 15:27 [PR PATCH] chafa: update to 1.12.3 UltimateNyn
                   ` (6 preceding siblings ...)
  2022-08-27 18:58 ` tranzystorek-io
@ 2022-08-27 19:14 ` UltimateNyn
  2022-08-28  5:21 ` classabbyamp
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: UltimateNyn @ 2022-08-27 19:14 UTC (permalink / raw)
  To: ml

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

New comment by UltimateNyn on void-packages repository

https://github.com/void-linux/void-packages/pull/38944#issuecomment-1229249202

Comment:
I would wait for a maintainer to decide, if the commits should be squashed since every commit is descriptive in what it does

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

* Re: chafa: update to 1.12.3
  2022-08-27 15:27 [PR PATCH] chafa: update to 1.12.3 UltimateNyn
                   ` (7 preceding siblings ...)
  2022-08-27 19:14 ` UltimateNyn
@ 2022-08-28  5:21 ` classabbyamp
  2022-08-29 11:35 ` [PR PATCH] [Updated] " UltimateNyn
  2022-08-29 21:08 ` [PR PATCH] [Merged]: " classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-08-28  5:21 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38944#issuecomment-1229379394

Comment:
they should be squashed, as the contributing guidelines say

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

* Re: [PR PATCH] [Updated] chafa: update to 1.12.3
  2022-08-27 15:27 [PR PATCH] chafa: update to 1.12.3 UltimateNyn
                   ` (8 preceding siblings ...)
  2022-08-28  5:21 ` classabbyamp
@ 2022-08-29 11:35 ` UltimateNyn
  2022-08-29 21:08 ` [PR PATCH] [Merged]: " classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: UltimateNyn @ 2022-08-29 11:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UltimateNyn/void-packages master
https://github.com/void-linux/void-packages/pull/38944

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

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)


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

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

From 482b3c2c31d3d0e6a5f56aad773cc3048e7635e5 Mon Sep 17 00:00:00 2001
From: UltimateNyn <ichquick3@gmail.com>
Date: Sat, 27 Aug 2022 17:21:13 +0200
Subject: [PATCH] chafa: update to 1.12.3; enable manpage, svg, webp

---
 srcpkgs/chafa/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/chafa/template b/srcpkgs/chafa/template
index ba80b16495f3..4eabb143fcf9 100644
--- a/srcpkgs/chafa/template
+++ b/srcpkgs/chafa/template
@@ -1,16 +1,17 @@
 # Template file for 'chafa'
 pkgname=chafa
-version=1.8.0
-revision=2
+version=1.12.3
+revision=1
 build_style=gnu-configure
-hostmakedepends="pkg-config"
-makedepends="libglib-devel libmagick-devel libXext-devel libxml2-devel"
+configure_args="--enable-man"
+hostmakedepends="docbook-xml docbook-xsl libxslt pkg-config"
+makedepends="libglib-devel libmagick-devel librsvg-devel libwebp-devel libXext-devel libxml2-devel"
 short_desc="Versatile and fast Unicode/ASCII/ANSI graphics renderer"
 maintainer="Christian Buschau <christian.buschau@mailbox.org>"
 license="LGPL-3.0-or-later"
 homepage="https://hpjansson.org/chafa/"
 distfiles="https://hpjansson.org/chafa/releases/chafa-${version}.tar.xz"
-checksum=21ff652d836ba207098c40c459652b2f1de6c8a64fbffc62e7c6319ced32286b
+checksum=2456a0b6c1150e25b64cd6a92810d59bed3f061f8b86f91aba5a77bc7cc76cfa
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*) ;;

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

* Re: [PR PATCH] [Merged]: chafa: update to 1.12.3
  2022-08-27 15:27 [PR PATCH] chafa: update to 1.12.3 UltimateNyn
                   ` (9 preceding siblings ...)
  2022-08-29 11:35 ` [PR PATCH] [Updated] " UltimateNyn
@ 2022-08-29 21:08 ` classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-08-29 21:08 UTC (permalink / raw)
  To: ml

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

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

chafa: update to 1.12.3
https://github.com/void-linux/void-packages/pull/38944

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

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)


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

end of thread, other threads:[~2022-08-29 21:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-27 15:27 [PR PATCH] chafa: update to 1.12.3 UltimateNyn
2022-08-27 16:02 ` tranzystorek-io
2022-08-27 16:02 ` tranzystorek-io
2022-08-27 18:41 ` [PR PATCH] [Updated] " UltimateNyn
2022-08-27 18:43 ` UltimateNyn
2022-08-27 18:47 ` tranzystorek-io
2022-08-27 18:55 ` tranzystorek-io
2022-08-27 18:58 ` tranzystorek-io
2022-08-27 19:14 ` UltimateNyn
2022-08-28  5:21 ` classabbyamp
2022-08-29 11:35 ` [PR PATCH] [Updated] " UltimateNyn
2022-08-29 21:08 ` [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).