summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13577fab58b8..a003dbf331d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Sep 18 18:51:27 UTC 2018
+# Tue Nov 27 22:28:47 UTC 2018
pkgbase = hylafaxplus
pkgdesc = Enterprise Fax Server
pkgver = 5.6.1
- pkgrel = 1
+ pkgrel = 2
url = http://hylafax.sourceforge.net/
install = hylafax.install
arch = i686
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.