Github messages for voidlinux
 help / color / mirror / Atom feed
From: UltimateNyn <UltimateNyn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] chafa: update to 1.12.3
Date: Sat, 27 Aug 2022 20:41:58 +0200	[thread overview]
Message-ID: <20220827184158.gS6dKFySskMG0qNZjyrKwUzsIt-Ml66cvcyEK9T7Jfw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38944@inbox.vuxu.org>

[-- 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"

  parent reply	other threads:[~2022-08-27 18:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-27 15:27 [PR PATCH] " UltimateNyn
2022-08-27 16:02 ` tranzystorek-io
2022-08-27 16:02 ` tranzystorek-io
2022-08-27 18:41 ` UltimateNyn [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220827184158.gS6dKFySskMG0qNZjyrKwUzsIt-Ml66cvcyEK9T7Jfw@z \
    --to=ultimatenyn@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).