Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=openjava.git;a=commitdiff;h=f21f414a4941026a3e36ec1950dd4ba0f9fb9c8b
commit f21f414a4941026a3e36ec1950dd4ba0f9fb9c8b Author: Marius Cirsta <[email protected]> Date: Sat Jul 7 22:59:52 2012 +0000 batik-1.7-3-x86_64 * rebuild with openjava diff --git a/source/devel-extra/batik/FrugalBuild b/source/devel-extra/batik/FrugalBuild index b42d0b6..8ee1836 100644 --- a/source/devel-extra/batik/FrugalBuild +++ b/source/devel-extra/batik/FrugalBuild @@ -3,10 +3,10 @@ pkgname=batik pkgver=1.7 -pkgrel=2 +pkgrel=3 pkgdesc="A Java-based toolkit to use images in the SVG format." url="http://xmlgraphics.apache.org/batik/" -Finclude java +Finclude openjava depends=(${depends[@]} 'xalan-j' 'xml-commons-external' 'rhino>=1_7R1-2') groups=('devel-extra') archs=('i686' 'x86_64') @@ -21,24 +21,6 @@ build() Fcd batik-$pkgver Fjavacleanup Fpatchall - if [ "$CARCH" == "x86_64" ]; then - unset MAKEFLAGS ## who knows - ## Well if the build server fails to build it poke crazy =) - Fmessage "INFO: MemMax set to 1024MB , if the build fails try 2048MB" - export ANT_OPTS="-Xmx1024m" - else - export ANT_OPTS="-Xmx256m" - fi Fant jars Fjar batik-$pkgver/lib/*.jar - for i in rasterizer slideshow svgbrowser svgpp ttf2svg - do - if [ $i == svgbrowser ]; then - jar=squiggle - else - jar=$i - fi - Fgcj org.apache.batik.apps.$i.Main $Fdestdir/usr/bin/$i \ - batik-$pkgver/batik-$jar.jar - done } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
