Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=266b73969ddd747fda35993724cfd2336d8d0087
commit 266b73969ddd747fda35993724cfd2336d8d0087 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Wed Nov 7 23:06:17 2007 +0100 fop-0.20.5-3-i686 - add fop.sh symlink to fop, several external tools use that name - depend on j2re instead of java-gcj-compat, currently it does not work with gcj diff --git a/source/apps-extra/fop/FrugalBuild b/source/apps-extra/fop/FrugalBuild index 95cf837..5a48b7f 100644 --- a/source/apps-extra/fop/FrugalBuild +++ b/source/apps-extra/fop/FrugalBuild @@ -3,10 +3,10 @@ pkgname=fop pkgver=0.20.5 -pkgrel=2 +pkgrel=3 pkgdesc="Formatting Objects Processor is a print formatter driven by XSL" url="http://xmlgraphics.apache.org/fop/" -rodepends=('java-gcj-compat' 'xml-commons-external') +rodepends=('j2re' 'xml-commons-external') groups=('apps-extra') archs=('i686' 'x86_64') # it may be weird to use 'previous', but in fact it seem to be still more @@ -14,7 +14,7 @@ archs=('i686' 'x86_64') # use fop-devel if you need that branch up2date="lynx -dump $url/compliance.html|grep '(previous)'|sed 's/.* \(.*\) (previous).*/\1/;q'" # TODO: build it from source -source=(http://www.apache.org/dist/xmlgraphics/fop/fop-$pkgver-bin.tar.gz) +source=(http://archive.apache.org/dist/xml/fop/fop-$pkgver-bin.tar.gz) signatures=($source.asc) build() @@ -22,6 +22,7 @@ build() Fsed 'build/' '' fop.sh sed '2itest "$FOP_HOME" || FOP_HOME=/usr/share/java/' fop.sh > fop Fexerel /usr/bin/fop + Fln fop /usr/bin/fop.sh Ffilerel lib/*.jar build/*.jar /usr/share/java/ Frm /usr/share/java/xml-apis.jar } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
