summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAditya Mahajan2012-01-25 10:35:56 -0500
committerAditya Mahajan2016-04-02 13:08:46 -0400
commit2cfbfc6e409f106acc2ba1893187704481319b2a (patch)
tree769f999864df169de5525fff3c81f86f386c1b56 /PKGBUILD
parented4df82c6df22fa9409edd0832fb099376eb33fc (diff)
downloadaur-2cfbfc6e409f106acc2ba1893187704481319b2a.tar.gz
Adding optional dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ca8e4e5cb1e..0b553b23b512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,20 @@
# Maintainer: Aditya Mahajan <adityam at umich dot edu>
pkgname=context-minimals-git
-pkgver=20110630
+pkgver=20120125
pkgrel=1
pkgdesc="A standalone ConTeXt distribution"
url="http://www.contextgarden.net"
license=('GPL')
arch=('i686' 'x86_64')
makedepends=('rsync')
-optdepends=('fontconfig: xetex support' 'ruby: pdftex support')
+optdepends=('fontconfig: xetex support'
+ 'ruby: pdftex support'
+ 'ghostscript: support for PS and EPS images'
+ 'graphicmagic: support for GIF and TIFF images'
+ 'inkscape: support for SVG images'
+ 'pstoedit: support for metapost outlines for fonts'
+ 'zint: support for barcodes'
+ 'curl: loading remote content')
conflicts=()
replaces=()