summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2018-11-27 17:28:47 -0500
committerChris Severance2018-11-27 17:28:47 -0500
commit1b4b36306f515f996cfcc4e8741322c2d3c1ff0a (patch)
tree126e3a1e085491721af6b8c12feb3eda541dcd83 /PKGBUILD
parent6db8fa06bc943dbe4bc6273ee761daa76f7edfcb (diff)
downloadaur-1b4b36306f515f996cfcc4e8741322c2d3c1ff0a.tar.gz
autu: Update to 5.6.1-2 Fix Type1 font path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 565410b715fe..6c6a459feb32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -174,7 +174,7 @@ set -u
pkgname='hylafaxplus'
_pkgnick='hylafax'
pkgver='5.6.1'
-pkgrel='1'
+pkgrel='2'
_sendfaxvsicommit='18fabc74490362cd26690331d546d727c727db25'
pkgdesc='Enterprise Fax Server'
arch=('i686' 'x86_64')
@@ -271,6 +271,9 @@ prepare() {
-i 'configure'
test ! -s 'configure.Arch' || echo "${}"
+ # Ghostscript dropped Type1 from the font path.
+ sed -e 's:@FONTPATH@:/usr/share/fonts/Type1:g' -i $(grep -le '@FONTPATH@' *.in etc/*.in)
+
# Eliminate all uses of /bin/sh which on Arch Linux is bash. configure gets
# some of them. dash is partly for performance on high volume fax servers
# and partly to ensure my changes to scripts conform to strict POSIX.