Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=a84062808222e16221e1d534a8e3497d1b25ba75
commit a84062808222e16221e1d534a8e3497d1b25ba75 Author: Elentir <[email protected]> Date: Sat Oct 27 23:01:53 2012 +0200 asymptote-2.21-1-x86_64 * version bump diff --git a/source/xapps-extra/asymptote/FrugalBuild b/source/xapps-extra/asymptote/FrugalBuild index 43a2e4d..b743dc7 100644 --- a/source/xapps-extra/asymptote/FrugalBuild +++ b/source/xapps-extra/asymptote/FrugalBuild @@ -1,14 +1,14 @@ # Compiling Time: 0.22 SBU -# Maintainer: bouleetbil <[email protected]> +# Maintainer: Elentir <[email protected]> # Contributor: uzsolt <[email protected]> pkgname=asymptote -pkgver=2.16 +pkgver=2.21 pkgrel=1 pkgdesc="Asymptote is a powerful descriptive vector graphics language." depends=('libgc' 'gsl' 'ncurses' 'readline' 'libstdc++' 'fftw' 'imaging' \ - 'imagemagick>=6.7.9_2-1' 'gv' 'texlive') -#makedepends=('texlive-fonts-extra') #needed only if "make man" +'imagemagick>=6.7.9_2-1' 'gv' 'texlive') +makedepends=('xghostscript' 'texlive-fonts-extra') groups=('xapps-extra') archs=('i686' 'x86_64') options=('scriptlet') @@ -16,21 +16,19 @@ _F_sourceforge_ext=.src.tgz Finclude sourceforge url="http://asymptote.sourceforge.net/" license=('GPL2') -sha1sums=('ca110698b8c710eb93830f0fa55d29503c39e92a') +sha1sums=('946269c63b7aa3a7d2875f5faa8a0b8d3d36628c') _F_desktop_desc="A asymptote GUI" _F_desktop_exec="xasy" _F_desktop_categories="Graphics;VectorGraphics;" Fconfopts+=" --with-latex=/usr/share/texmf/tex/latex \ - --with-context=/usr/share/texmf/tex/context" + --with-context=/usr/share/texmf/tex/context \ + --with-docdir=/usr/share/doc/$pkgname-$pkgver" build() { Fconf Fexec make asy sty faq asy-keywords.el - # disabled for now as this fails - #make man - #Fexec touch doc/asymptote.pdf - #Fexec make man - #Fmakeinstall + Fexec make man + Fmakeinstall Fdesktop2 } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
