From c3ff635951ac3b81c7a557c4f28bf3d0e5899fb4 Mon Sep 17 00:00:00 2001 From: UltimateNyn 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 " 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 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 " From 9bd35a94f51c9fb913abab8c036e8d419c1f580f Mon Sep 17 00:00:00 2001 From: UltimateNyn 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 " license="LGPL-3.0-or-later"