Skip to content

Commit

Permalink
chafa: update to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk committed Jan 23, 2024
1 parent 26bdd8b commit a02da8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
13 changes: 0 additions & 13 deletions srcpkgs/chafa/patches/fix-libwebp.patch

This file was deleted.

13 changes: 4 additions & 9 deletions srcpkgs/chafa/template
Original file line number Diff line number Diff line change
@@ -1,30 +1,25 @@
# Template file for 'chafa'
pkgname=chafa
version=1.12.5
version=1.14.0
revision=1
build_style=gnu-configure
configure_args="--enable-man"
hostmakedepends="automake libtool gtk-doc docbook-xml docbook-xsl libxslt pkg-config"
makedepends="libglib-devel libmagick-devel librsvg-devel libwebp-devel libXext-devel libxml2-devel"
hostmakedepends="docbook-xml docbook-xsl libxslt pkg-config"
makedepends="libavif-devel libglib-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/"
changelog="https://raw.githubusercontent.com/hpjansson/chafa/master/NEWS"
distfiles="https://hpjansson.org/chafa/releases/chafa-${version}.tar.xz"
checksum=0f5490d52a500a6b386f15cc04c6e8702afd0285d422b9575b332e0c683957f2
checksum=670e55c28b5ecd4c8187bd97f0898762712a480ec8ea439dae4a4836b178e084

case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*) ;;
*) configure_args+=" ax_cv_gcc_check_x86_cpu_init=no
ax_cv_gcc_check_x86_cpu_supports=no" ;;
esac

pre_configure() {
# needed for the libwebp patch to work
autoreconf -fi
}

libchafa_package() {
short_desc+=" - shared library"
pkg_install() {
Expand Down

0 comments on commit a02da8e

Please sign in to comment.