summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-11-05 14:42:01 -0200
committerDaniel Bermond2017-11-05 14:42:01 -0200
commitc95e0c3d6012810828146ac91a3e7c20084ef87a (patch)
tree2618970c04384d048c44012c6f8eee8f772c729c /PKGBUILD
parentba4b61d72aafdb0312c487e91824e8c420331a06 (diff)
downloadaur-c95e0c3d6012810828146ac91a3e7c20084ef87a.tar.gz
Fix ghostscripts font dir and add urw-base35 fonts dir
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6140d31ac77..2a284182f558 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,8 @@
# as described in the Wiki and change the directory accordingly.
_dejavu_font_dir='/usr/share/fonts/TTF'
-_gs_font_dir='/usr/share/fonts/Type1'
+_gs_font_dir='/usr/share/fonts/gsfonts'
+_urw_font_dir='/usr/share/fonts/gsfonts'
_windows_font_dir='/usr/share/fonts/WindowsFonts'
_1st_apple_font_dir='/usr/share/fonts/TTF'
_2nd_apple_font_dir='/usr/share/fonts/Type1'
@@ -31,7 +32,7 @@ _qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
pkgver="$(printf '%s' "$_srcver"| tr '-' '.')" # ImageMagick does not provide a download archive of all previous versions
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url='http://www.imagemagick.org/'
license=('custom')
@@ -108,6 +109,7 @@ build() {
--with-xml \
--with-dejavu-font-dir="$_dejavu_font_dir" \
--with-gs-font-dir="$_gs_font_dir" \
+ --with-urw-base35-font-dir="$_urw_font_dir" \
--with-windows-font-dir="$_windows_font_dir" \
--with-apple-font-dir="$_1st_apple_font_dir" \
--with-fontpath="$_2nd_apple_font_dir"