ghostscript: update to 9.24.
This commit is contained in:
parent
5dca5f49f6
commit
0a99765b2e
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'ghostscript'
|
||||
pkgname=ghostscript
|
||||
version=9.23
|
||||
revision=3
|
||||
version=9.24
|
||||
revision=1
|
||||
short_desc="An interpreter for the PostScript language"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.ghostscript.com/"
|
||||
license="AGPL-3.0-or-later, CPL-1.0"
|
||||
distfiles="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${version/./}/ghostscript-${version}.tar.xz"
|
||||
checksum=1fcedc27d4d6081105cdf35606cb3f809523423a6cf9e3c23cead3525d6ae8d9
|
||||
checksum=d44917df24979a05e0cb3916531928cc2adc91f5b17b419ee023d16ab31069d6
|
||||
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="cups-devel dbus-devel fontconfig-devel jasper-devel jbig2dec-devel
|
||||
|
@ -20,7 +20,7 @@ fi
|
|||
|
||||
pre_configure() {
|
||||
# force it to use system libs.
|
||||
rm -rf zlib jpeg libpng jasper expat tiff lcms2art freetype cups/libs jbig2dec openjpeg
|
||||
rm -rf zlib jpeg libpng jasper expat tiff lcms2mt freetype cups/libs jbig2dec openjpeg
|
||||
|
||||
# add missing LDFLAGS
|
||||
sed -i 's/-L$(BINDIR)/& $(LDFLAGS)/g' base/unix-dll.mak
|
||||
|
@ -60,9 +60,6 @@ do_install() {
|
|||
# install ghostscript
|
||||
make DESTDIR=${DESTDIR} cups_serverroot=${DESTDIR}/etc/cups \
|
||||
cups_serverbin=${DESTDIR}/usr/lib/cups install install-so
|
||||
# install missing doc files # http://bugs.archlinux.org/task/18023
|
||||
install -m644 doc/{VectorDevices.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt} \
|
||||
${DESTDIR}/usr/share/ghostscript/$version/doc/
|
||||
# install license
|
||||
vlicense LICENSE
|
||||
|
||||
|
|
Loading…
Reference in New Issue