summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBermond2016-07-09 12:19:31 -0300
committerBermond2016-07-09 12:19:31 -0300
commita46f5d816d08ff217d532bfc7a60f7fd8d4120df (patch)
tree33c4b3322a9f022553c8b64da7f4030ff6389ffc /PKGBUILD
parent591285cdbf879063d5d2dd1b15fb51bfe8cdfea4 (diff)
downloadaur-a46f5d816d08ff217d532bfc7a60f7fd8d4120df.tar.gz
Added more notes about Windows fonts
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6753f0154ad..9e2b18f29485 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,9 @@
# Change font directories bellow to match yours.
# DeJaVu and GhostScript font directories provided bellow are the default ones.
# Windows font directory provided bellow is set according to the example in Arch Linux Wiki.
+# This Windows font directory example is for people that copy/link fonts from a Windows
+# installation. If you prefer, you can choose an AUR package that provides the Windows fonts
+# as described in the Wiki and change the directory accordingly.
_dejavu_font_dir="/usr/share/fonts/TTF"
_gs_font_dir="/usr/share/fonts/Type1"
@@ -20,7 +23,7 @@ _srcver=$(curl -s "$_digest" | grep -o "${_srcname}-7[0-9\.-]*\.tar\.xz" | sed '
_srcverregex=$(echo "$_srcver" | sed 's/\./\\\./g') # translate source version to a regular expression
pkgname=imagemagick-full
pkgver=$(echo "$_srcver" | tr '-' '.')
-pkgrel=2
+pkgrel=3
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"