Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=033778851f3290593135d8d3887af61b570e71ba
commit 033778851f3290593135d8d3887af61b570e71ba Author: DeX77 <[email protected]> Date: Tue Feb 13 14:46:03 2018 +0100 batik-1.7-5-x86_64 * downgrade diff --git a/source/devel-extra/batik/FrugalBuild b/source/devel-extra/batik/FrugalBuild index 49ff66c..58702df 100644 --- a/source/devel-extra/batik/FrugalBuild +++ b/source/devel-extra/batik/FrugalBuild @@ -2,25 +2,28 @@ # Maintainer: Miklos Vajna <[email protected]> pkgname=batik -pkgver=1.9 -pkgrel=2 +pkgver=1.7 +pkgrel=5 pkgdesc="A Java-based toolkit to use images in the SVG format." url="http://xmlgraphics.apache.org/batik/" Finclude openjava depends=(${depends[@]} 'xalan-j' 'xml-commons-external' 'rhino>=1_7R1-2') -makedepends+=('maven') +makedepends+=('apache-ant') groups=('devel-extra') archs=('x86_64') Fpkgversep="-src-" -up2date="Flasttar http://apache.mirror.iphh.net/xmlgraphics/batik/source/" +up2date="$pkgver" source=(http://www.apache.org/dist/xmlgraphics/batik/source/batik-src-$pkgver.zip) signatures=("${source[0]}.asc") _F_cd_path="$pkgname-$pkgver" +options=('force') build() { - Fcd - Fexec mvn -Dmaven.repo.local=$Fsrcdir/repo -DskipTests=true clean package || Fdie - Fjar */target/*.jar + Fcd batik-$pkgver + Fjavacleanup + Fpatchall + Fant jars + Fjar batik-$pkgver/lib/*.jar } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
