* update chafa to 1.14.0-3
This commit is contained in:
parent
335ae5b60d
commit
5e461ea142
@ -3,19 +3,25 @@
|
||||
|
||||
pkgname=chafa
|
||||
pkgver=1.14.0
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
pkgdesc="Image-to-text converter supporting a wide range of symbols and palettes, transparency, animations, etc."
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://hpjansson.org/chafa/"
|
||||
depends=('imagemagick' 'libavif' 'librsvg' 'libwebp' 'libxslt')
|
||||
depends=('libavif' 'librsvg' 'libwebp' 'libxslt')
|
||||
makedepends=('gtk-doc')
|
||||
provides=('libchafa.so')
|
||||
license=("LGPL")
|
||||
license=("LGPL-3.0-or-later")
|
||||
source=(https://github.com/hpjansson/chafa/releases/download/$pkgver/chafa-$pkgver.tar.xz{,.asc})
|
||||
sha512sums=('f205bf5b8e31b05a227484a2445eb1a06b0b3abe2f27483b899340d89a22c0cd188e9b56a4217e09ac313af6e71fa75b5a480b66e85464422fd46049ec480522'
|
||||
'SKIP')
|
||||
validpgpkeys=('C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7') # Hans Petter Jansson
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
# https://github.com/hpjansson/chafa/pull/189
|
||||
sed -i '/install-zsh-completion/a install-zsh-completion:' tools/completions/Makefile.in
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
@ -27,4 +33,5 @@ package() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
make DESTDIR="$pkgdir" install
|
||||
make -C tools/completions PREFIX="$pkgdir"/usr/share install-zsh-completion
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user