[arch-commits] Commit in texmacs/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Thu May 14 07:32:22 UTC 2015


    Date: Thursday, May 14, 2015 @ 09:32:22
  Author: ronald
Revision: 239331

FS#34145 add optional deps for imagemagick and ghostscript; FS#34065: add optional dependency on aspell for spell checking support

Modified:
  texmacs/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-14 07:32:11 UTC (rev 239330)
+++ PKGBUILD	2015-05-14 07:32:22 UTC (rev 239331)
@@ -13,7 +13,10 @@
          'desktop-file-utils' 'qt4')
 # do not remove texlive-core dependency, as it is needed!
 optdepends=('transfig: convert images using fig2ps'
-            'gawk: conversion of some files')
+            'gawk: conversion of some files'
+	    'ghostscript: rendering ps files'
+            'imagemagick: convert images'
+            'aspell: spell checking')
 makedepends=('ghostscript')
 source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
 install=texmacs.install



More information about the arch-commits mailing list