mupdf: update to 1.24.9

This commit is contained in:
cinerea0 2024-08-30 18:13:10 -04:00 committed by cinerea0
parent 00d54cb0cf
commit dcbde20c3c
2 changed files with 9 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'mupdf'
# Static library, revbump all dependants on mupdf updates
pkgname=mupdf
version=1.24.0
version=1.24.9
revision=1
hostmakedepends="pkg-config zlib-devel libcurl-devel freetype-devel
libjpeg-turbo-devel jbig2dec-devel libXext-devel libXcursor-devel
@ -16,7 +16,7 @@ license="AGPL-3.0-only"
homepage="https://mupdf.com"
changelog="https://mupdf.com/releases/history.html"
distfiles="https://mupdf.com/downloads/archive/mupdf-${version}-source.tar.lz"
checksum=f8200d44b7728359c628e12eb0e85e8471a8296ae7ae6250b20185b598aa98a7
checksum=d87da097ae943ad0113003190ed370d39bde817383c59dc753dce23c7ba2b710
pre_build() {
if [ "$CROSS_BUILD" ]; then
@ -46,8 +46,11 @@ do_install() {
ln -rs ${DESTDIR}/usr/bin/mupdf-x11 ${DESTDIR}/usr/bin/mupdf
vinstall docs/logo/mupdf.xpm 644 usr/share/pixmaps
vinstall docs/logo/new-mupdf-icon.svg 644 /usr/share/icons/hicolor/scalable/apps mupdf.svg
vinstall docs/logo/mupdf-icon.xpm 644 usr/share/pixmaps mupdf.xpm
for px in 16 24 32 48 72 128 256 512; do
vinstall docs/logo/mupdf-icon-${px}.png 644 /usr/share/icons/hicolor/${px}x${px}/apps mupdf.png
done
vinstall docs/logo/mupdf-icon.svg 644 /usr/share/icons/hicolor/scalable/apps mupdf.svg
vinstall ${FILESDIR}/mupdf.desktop 644 usr/share/applications
vmkdir usr/lib/pkgconfig

View File

@ -1 +1,3 @@
site="https://github.com/ArtifexSoftware/mupdf/tags"
pattern="/archive/refs/tags/\K[\d.]+(?=\.tar\.gz)"
ignore="*rc*"