summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBermond2016-07-09 11:50:54 -0300
committerBermond2016-07-09 11:50:54 -0300
commit274e550b1ceb842d2069caa17bb3e862d68fac17 (patch)
tree842db3efa83d724574abcf31d91c7357ca79bb08 /PKGBUILD
parent76d2c96840cd5ca447e7989894fd36d2c0182f04 (diff)
downloadaur-274e550b1ceb842d2069caa17bb3e862d68fac17.tar.gz
Added more notes about Windows fonts
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41c4f9ce90ec..1e4d0bdecb82 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,13 +10,17 @@
# 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"
_windows_font_dir="/usr/share/fonts/WindowsFonts"
pkgname=imagemagick-full-git
pkgver=7.0.2.3.r11035.g32b5039
-pkgrel=2
+pkgrel=3
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features, Git version)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"