mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
chafa: update to 1.14.0
This commit is contained in:
parent
5d2603d945
commit
8c02e03e9e
2 changed files with 6 additions and 20 deletions
|
@ -1,13 +0,0 @@
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index 733535a..20dfb50 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -150,7 +150,7 @@ AS_IF([test "$with_tools" != no], [
|
|
||||||
,
|
|
||||||
with_webp=yes)
|
|
||||||
AS_IF([test "$with_webp" != no], [
|
|
||||||
- PKG_CHECK_MODULES(WEBP, [libwebpdemux],,
|
|
||||||
+ PKG_CHECK_MODULES(WEBP, [libwebp libwebpdemux],,
|
|
||||||
missing_rpms="$missing_rpms libwebp-devel"
|
|
||||||
missing_debs="$missing_debs libwebp-dev"
|
|
||||||
with_webp=no)])
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'chafa'
|
# Template file for 'chafa'
|
||||||
pkgname=chafa
|
pkgname=chafa
|
||||||
version=1.12.5
|
version=1.14.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-man"
|
configure_args="--enable-man"
|
||||||
hostmakedepends="automake libtool gtk-doc docbook-xml docbook-xsl libxslt pkg-config"
|
hostmakedepends="docbook-xml docbook-xsl libxslt pkg-config"
|
||||||
makedepends="libglib-devel libmagick-devel librsvg-devel libwebp-devel libXext-devel libxml2-devel"
|
makedepends="libavif-devel libglib-devel librsvg-devel libwebp-devel libXext-devel libxml2-devel"
|
||||||
short_desc="Versatile and fast Unicode/ASCII/ANSI graphics renderer"
|
short_desc="Versatile and fast Unicode/ASCII/ANSI graphics renderer"
|
||||||
maintainer="Christian Buschau <christian.buschau@mailbox.org>"
|
maintainer="Christian Buschau <christian.buschau@mailbox.org>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://hpjansson.org/chafa/"
|
homepage="https://hpjansson.org/chafa/"
|
||||||
changelog="https://raw.githubusercontent.com/hpjansson/chafa/master/NEWS"
|
changelog="https://raw.githubusercontent.com/hpjansson/chafa/master/NEWS"
|
||||||
distfiles="https://hpjansson.org/chafa/releases/chafa-${version}.tar.xz"
|
distfiles="https://hpjansson.org/chafa/releases/chafa-${version}.tar.xz"
|
||||||
checksum=0f5490d52a500a6b386f15cc04c6e8702afd0285d422b9575b332e0c683957f2
|
checksum=670e55c28b5ecd4c8187bd97f0898762712a480ec8ea439dae4a4836b178e084
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|i686*) ;;
|
x86_64*|i686*) ;;
|
||||||
|
@ -20,9 +20,8 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
ax_cv_gcc_check_x86_cpu_supports=no" ;;
|
ax_cv_gcc_check_x86_cpu_supports=no" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
post_install() {
|
||||||
# needed for the libwebp patch to work
|
vcompletion tools/completions/zsh-completion.zsh zsh
|
||||||
autoreconf -fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
libchafa_package() {
|
libchafa_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue